diff --git a/.changeset/badge-signal-colors.md b/.changeset/badge-signal-colors.md deleted file mode 100644 index bbb3d273..00000000 --- a/.changeset/badge-signal-colors.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@surfnet/curve-react': minor -'@surfnet/curve-angular': minor -'@surfnet/curve-contracts': minor ---- - -Add `info`, `success`, `warning`, and `danger` signal-color variants to the Badge component, styled as a subtle tint (`bg--subtle` / `text--subtle-foreground`), matching the Alert component's signal variants and the Figma spec. - -**Breaking:** the `destructive` variant is renamed to `danger`. Replace `variant="destructive"` with `variant="danger"` on `Badge` (Alert was already renamed in a previous release; other components are unaffected). diff --git a/apps/angular-app/CHANGELOG.md b/apps/angular-app/CHANGELOG.md index 01c11fb7..13290263 100644 --- a/apps/angular-app/CHANGELOG.md +++ b/apps/angular-app/CHANGELOG.md @@ -1,5 +1,13 @@ # @surfnet/curve-angular-app +## 0.5.0 + +### Patch Changes + +- Updated dependencies [8762dda] + - @surfnet/curve-angular@0.5.0 + - @surfnet/curve-tokens@0.5.0 + ## 0.4.1 ### Patch Changes diff --git a/apps/angular-app/package.json b/apps/angular-app/package.json index a819e12f..dc6bd1f3 100644 --- a/apps/angular-app/package.json +++ b/apps/angular-app/package.json @@ -1,6 +1,6 @@ { "name": "@surfnet/curve-angular-app", - "version": "0.4.1", + "version": "0.5.0", "private": true, "description": "Demo app for testing @surfnet/curve-angular components.", "type": "module", diff --git a/apps/react-app/CHANGELOG.md b/apps/react-app/CHANGELOG.md index 9818527b..3172457a 100644 --- a/apps/react-app/CHANGELOG.md +++ b/apps/react-app/CHANGELOG.md @@ -1,5 +1,13 @@ # @surfnet/curve-react-app +## 0.5.0 + +### Patch Changes + +- Updated dependencies [8762dda] + - @surfnet/curve-react@0.5.0 + - @surfnet/curve-tokens@0.5.0 + ## 0.4.1 ### Patch Changes diff --git a/apps/react-app/package.json b/apps/react-app/package.json index 5cfad2ed..3df9e69d 100644 --- a/apps/react-app/package.json +++ b/apps/react-app/package.json @@ -1,6 +1,6 @@ { "name": "@surfnet/curve-react-app", - "version": "0.4.1", + "version": "0.5.0", "private": true, "description": "Demo app for testing @surfnet/curve-react components in a real Next.js consumer.", "type": "module", diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index d9e40780..7139954b 100644 --- a/packages/angular/CHANGELOG.md +++ b/packages/angular/CHANGELOG.md @@ -1,5 +1,13 @@ # @surfnet/curve-angular +## 0.5.0 + +### Minor Changes + +- 8762dda: Add `info`, `success`, `warning`, and `danger` signal-color variants to the Badge component, styled as a subtle tint (`bg--subtle` / `text--subtle-foreground`), matching the Alert component's signal variants and the Figma spec. + + **Breaking:** the `destructive` variant is renamed to `danger`. Replace `variant="destructive"` with `variant="danger"` on `Badge` (Alert was already renamed in a previous release; other components are unaffected). + ## 0.4.1 ### Patch Changes diff --git a/packages/angular/package.json b/packages/angular/package.json index 3e1f34ee..a41af1e2 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@surfnet/curve-angular", - "version": "0.4.1", + "version": "0.5.0", "sideEffects": false, "repository": { "type": "git", diff --git a/packages/contracts/CHANGELOG.md b/packages/contracts/CHANGELOG.md index 61597d7e..7ec886f0 100644 --- a/packages/contracts/CHANGELOG.md +++ b/packages/contracts/CHANGELOG.md @@ -1,5 +1,13 @@ # @surfnet/curve-contracts +## 0.5.0 + +### Minor Changes + +- 8762dda: Add `info`, `success`, `warning`, and `danger` signal-color variants to the Badge component, styled as a subtle tint (`bg--subtle` / `text--subtle-foreground`), matching the Alert component's signal variants and the Figma spec. + + **Breaking:** the `destructive` variant is renamed to `danger`. Replace `variant="destructive"` with `variant="danger"` on `Badge` (Alert was already renamed in a previous release; other components are unaffected). + ## 0.4.1 No changes in this release. diff --git a/packages/contracts/package.json b/packages/contracts/package.json index d7e1a7a8..8d627e6b 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -1,6 +1,6 @@ { "name": "@surfnet/curve-contracts", - "version": "0.4.1", + "version": "0.5.0", "private": true, "type": "module", "files": [ diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index a82c4481..9e566e1c 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @surfnet/curve-react +## 0.5.0 + +### Minor Changes + +- 8762dda: Add `info`, `success`, `warning`, and `danger` signal-color variants to the Badge component, styled as a subtle tint (`bg--subtle` / `text--subtle-foreground`), matching the Alert component's signal variants and the Figma spec. + + **Breaking:** the `destructive` variant is renamed to `danger`. Replace `variant="destructive"` with `variant="danger"` on `Badge` (Alert was already renamed in a previous release; other components are unaffected). + ## 0.4.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 24157d54..8a2e2fbb 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@surfnet/curve-react", - "version": "0.4.1", + "version": "0.5.0", "type": "module", "repository": { "type": "git", diff --git a/packages/storybook-config/CHANGELOG.md b/packages/storybook-config/CHANGELOG.md index bc035e15..6bc7a3ea 100644 --- a/packages/storybook-config/CHANGELOG.md +++ b/packages/storybook-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @surfnet/curve-storybook-config +## 0.5.0 + +### Patch Changes + +- @surfnet/curve-tokens@0.5.0 + ## 0.4.1 ### Patch Changes diff --git a/packages/storybook-config/package.json b/packages/storybook-config/package.json index dfdd0233..54d117bd 100644 --- a/packages/storybook-config/package.json +++ b/packages/storybook-config/package.json @@ -1,6 +1,6 @@ { "name": "@surfnet/curve-storybook-config", - "version": "0.4.1", + "version": "0.5.0", "private": true, "type": "module", "main": "./dist/index.js", diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index 8d5837ad..06828c39 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -1,5 +1,9 @@ # @surfnet/curve-tokens +## 0.5.0 + +No changes in this release. + ## 0.4.1 No changes in this release. diff --git a/packages/tokens/package.json b/packages/tokens/package.json index b8d45bb2..34e8bffc 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@surfnet/curve-tokens", - "version": "0.4.1", + "version": "0.5.0", "private": true, "type": "module", "files": [ diff --git a/packages/typescript-config/CHANGELOG.md b/packages/typescript-config/CHANGELOG.md index 901992e4..f6419541 100644 --- a/packages/typescript-config/CHANGELOG.md +++ b/packages/typescript-config/CHANGELOG.md @@ -1,5 +1,9 @@ # @surfnet/curve-typescript-config +## 0.5.0 + +No changes in this release. + ## 0.4.1 No changes in this release. diff --git a/packages/typescript-config/package.json b/packages/typescript-config/package.json index f6ca7ffe..dbd5ab06 100644 --- a/packages/typescript-config/package.json +++ b/packages/typescript-config/package.json @@ -1,6 +1,6 @@ { "name": "@surfnet/curve-typescript-config", - "version": "0.4.1", + "version": "0.5.0", "private": true, "files": [ "base.json",