Skip to content
Merged
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
6 changes: 0 additions & 6 deletions .changeset/alert-neutral-title-description.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/angular-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/angular-app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions apps/react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/react-app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@surfnet/curve-angular",
"version": "0.4.0",
"version": "0.4.1",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @surfnet/curve-contracts

## 0.4.1

No changes in this release.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@surfnet/curve-contracts",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"type": "module",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@surfnet/curve-react",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/storybook-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @surfnet/curve-storybook-config

## 0.4.1

### Patch Changes

- @surfnet/curve-tokens@0.4.1

## 0.4.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-config/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @surfnet/curve-tokens

## 0.4.1

No changes in this release.

## 0.4.0

No changes in this release.
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": "@surfnet/curve-tokens",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"type": "module",
"files": [
Expand Down
4 changes: 4 additions & 0 deletions packages/typescript-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @surfnet/curve-typescript-config

## 0.4.1

No changes in this release.

## 0.4.0

No changes in this release.
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@surfnet/curve-typescript-config",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"files": [
"base.json",
Expand Down
Loading