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
9 changes: 0 additions & 9 deletions .changeset/badge-signal-colors.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.5.0

### Patch Changes

- Updated dependencies [8762dda]
- @surfnet/curve-angular@0.5.0
- @surfnet/curve-tokens@0.5.0

## 0.4.1

### 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.1",
"version": "0.5.0",
"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.5.0

### Patch Changes

- Updated dependencies [8762dda]
- @surfnet/curve-react@0.5.0
- @surfnet/curve-tokens@0.5.0

## 0.4.1

### 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.1",
"version": "0.5.0",
"private": true,
"description": "Demo app for testing @surfnet/curve-react components in a real Next.js consumer.",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-<name>-subtle` / `text-<name>-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
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.1",
"version": "0.5.0",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-<name>-subtle` / `text-<name>-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.
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.1",
"version": "0.5.0",
"private": true,
"type": "module",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-<name>-subtle` / `text-<name>-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
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.1",
"version": "0.5.0",
"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.5.0

### Patch Changes

- @surfnet/curve-tokens@0.5.0

## 0.4.1

### 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.1",
"version": "0.5.0",
"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.5.0

No changes in this release.

## 0.4.1

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.1",
"version": "0.5.0",
"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.5.0

No changes in this release.

## 0.4.1

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.1",
"version": "0.5.0",
"private": true,
"files": [
"base.json",
Expand Down
Loading