diff --git a/.changeset/calm-flowers-arrive.md b/.changeset/calm-flowers-arrive.md deleted file mode 100644 index 5c0f7bff0..000000000 --- a/.changeset/calm-flowers-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@commercetools/nimbus": patch ---- - -Added IntlProvider wrapper to docs diff --git a/.changeset/cool-parks-do.md b/.changeset/cool-parks-do.md deleted file mode 100644 index 6ca0550bb..000000000 --- a/.changeset/cool-parks-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@commercetools/nimbus": minor ---- - -Add the DateInput component to the documentation. diff --git a/.changeset/crazy-lights-brush.md b/.changeset/crazy-lights-brush.md deleted file mode 100644 index ac0726671..000000000 --- a/.changeset/crazy-lights-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@commercetools/nimbus": minor ---- - -Nimbus components - add LocalizedField component diff --git a/.changeset/dry-queens-design.md b/.changeset/dry-queens-design.md deleted file mode 100644 index 6fb8547d0..000000000 --- a/.changeset/dry-queens-design.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@commercetools/nimbus": minor -"@commercetools-nimbus/i18n": minor ---- - -Create ScopedSearchInput component diff --git a/.changeset/fancy-swans-beam.md b/.changeset/fancy-swans-beam.md deleted file mode 100644 index fb634326a..000000000 --- a/.changeset/fancy-swans-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@commercetools/nimbus": minor ---- - -Dialog component added diff --git a/.changeset/fine-snails-watch.md b/.changeset/fine-snails-watch.md deleted file mode 100644 index b24fa156f..000000000 --- a/.changeset/fine-snails-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@commercetools/nimbus": minor ---- - -create SearchInput component diff --git a/.changeset/grumpy-streets-check.md b/.changeset/grumpy-streets-check.md deleted file mode 100644 index 20dfa4aed..000000000 --- a/.changeset/grumpy-streets-check.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@commercetools/nimbus-icons": minor -"@commercetools/nimbus": minor ---- - -Create MoneyInput component and component custom icon diff --git a/.changeset/kind-weeks-start.md b/.changeset/kind-weeks-start.md deleted file mode 100644 index 2a4ca0cd3..000000000 --- a/.changeset/kind-weeks-start.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@commercetools/nimbus": patch ---- - -Update Calendar documentation. diff --git a/.changeset/legal-schools-unite.md b/.changeset/legal-schools-unite.md deleted file mode 100644 index 6f8a5aad2..000000000 --- a/.changeset/legal-schools-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@commercetools/nimbus": minor ---- - -Drawer component added diff --git a/.changeset/loud-clouds-add.md b/.changeset/loud-clouds-add.md deleted file mode 100644 index ed0d3ff70..000000000 --- a/.changeset/loud-clouds-add.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@commercetools/nimbus-icons": patch ---- - -Update @types/node to v24.7.1 and specify it as a dev dependency in -`nimbus-tokens` diff --git a/.changeset/seven-months-press.md b/.changeset/seven-months-press.md deleted file mode 100644 index 2173a146d..000000000 --- a/.changeset/seven-months-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@commercetools/nimbus": patch ---- - -Update image for Calendar docs. diff --git a/.changeset/silly-radios-occur.md b/.changeset/silly-radios-occur.md deleted file mode 100644 index b253bc854..000000000 --- a/.changeset/silly-radios-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@commercetools/nimbus": patch ---- - -create CollapsibleMotion component diff --git a/.changeset/smart-oranges-nail.md b/.changeset/smart-oranges-nail.md deleted file mode 100644 index a5ad7b580..000000000 --- a/.changeset/smart-oranges-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@commercetools/nimbus": minor ---- - -InlineSvg component added diff --git a/.changeset/weak-words-kick.md b/.changeset/weak-words-kick.md deleted file mode 100644 index 40acd7991..000000000 --- a/.changeset/weak-words-kick.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@commercetools/nimbus": patch ---- - -Update react-intl to v7.1.14, add it as dev dependency to nimbus package, make -peer dep only 7.x instead of specific version" diff --git a/package.json b/package.json index 35239bf91..2e32ad0be 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,9 @@ { "name": "nimbus", "private": true, - "workspaces": [ - "packages/*", - "apps/*" - ], + "workspaces": ["packages/*", "apps/*"], "preconstruct": { - "packages": [ - "packages/tokens" - ] + "packages": ["packages/tokens"] }, "scripts": { "build": "pnpm build:tokens && pnpm run build:packages && pnpm run build:docs", @@ -74,4 +69,4 @@ "vite-bundle-analyzer": "catalog:tooling", "vitest": "catalog:tooling" } -} \ No newline at end of file +} diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md new file mode 100644 index 000000000..1ed9b4da5 --- /dev/null +++ b/packages/i18n/CHANGELOG.md @@ -0,0 +1,19 @@ +# @commercetools-nimbus/i18n + +## 2.0.0 + +### Minor Changes + +- [#488](https://github.com/commercetools/nimbus/pull/488) + [`5d306d5`](https://github.com/commercetools/nimbus/commit/5d306d594c178be29d0ec2f88f0c4d0baf22233c) + Thanks [@jaikamat](https://github.com/jaikamat)! - Create ScopedSearchInput + component + +## 2.0.0 + +### Minor Changes + +- [#488](https://github.com/commercetools/nimbus/pull/488) + [`5d306d5`](https://github.com/commercetools/nimbus/commit/5d306d594c178be29d0ec2f88f0c4d0baf22233c) + Thanks [@jaikamat](https://github.com/jaikamat)! - Create ScopedSearchInput + component diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 4ab009e10..4b6917c78 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,7 +1,7 @@ { "name": "@commercetools-nimbus/i18n", "description": "All translation messages from the Nimbus design system.", - "version": "1.0.1", + "version": "2.0.0", "bugs": "https://github.com/commercetools/nimbus/issues", "repository": { "type": "git", @@ -9,21 +9,13 @@ "directory": "packages/i18n" }, "homepage": "https://nimbus-documentation.vercel.app/home", - "keywords": [ - "typescript", - "design-system", - "react", - "nimbus" - ], + "keywords": ["typescript", "design-system", "react", "nimbus"], "license": "MIT", "publishConfig": { "access": "public" }, "sideEffects": false, - "files": [ - "data", - "compiled-data" - ], + "files": ["data", "compiled-data"], "scripts": { "build": "pnpm dlx @formatjs/cli compile-folder --format=transifex --ast data compiled-data" } diff --git a/packages/nimbus-icons/CHANGELOG.md b/packages/nimbus-icons/CHANGELOG.md index 55d29e12d..7cff30013 100644 --- a/packages/nimbus-icons/CHANGELOG.md +++ b/packages/nimbus-icons/CHANGELOG.md @@ -1,5 +1,21 @@ # @commercetools/nimbus-icons +## 2.0.0 + +### Minor Changes + +- [#436](https://github.com/commercetools/nimbus/pull/436) + [`3810148`](https://github.com/commercetools/nimbus/commit/3810148a76d6cf740656c26ca3be057c7952c296) + Thanks [@jaikamat](https://github.com/jaikamat)! - Create MoneyInput component + and component custom icon + +### Patch Changes + +- [#517](https://github.com/commercetools/nimbus/pull/517) + [`90d6d2a`](https://github.com/commercetools/nimbus/commit/90d6d2af786e697e2f2f6bbbb11c93159105837a) + Thanks [@dependabot](https://github.com/apps/dependabot)! - Update @types/node + to v24.7.1 and specify it as a dev dependency in `nimbus-tokens` + ## 1.0.1 ### Patch Changes diff --git a/packages/nimbus-icons/package.json b/packages/nimbus-icons/package.json index ec3fca095..6f539f94f 100644 --- a/packages/nimbus-icons/package.json +++ b/packages/nimbus-icons/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools/nimbus-icons", - "version": "1.0.1", + "version": "2.0.0", "main": "dist/cjs/index.js", "module": "./dist/esm/index.js", "sideEffects": false, diff --git a/packages/nimbus/CHANGELOG.md b/packages/nimbus/CHANGELOG.md index 700029303..b54fa7864 100644 --- a/packages/nimbus/CHANGELOG.md +++ b/packages/nimbus/CHANGELOG.md @@ -1,5 +1,79 @@ # @commercetools/nimbus +## 2.0.0 + +### Minor Changes + +- [#454](https://github.com/commercetools/nimbus/pull/454) + [`5544175`](https://github.com/commercetools/nimbus/commit/5544175895bb994a2fae174cdc471755f27a6ea8) + Thanks [@valoriecarli](https://github.com/valoriecarli)! - Add the DateInput + component to the documentation. + +- [#416](https://github.com/commercetools/nimbus/pull/416) + [`1e9f91c`](https://github.com/commercetools/nimbus/commit/1e9f91c90cd69443ae728bdb73449de4be52e930) + Thanks [@ByronDWall](https://github.com/ByronDWall)! - Nimbus components - add + LocalizedField component + +- [#488](https://github.com/commercetools/nimbus/pull/488) + [`5d306d5`](https://github.com/commercetools/nimbus/commit/5d306d594c178be29d0ec2f88f0c4d0baf22233c) + Thanks [@jaikamat](https://github.com/jaikamat)! - Create ScopedSearchInput + component + +- [#428](https://github.com/commercetools/nimbus/pull/428) + [`345c857`](https://github.com/commercetools/nimbus/commit/345c85757e11e7a852fed80aeaa547ca1a12af0c) + Thanks [@misama-ct](https://github.com/misama-ct)! - Dialog component added + +- [#477](https://github.com/commercetools/nimbus/pull/477) + [`02d2f67`](https://github.com/commercetools/nimbus/commit/02d2f67f6d0fa9583d6c0cf4133ec1cf65521780) + Thanks [@jaikamat](https://github.com/jaikamat)! - create SearchInput + component + +- [#436](https://github.com/commercetools/nimbus/pull/436) + [`3810148`](https://github.com/commercetools/nimbus/commit/3810148a76d6cf740656c26ca3be057c7952c296) + Thanks [@jaikamat](https://github.com/jaikamat)! - Create MoneyInput component + and component custom icon + +- [#476](https://github.com/commercetools/nimbus/pull/476) + [`2b6a44c`](https://github.com/commercetools/nimbus/commit/2b6a44ca3e3c6283e6a54af4dd28cd95120f2d45) + Thanks [@misama-ct](https://github.com/misama-ct)! - Drawer component added + +- [#382](https://github.com/commercetools/nimbus/pull/382) + [`014f9be`](https://github.com/commercetools/nimbus/commit/014f9be6ec4decb47e249f2d1c5e7f643815540f) + Thanks [@misama-ct](https://github.com/misama-ct)! - InlineSvg component added + +### Patch Changes + +- [#439](https://github.com/commercetools/nimbus/pull/439) + [`ffe580f`](https://github.com/commercetools/nimbus/commit/ffe580f75ba2b73c1c9888c7a9ec9b8124a6e40c) + Thanks [@valoriecarli](https://github.com/valoriecarli)! - Added IntlProvider + wrapper to docs + +- [#461](https://github.com/commercetools/nimbus/pull/461) + [`ddf0e14`](https://github.com/commercetools/nimbus/commit/ddf0e14ceb1e48b8b26346f57de7e62871c37642) + Thanks [@valoriecarli](https://github.com/valoriecarli)! - Update Calendar + documentation. + +- [#500](https://github.com/commercetools/nimbus/pull/500) + [`4ec20b7`](https://github.com/commercetools/nimbus/commit/4ec20b7832c53f1c2dbd9895da7ef275f5c311b7) + Thanks [@valoriecarli](https://github.com/valoriecarli)! - Update image for + Calendar docs. + +- [#460](https://github.com/commercetools/nimbus/pull/460) + [`a64a858`](https://github.com/commercetools/nimbus/commit/a64a858498592264e3bf00a3467f366bf17fe30d) + Thanks [@jaikamat](https://github.com/jaikamat)! - create CollapsibleMotion + component + +- [#519](https://github.com/commercetools/nimbus/pull/519) + [`3f078e6`](https://github.com/commercetools/nimbus/commit/3f078e642244e3c4333f24bc5f8a027f4e8d3e3f) + Thanks [@dependabot](https://github.com/apps/dependabot)! - Update react-intl + to v7.1.14, add it as dev dependency to nimbus package, make peer dep only 7.x + instead of specific version" +- Updated dependencies + [[`3810148`](https://github.com/commercetools/nimbus/commit/3810148a76d6cf740656c26ca3be057c7952c296), + [`90d6d2a`](https://github.com/commercetools/nimbus/commit/90d6d2af786e697e2f2f6bbbb11c93159105837a)]: + - @commercetools/nimbus-icons@2.0.0 + - @commercetools/nimbus-tokens@2.0.0 + ## 1.0.1 ### Minor Changes diff --git a/packages/nimbus/package.json b/packages/nimbus/package.json index 821596656..1ce382fd6 100644 --- a/packages/nimbus/package.json +++ b/packages/nimbus/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools/nimbus", - "version": "1.0.1", + "version": "2.0.0", "main": "./dist/index.cjs", "module": "./dist/index.js", "type": "module", @@ -23,10 +23,7 @@ } } }, - "files": [ - "dist", - "package.json" - ], + "files": ["dist", "package.json"], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" @@ -35,14 +32,10 @@ "type": "git", "url": "https://github.com/commercetools/nimbus.git" }, - "sideEffects": [ - "*.css" - ], + "sideEffects": ["*.css"], "typesVersions": { "*": { - "*": [ - "./dist/index.d.ts" - ] + "*": ["./dist/index.d.ts"] } }, "dependencies": { diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index c9a399d1b..f712f4d90 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -1,5 +1,7 @@ # @commercetools/nimbus-tokens +## 2.0.0 + ## 1.0.1 ### Patch Changes diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 303c4e8ad..89128c22a 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools/nimbus-tokens", - "version": "1.0.1", + "version": "2.0.0", "main": "dist/commercetools-nimbus-tokens.cjs.js", "module": "dist/commercetools-nimbus-tokens.esm.js", "type": "module",