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

Commit 89dce97

Browse files
ci(changesets): version packages
1 parent b0cda95 commit 89dce97

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

+645
-206
lines changed

.changeset/polite-wolves-sell.md

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

packages/alert-dialog/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- b0cda95: V2 release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [b0cda95]
12+
- @nature-ui/modal@2.0.0
13+
314
## 1.2.1
415

516
### Patch 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.1",
3+
"version": "2.0.0",
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.1"
42+
"@nature-ui/modal": "^2.0.0"
4343
},
4444
"devDependencies": {
45-
"@nature-ui/system": "^2.1.1",
46-
"@nature-ui/utils": "^1.3.1",
45+
"@nature-ui/system": "^3.0.0",
46+
"@nature-ui/utils": "^2.0.0",
4747
"react": "^18.0.0"
4848
},
4949
"peerDependencies": {

packages/alert/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- b0cda95: V2 release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [b0cda95]
12+
- @nature-ui/icon@2.0.0
13+
- @nature-ui/system@3.0.0
14+
- @nature-ui/utils@2.0.0
15+
316
## 1.2.1
417

518
### Patch 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.1",
3+
"version": "2.0.0",
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.1",
40-
"@nature-ui/system": "^2.1.1",
41-
"@nature-ui/utils": "^1.3.1"
39+
"@nature-ui/icon": "^2.0.0",
40+
"@nature-ui/system": "^3.0.0",
41+
"@nature-ui/utils": "^2.0.0"
4242
},
4343
"peerDependencies": {
4444
"react": ">=18",

packages/avatar/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- b0cda95: V2 release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [b0cda95]
12+
- @nature-ui/color@2.0.0
13+
- @nature-ui/image@2.0.0
14+
- @nature-ui/system@3.0.0
15+
- @nature-ui/utils@2.0.0
16+
317
## 1.3.1
418

519
### Patch 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.1",
3+
"version": "2.0.0",
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.1",
41-
"@nature-ui/image": "^1.4.1",
42-
"@nature-ui/system": "^2.1.1",
43-
"@nature-ui/utils": "^1.3.1",
40+
"@nature-ui/color": "^2.0.0",
41+
"@nature-ui/image": "^2.0.0",
42+
"@nature-ui/system": "^3.0.0",
43+
"@nature-ui/utils": "^2.0.0",
4444
"tinycolor2": "^1.4.1"
4545
},
4646
"devDependencies": {

packages/breadcrumb/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- b0cda95: V2 release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [b0cda95]
12+
- @nature-ui/system@3.0.0
13+
- @nature-ui/utils@2.0.0
14+
315
## 1.2.1
416

517
### Patch 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.1",
3+
"version": "2.0.0",
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.1",
44-
"@nature-ui/utils": "^1.3.1"
43+
"@nature-ui/system": "^3.0.0",
44+
"@nature-ui/utils": "^2.0.0"
4545
},
4646
"devDependencies": {
4747
"@types/tinycolor2": "^1.4.2",

packages/button/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- b0cda95: V2 release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [b0cda95]
12+
- @nature-ui/spinner@2.0.0
13+
- @nature-ui/system@3.0.0
14+
315
## 1.3.1
416

517
### Patch Changes

0 commit comments

Comments
 (0)