Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/calm-flowers-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-parks-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/crazy-lights-brush.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dry-queens-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fancy-swans-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fine-snails-watch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/grumpy-streets-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-radios-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-oranges-nail.md

This file was deleted.

11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -74,4 +69,4 @@
"vite-bundle-analyzer": "catalog:tooling",
"vitest": "catalog:tooling"
}
}
}
19 changes: 19 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
14 changes: 3 additions & 11 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,21 @@
{
"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",
"url": "https://github.com/commercetools/nimbus.git",
"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"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/nimbus-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @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

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nimbus-icons/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
54 changes: 54 additions & 0 deletions packages/nimbus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,59 @@
# @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

- [#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

- [#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

- Updated dependencies
[[`3810148`](https://github.com/commercetools/nimbus/commit/3810148a76d6cf740656c26ca3be057c7952c296)]:
- @commercetools/[email protected]
- @commercetools/[email protected]

## 1.0.1

### Minor Changes
Expand Down
15 changes: 4 additions & 11 deletions packages/nimbus/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -23,10 +23,7 @@
}
}
},
"files": [
"dist",
"package.json"
],
"files": ["dist", "package.json"],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
Expand All @@ -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": {
Expand Down
2 changes: 2 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @commercetools/nimbus-tokens

## 2.0.0

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down