Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 13293c4

Browse files
ci(changesets): version packages
1 parent 6975120 commit 13293c4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+540
-206
lines changed

.changeset/thin-scissors-explode.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

packages/alert-dialog/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @nature-ui/alert-dialog
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- 67da165: preparing for release
8+
- Updated dependencies [67da165]
9+
- @nature-ui/modal@1.2.1
10+
311
## 1.2.0
412

513
### Minor Changes

packages/alert-dialog/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nature-ui/alert-dialog",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "React component used to render children outside the DOM hierarchy of the parent component",
55
"keywords": [
66
"react",
@@ -39,11 +39,11 @@
3939
"url": "https://github.com/DNature/nature-ui/issues"
4040
},
4141
"dependencies": {
42-
"@nature-ui/modal": "^1.2.0"
42+
"@nature-ui/modal": "^1.2.1"
4343
},
4444
"devDependencies": {
45-
"@nature-ui/system": "^2.1.0",
46-
"@nature-ui/utils": "^1.3.0",
45+
"@nature-ui/system": "^2.1.1",
46+
"@nature-ui/utils": "^1.3.1",
4747
"react": "^18.0.0"
4848
},
4949
"peerDependencies": {

packages/alert/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @nature-ui/alert
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- 67da165: preparing for release
8+
- Updated dependencies [67da165]
9+
- @nature-ui/icon@1.2.1
10+
- @nature-ui/system@2.1.1
11+
- @nature-ui/utils@1.3.1
12+
313
## 1.2.0
414

515
### Minor Changes

packages/alert/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nature-ui/alert",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A React component used to alert users of a particular screen area that needs user action",
55
"keywords": [
66
"alert",
@@ -36,9 +36,9 @@
3636
"lint": "concurrently yarn:lint:*"
3737
},
3838
"dependencies": {
39-
"@nature-ui/icon": "^1.2.0",
40-
"@nature-ui/system": "^2.1.0",
41-
"@nature-ui/utils": "^1.3.0"
39+
"@nature-ui/icon": "^1.2.1",
40+
"@nature-ui/system": "^2.1.1",
41+
"@nature-ui/utils": "^1.3.1"
4242
},
4343
"peerDependencies": {
4444
"react": ">=18",

packages/avatar/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @nature-ui/avatar
22

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- 67da165: preparing for release
8+
- Updated dependencies [67da165]
9+
- @nature-ui/color@1.2.1
10+
- @nature-ui/image@1.4.1
11+
- @nature-ui/system@2.1.1
12+
- @nature-ui/utils@1.3.1
13+
314
## 1.3.0
415

516
### Minor Changes

packages/avatar/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nature-ui/avatar",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A base React component for icons",
55
"keywords": [
66
"react",
@@ -37,10 +37,10 @@
3737
"url": "https://github.com/DNature/nature-ui/issues"
3838
},
3939
"dependencies": {
40-
"@nature-ui/color": "^1.2.0",
41-
"@nature-ui/image": "^1.4.0",
42-
"@nature-ui/system": "^2.1.0",
43-
"@nature-ui/utils": "^1.3.0",
40+
"@nature-ui/color": "^1.2.1",
41+
"@nature-ui/image": "^1.4.1",
42+
"@nature-ui/system": "^2.1.1",
43+
"@nature-ui/utils": "^1.3.1",
4444
"tinycolor2": "^1.4.1"
4545
},
4646
"devDependencies": {

packages/breadcrumb/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @nature-ui/breadcrumb
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- 67da165: preparing for release
8+
- Updated dependencies [67da165]
9+
- @nature-ui/system@2.1.1
10+
- @nature-ui/utils@1.3.1
11+
312
## 1.2.0
413

514
### Minor Changes

packages/breadcrumb/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nature-ui/breadcrumb",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A base React component for icons",
55
"keywords": [
66
"breadcrumbs",
@@ -40,8 +40,8 @@
4040
"url": "https://github.com/DNature/nature-ui/issues"
4141
},
4242
"dependencies": {
43-
"@nature-ui/system": "^2.1.0",
44-
"@nature-ui/utils": "^1.3.0"
43+
"@nature-ui/system": "^2.1.1",
44+
"@nature-ui/utils": "^1.3.1"
4545
},
4646
"devDependencies": {
4747
"@types/tinycolor2": "^1.4.2",

packages/button/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @nature-ui/button
22

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- 67da165: preparing for release
8+
- Updated dependencies [67da165]
9+
- @nature-ui/spinner@1.2.1
10+
- @nature-ui/system@2.1.1
11+
312
## 1.3.0
413

514
### Minor Changes

0 commit comments

Comments
 (0)