Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): Publish new release(s) #1076

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/css": "0.5.0",
"packages/css": "0.5.1",
"packages/react": "0.5.0",
"proprietary/assets": "0.1.7",
"proprietary/react-icons": "0.1.12",
"proprietary/tokens": "0.5.0"
"proprietary/tokens": "0.5.1"
}
6 changes: 6 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @amsterdam/design-system-tokens bumped to 0.5.1

## [0.5.0](https://github.com/Amsterdam/design-system/compare/@amsterdam/[email protected]) (2024-02-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.0",
"version": "0.5.1",
"author": "Community for NL Design System",
"description": "CSS files for components for the City of Amsterdam based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand All @@ -19,7 +19,7 @@
"clean": "rimraf dist/"
},
"devDependencies": {
"@amsterdam/design-system-tokens": "workspace:*",
"@amsterdam/design-system-tokens": "0.5.1",
"sass": "1.70.0"
},
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions proprietary/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.1](https://github.com/Amsterdam/design-system/compare/design-system-tokens-v0.5.0...design-system-tokens-v0.5.1) (2024-02-13)


### Features

* Create unique token classes ([#1071](https://github.com/Amsterdam/design-system/issues/1071)) ([d53d0a9](https://github.com/Amsterdam/design-system/commit/d53d0a93f18238759d85bd897a7b6ee537cc78b0))

## [0.5.0](https://github.com/Amsterdam/design-system/compare/@amsterdam/[email protected]) (2024-02-09)


Expand Down
2 changes: 1 addition & 1 deletion proprietary/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.0",
"version": "0.5.1",
"author": "Community for NL Design System",
"description": "Design tokens for components for the City of Amsterdam based on the NL Design System architecture",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down
Loading