Skip to content

Commit

Permalink
chore(release): Publish new release(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 13, 2024
1 parent d53d0a9 commit f95da39
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
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

0 comments on commit f95da39

Please sign in to comment.