diff --git a/.changeset/alert-neutral-title-description.md b/.changeset/alert-neutral-title-description.md deleted file mode 100644 index 9f036ed8..00000000 --- a/.changeset/alert-neutral-title-description.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@surfnet/curve-react': patch -'@surfnet/curve-angular': patch ---- - -Fix Alert's `info`/`success`/`warning`/`danger` variants: title and description text now use the neutral `foreground`/`muted-foreground` tokens instead of the signal color, per design review. Only the icon and the tinted background carry the signal color now. diff --git a/apps/angular-app/CHANGELOG.md b/apps/angular-app/CHANGELOG.md index 9dd62345..01c11fb7 100644 --- a/apps/angular-app/CHANGELOG.md +++ b/apps/angular-app/CHANGELOG.md @@ -1,5 +1,13 @@ # @surfnet/curve-angular-app +## 0.4.1 + +### Patch Changes + +- Updated dependencies [8544090] + - @surfnet/curve-angular@0.4.1 + - @surfnet/curve-tokens@0.4.1 + ## 0.4.0 ### Patch Changes diff --git a/apps/angular-app/package.json b/apps/angular-app/package.json index 037da4ac..a819e12f 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.0", + "version": "0.4.1", "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 2a59a84f..9818527b 100644 --- a/apps/react-app/CHANGELOG.md +++ b/apps/react-app/CHANGELOG.md @@ -1,5 +1,13 @@ # @surfnet/curve-react-app +## 0.4.1 + +### Patch Changes + +- Updated dependencies [8544090] + - @surfnet/curve-react@0.4.1 + - @surfnet/curve-tokens@0.4.1 + ## 0.4.0 ### Patch Changes diff --git a/apps/react-app/package.json b/apps/react-app/package.json index 444effab..5cfad2ed 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.0", + "version": "0.4.1", "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 1f0b225a..d9e40780 100644 --- a/packages/angular/CHANGELOG.md +++ b/packages/angular/CHANGELOG.md @@ -1,5 +1,11 @@ # @surfnet/curve-angular +## 0.4.1 + +### Patch Changes + +- 8544090: Fix Alert's `info`/`success`/`warning`/`danger` variants: title and description text now use the neutral `foreground`/`muted-foreground` tokens instead of the signal color, per design review. Only the icon and the tinted background carry the signal color now. + ## 0.4.0 ### Minor Changes diff --git a/packages/angular/package.json b/packages/angular/package.json index c075cf47..3e1f34ee 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@surfnet/curve-angular", - "version": "0.4.0", + "version": "0.4.1", "sideEffects": false, "repository": { "type": "git", diff --git a/packages/contracts/CHANGELOG.md b/packages/contracts/CHANGELOG.md index e7d64da1..61597d7e 100644 --- a/packages/contracts/CHANGELOG.md +++ b/packages/contracts/CHANGELOG.md @@ -1,5 +1,9 @@ # @surfnet/curve-contracts +## 0.4.1 + +No changes in this release. + ## 0.4.0 ### Minor Changes diff --git a/packages/contracts/package.json b/packages/contracts/package.json index 93dcf6ab..d7e1a7a8 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -1,6 +1,6 @@ { "name": "@surfnet/curve-contracts", - "version": "0.4.0", + "version": "0.4.1", "private": true, "type": "module", "files": [ diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index f27d0ed1..a82c4481 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @surfnet/curve-react +## 0.4.1 + +### Patch Changes + +- 8544090: Fix Alert's `info`/`success`/`warning`/`danger` variants: title and description text now use the neutral `foreground`/`muted-foreground` tokens instead of the signal color, per design review. Only the icon and the tinted background carry the signal color now. + ## 0.4.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index cea6c90f..24157d54 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@surfnet/curve-react", - "version": "0.4.0", + "version": "0.4.1", "type": "module", "repository": { "type": "git", diff --git a/packages/storybook-config/CHANGELOG.md b/packages/storybook-config/CHANGELOG.md index a68f173c..bc035e15 100644 --- a/packages/storybook-config/CHANGELOG.md +++ b/packages/storybook-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @surfnet/curve-storybook-config +## 0.4.1 + +### Patch Changes + +- @surfnet/curve-tokens@0.4.1 + ## 0.4.0 ### Patch Changes diff --git a/packages/storybook-config/package.json b/packages/storybook-config/package.json index 438299ff..dfdd0233 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.0", + "version": "0.4.1", "private": true, "type": "module", "main": "./dist/index.js", diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index ffeaf1da..8d5837ad 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -1,5 +1,9 @@ # @surfnet/curve-tokens +## 0.4.1 + +No changes in this release. + ## 0.4.0 No changes in this release. diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 36c776c7..b8d45bb2 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@surfnet/curve-tokens", - "version": "0.4.0", + "version": "0.4.1", "private": true, "type": "module", "files": [ diff --git a/packages/typescript-config/CHANGELOG.md b/packages/typescript-config/CHANGELOG.md index 6975a775..901992e4 100644 --- a/packages/typescript-config/CHANGELOG.md +++ b/packages/typescript-config/CHANGELOG.md @@ -1,5 +1,9 @@ # @surfnet/curve-typescript-config +## 0.4.1 + +No changes in this release. + ## 0.4.0 No changes in this release. diff --git a/packages/typescript-config/package.json b/packages/typescript-config/package.json index 23f9fec4..f6ca7ffe 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.0", + "version": "0.4.1", "private": true, "files": [ "base.json",