Skip to content

Commit fe5ca4e

Browse files
ci(changesets): version packages
1 parent 6e2bfe7 commit fe5ca4e

File tree

12 files changed

+41
-37
lines changed

12 files changed

+41
-37
lines changed

.changeset/chatty-jobs-unite.md

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

.changeset/new-regions-work.md

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

.changeset/rotten-houses-strive.md

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

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
{
22
"name": "nimbus",
33
"private": true,
4-
"workspaces": [
5-
"packages/*",
6-
"apps/*"
7-
],
4+
"workspaces": ["packages/*", "apps/*"],
85
"preconstruct": {
9-
"packages": [
10-
"packages/tokens"
11-
]
6+
"packages": ["packages/tokens"]
127
},
138
"scripts": {
149
"build": "pnpm build:tokens && pnpm run build:packages && pnpm run build:docs",

packages/i18n/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @commercetools/nimbus-i18n
22

3+
## 3.0.0
4+
35
## 2.0.1
46

57
## 2.0.0

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commercetools/nimbus-i18n",
33
"description": "All translation messages from the Nimbus design system.",
4-
"version": "2.0.1",
4+
"version": "3.0.0",
55
"bugs": "https://github.com/commercetools/nimbus/issues",
66
"repository": {
77
"type": "git",

packages/nimbus-icons/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @commercetools/nimbus-icons
22

3+
## 3.0.0
4+
35
## 2.0.1
46

57
## 2.0.0

packages/nimbus-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commercetools/nimbus-icons",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"main": "dist/cjs/index.js",
55
"module": "./dist/esm/index.js",
66
"sideEffects": false,

packages/nimbus/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# @commercetools/nimbus
22

3+
## 3.0.0
4+
5+
### Minor Changes
6+
7+
- [#563](https://github.com/commercetools/nimbus/pull/563)
8+
[`5cc6790`](https://github.com/commercetools/nimbus/commit/5cc6790b12218c96b94e5c6bff71d9c4c2b2d75d)
9+
Thanks [@valoriecarli](https://github.com/valoriecarli)! - Add IntlProvider to
10+
NimbusProvider
11+
12+
- [#547](https://github.com/commercetools/nimbus/pull/547)
13+
[`205af3a`](https://github.com/commercetools/nimbus/commit/205af3a3eebfbc4a0bbcf990fc13cea56a0fc178)
14+
Thanks [@ByronDWall](https://github.com/ByronDWall)! - Stop packaging slate,
15+
slate-hyperscript, slate-history, and slate-react in nimbus directly, and
16+
specify them as peer dependencies instead
17+
18+
### Patch Changes
19+
20+
- [#577](https://github.com/commercetools/nimbus/pull/577)
21+
[`f83b57f`](https://github.com/commercetools/nimbus/commit/f83b57f4c4378c2c0928bad0681441d342a3a1a8)
22+
Thanks [@ByronDWall](https://github.com/ByronDWall)! - Add patterns directory
23+
to package entrypoint
24+
25+
- Updated dependencies []:
26+
- @commercetools/nimbus-tokens@3.0.0
27+
- @commercetools/nimbus-icons@3.0.0
28+
329
## 2.0.1
430

531
### Patch Changes

packages/nimbus/package.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commercetools/nimbus",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"main": "./dist/index.cjs",
55
"module": "./dist/index.es.js",
66
"type": "module",
@@ -26,10 +26,7 @@
2626
}
2727
}
2828
},
29-
"files": [
30-
"dist",
31-
"package.json"
32-
],
29+
"files": ["dist", "package.json"],
3330
"publishConfig": {
3431
"access": "public",
3532
"registry": "https://registry.npmjs.org/"
@@ -38,14 +35,10 @@
3835
"type": "git",
3936
"url": "https://github.com/commercetools/nimbus.git"
4037
},
41-
"sideEffects": [
42-
"*.css"
43-
],
38+
"sideEffects": ["*.css"],
4439
"typesVersions": {
4540
"*": {
46-
"*": [
47-
"./dist/index.d.ts"
48-
]
41+
"*": ["./dist/index.d.ts"]
4942
}
5043
},
5144
"dependencies": {

0 commit comments

Comments
 (0)