Skip to content

Commit efea76f

Browse files
xrendanclaude
andcommitted
Bump all packages to v0.3.2
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a93dd9a commit efea76f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/charts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@buildcanada/charts",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "A configurable data visualization library for creating interactive charts.",
55
"type": "module",
66
"main": "src/index.ts",
@@ -32,8 +32,8 @@
3232
"publishConfig": {
3333
"access": "public",
3434
"dependencies": {
35-
"@buildcanada/colours": "^0.3.1",
36-
"@buildcanada/components": "^0.3.1"
35+
"@buildcanada/colours": "^0.3.2",
36+
"@buildcanada/components": "^0.3.2"
3737
}
3838
},
3939
"scripts": {

packages/colours/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@buildcanada/colours",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Canadian colour tokens for design systems",
55
"type": "module",
66
"main": "./dist/index.js",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@buildcanada/components",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Build Canada design system components",
55
"type": "module",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)