Skip to content

Commit 4870e0f

Browse files
xrendanclaude
andcommitted
Bump all packages to v0.3.1, fix workspace protocol for npm
Add publishConfig.dependencies to charts package to replace workspace:* references with real npm versions when publishing. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 92d3f26 commit 4870e0f

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

packages/charts/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@buildcanada/charts",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A configurable data visualization library for creating interactive charts.",
55
"type": "module",
66
"main": "src/index.ts",
@@ -30,7 +30,11 @@
3030
},
3131
"homepage": "https://github.com/BuildCanada/bcds#readme",
3232
"publishConfig": {
33-
"access": "public"
33+
"access": "public",
34+
"dependencies": {
35+
"@buildcanada/colours": "^0.3.1",
36+
"@buildcanada/components": "^0.3.1"
37+
}
3438
},
3539
"scripts": {
3640
"typecheck": "tsc --noEmit",

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.0",
3+
"version": "0.3.1",
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.0",
3+
"version": "0.3.1",
44
"description": "Build Canada design system components",
55
"type": "module",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)