Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
ci(changesets): version packages (#232)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 19, 2022
1 parent 10e8669 commit 5f188e8
Show file tree
Hide file tree
Showing 55 changed files with 337 additions and 92 deletions.
5 changes: 0 additions & 5 deletions .changeset/sixty-moose-greet.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @manifest-ui/button

## 0.0.18

### Patch Changes

- Updated dependencies
[[`10e8669`](https://github.com/project44/manifest-ui/commit/10e86695f5fafa5f23bd6f7225c36062aafd8119)]:
- @manifest-ui/styled@0.0.12

## 0.0.17

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manifest-ui/button",
"version": "0.0.17",
"version": "0.0.18",
"main": "./lib/index.js",
"types": "./dts/index.d.ts",
"files": [
Expand All @@ -19,7 +19,7 @@
"react": "^16.8 || ^17.0"
},
"dependencies": {
"@manifest-ui/styled": "^0.0.11",
"@manifest-ui/styled": "^0.0.12",
"@manifest-ui/theme-utils": "^0.1.2"
}
}
8 changes: 8 additions & 0 deletions packages/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @manifest-ui/card

## 0.1.3

### Patch Changes

- Updated dependencies
[[`10e8669`](https://github.com/project44/manifest-ui/commit/10e86695f5fafa5f23bd6f7225c36062aafd8119)]:
- @manifest-ui/styled@0.0.12

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manifest-ui/card",
"version": "0.1.2",
"version": "0.1.3",
"main": "./lib/index.js",
"types": "./dts/index.d.ts",
"files": [
Expand All @@ -19,6 +19,6 @@
"react": "^16.8 || ^17.0"
},
"dependencies": {
"@manifest-ui/styled": "^0.0.11"
"@manifest-ui/styled": "^0.0.12"
}
}
9 changes: 9 additions & 0 deletions packages/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @manifest-ui/checkbox

## 0.0.13

### Patch Changes

- Updated dependencies
[[`10e8669`](https://github.com/project44/manifest-ui/commit/10e86695f5fafa5f23bd6f7225c36062aafd8119)]:
- @manifest-ui/styled@0.0.12
- @manifest-ui/icons@0.1.3

## 0.0.12

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manifest-ui/checkbox",
"version": "0.0.12",
"version": "0.0.13",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./dts/index.d.ts",
Expand All @@ -20,8 +20,8 @@
},
"dependencies": {
"@manifest-ui/hooks": "^0.1.0",
"@manifest-ui/icons": "^0.1.2",
"@manifest-ui/styled": "^0.0.11",
"@manifest-ui/icons": "^0.1.3",
"@manifest-ui/styled": "^0.0.12",
"@manifest-ui/theme-utils": "^0.1.2",
"@manifest-ui/utils": "^0.1.0"
}
Expand Down
10 changes: 10 additions & 0 deletions packages/date-range/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @manifest-ui/date-range

## 0.1.4

### Patch Changes

- Updated dependencies
[[`10e8669`](https://github.com/project44/manifest-ui/commit/10e86695f5fafa5f23bd6f7225c36062aafd8119)]:
- @manifest-ui/styled@0.0.12
- @manifest-ui/popover@0.2.3
- @manifest-ui/icons@0.1.3

## 0.1.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/date-range/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manifest-ui/date-range",
"version": "0.1.3",
"version": "0.1.4",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./dts/index.d.ts",
Expand All @@ -15,9 +15,9 @@
},
"dependencies": {
"@manifest-ui/hooks": "^0.1.0",
"@manifest-ui/icons": "^0.1.2",
"@manifest-ui/popover": "^0.2.2",
"@manifest-ui/styled": "^0.0.11",
"@manifest-ui/icons": "^0.1.3",
"@manifest-ui/popover": "^0.2.3",
"@manifest-ui/styled": "^0.0.12",
"@manifest-ui/theme-utils": "^0.1.2",
"react-date-range": "^1.4.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @manifest-ui/dropdown

## 0.1.4

### Patch Changes

- Updated dependencies
[[`10e8669`](https://github.com/project44/manifest-ui/commit/10e86695f5fafa5f23bd6f7225c36062aafd8119)]:
- @manifest-ui/styled@0.0.12

## 0.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manifest-ui/dropdown",
"version": "0.1.3",
"version": "0.1.4",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./dts/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"react": "^16.8 || ^17.0"
},
"dependencies": {
"@manifest-ui/styled": "^0.0.11",
"@manifest-ui/styled": "^0.0.12",
"@manifest-ui/theme-utils": "^0.1.2",
"@radix-ui/react-dropdown-menu": "^0.1.6"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/form-control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @manifest-ui/form-control

## 0.1.3

### Patch Changes

- Updated dependencies
[[`10e8669`](https://github.com/project44/manifest-ui/commit/10e86695f5fafa5f23bd6f7225c36062aafd8119)]:
- @manifest-ui/styled@0.0.12

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/form-control/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manifest-ui/form-control",
"version": "0.1.2",
"version": "0.1.3",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./dts/index.d.ts",
Expand All @@ -15,6 +15,6 @@
},
"dependencies": {
"@manifest-ui/hooks": "^0.1.0",
"@manifest-ui/styled": "^0.0.11"
"@manifest-ui/styled": "^0.0.12"
}
}
8 changes: 8 additions & 0 deletions packages/icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @manifest-ui/icon

## 0.0.12

### Patch Changes

- Updated dependencies
[[`10e8669`](https://github.com/project44/manifest-ui/commit/10e86695f5fafa5f23bd6f7225c36062aafd8119)]:
- @manifest-ui/styled@0.0.12

## 0.0.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manifest-ui/icon",
"version": "0.0.11",
"version": "0.0.12",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./dts/index.d.ts",
Expand All @@ -14,6 +14,6 @@
"react": "^16.8 || ^17.0"
},
"dependencies": {
"@manifest-ui/styled": "^0.0.11"
"@manifest-ui/styled": "^0.0.12"
}
}
7 changes: 7 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @manifest-ui/icons

## 0.1.3

### Patch Changes

- Updated dependencies []:
- @manifest-ui/icon@0.0.12

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manifest-ui/icons",
"version": "0.1.2",
"version": "0.1.3",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./dts/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"react": "^16.8 || ^17.0"
},
"dependencies": {
"@manifest-ui/icon": "^0.0.11",
"@manifest-ui/icon": "^0.0.12",
"lodash.map": "^4.6.0"
}
}
8 changes: 8 additions & 0 deletions packages/image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @manifest-ui/image

## 0.0.12

### Patch Changes

- Updated dependencies
[[`10e8669`](https://github.com/project44/manifest-ui/commit/10e86695f5fafa5f23bd6f7225c36062aafd8119)]:
- @manifest-ui/styled@0.0.12

## 0.0.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manifest-ui/image",
"version": "0.0.11",
"version": "0.0.12",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./dts/index.d.ts",
Expand All @@ -14,6 +14,6 @@
"react": "^16.8 || ^17.0"
},
"dependencies": {
"@manifest-ui/styled": "^0.0.11"
"@manifest-ui/styled": "^0.0.12"
}
}
8 changes: 8 additions & 0 deletions packages/input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @manifest-ui/input

## 0.1.9

### Patch Changes

- Updated dependencies
[[`10e8669`](https://github.com/project44/manifest-ui/commit/10e86695f5fafa5f23bd6f7225c36062aafd8119)]:
- @manifest-ui/styled@0.0.12

## 0.1.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manifest-ui/input",
"version": "0.1.8",
"version": "0.1.9",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./dts/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"react": "^16.8 || ^17.0"
},
"dependencies": {
"@manifest-ui/styled": "^0.0.11",
"@manifest-ui/styled": "^0.0.12",
"@manifest-ui/theme-utils": "^0.1.2",
"@manifest-ui/utils": "^0.1.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @manifest-ui/layout

## 0.0.12

### Patch Changes

- Updated dependencies
[[`10e8669`](https://github.com/project44/manifest-ui/commit/10e86695f5fafa5f23bd6f7225c36062aafd8119)]:
- @manifest-ui/styled@0.0.12

## 0.0.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manifest-ui/layout",
"version": "0.0.11",
"version": "0.0.12",
"main": "./lib/index.js",
"types": "./dts/index.d.ts",
"files": [
Expand All @@ -19,6 +19,6 @@
"react": "^16.8 || ^17.0"
},
"dependencies": {
"@manifest-ui/styled": "^0.0.11"
"@manifest-ui/styled": "^0.0.12"
}
}
8 changes: 8 additions & 0 deletions packages/link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @manifest-ui/link

## 0.0.11

### Patch Changes

- Updated dependencies
[[`10e8669`](https://github.com/project44/manifest-ui/commit/10e86695f5fafa5f23bd6f7225c36062aafd8119)]:
- @manifest-ui/styled@0.0.12

## 0.0.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manifest-ui/link",
"version": "0.0.10",
"version": "0.0.11",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./dts/index.d.ts",
Expand All @@ -14,6 +14,6 @@
"react": "^16.8 || ^17.0"
},
"dependencies": {
"@manifest-ui/styled": "^0.0.11"
"@manifest-ui/styled": "^0.0.12"
}
}
10 changes: 10 additions & 0 deletions packages/pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @manifest-ui/pagination

## 0.0.18

### Patch Changes

- Updated dependencies
[[`10e8669`](https://github.com/project44/manifest-ui/commit/10e86695f5fafa5f23bd6f7225c36062aafd8119)]:
- @manifest-ui/styled@0.0.12
- @manifest-ui/button@0.0.18
- @manifest-ui/icons@0.1.3

## 0.0.17

### Patch Changes
Expand Down
Loading

0 comments on commit 5f188e8

Please sign in to comment.