Skip to content

Commit

Permalink
chore: version bump to 0.5.1-experimental.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuzina committed Dec 20, 2024
1 parent 8a36ce3 commit 90f649b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/boilerplate-react-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@canonical/boilerplate-react-vite",
"private": true,
"version": "0.5.0-experimental.0",
"version": "0.5.1-experimental.0",
"type": "module",
"license": "GPL-3.0-only",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@canonical/biome-config": "^0.4.0-experimental.0",
"@canonical/ds-react-core": "^0.5.0-experimental.0",
"@canonical/ds-react-core": "^0.5.1-experimental.0",
"@canonical/typescript-config-react": "^0.4.0-experimental.0",
"@types/node": "^22.10.1",
"@types/react": "^19.0.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.5.0-experimental.0"
"version": "0.5.1-experimental.0"
}
4 changes: 2 additions & 2 deletions packages/ds-react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canonical/ds-react-core",
"version": "0.5.0-experimental.0",
"version": "0.5.1-experimental.0",
"type": "module",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"storybook": "storybook dev -p 6006 --no-open --host 0.0.0.0"
},
"dependencies": {
"@canonical/storybook-addon-baseline-grid": "^0.5.0-experimental.0",
"@canonical/storybook-addon-baseline-grid": "^0.5.1-experimental.0",
"@canonical/styles": "^0.5.0-experimental.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-addon-baseline-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canonical/storybook-addon-baseline-grid",
"version": "0.5.0-experimental.0",
"version": "0.5.1-experimental.0",
"type": "module",
"files": ["dist"],
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit 90f649b

Please sign in to comment.