Skip to content

Commit 0b6bb4e

Browse files
authored
chore: package version bump (#32)
1 parent 7e8cde3 commit 0b6bb4e

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

packages/components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trueplan/forecast-components",
3-
"version": "0.0.9",
3+
"version": "1.0.0",
44
"description": "Forecast Design System Components",
55
"author": "TruePlan Inc.",
66
"license": "UNLICENSED",
@@ -54,8 +54,8 @@
5454
"@radix-ui/react-tooltip": "^0.1.0",
5555
"@radix-ui/react-visually-hidden": "^0.1.0",
5656
"@stitches/react": "^1.2.0",
57-
"@trueplan/forecast-icons": "^0.0.9",
58-
"@trueplan/forecast-theme": "^0.0.9",
57+
"@trueplan/forecast-icons": "^1.0.0",
58+
"@trueplan/forecast-theme": "^1.0.0",
5959
"react": "^17.0.2",
6060
"react-dom": "^17.0.2",
6161
"react-uid": "^2.3.1"

packages/icons/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trueplan/forecast-icons",
3-
"version": "0.0.9",
3+
"version": "1.0.0",
44
"description": "Forecast Design System Icons",
55
"author": "TruePlan Inc.",
66
"license": "UNLICENSED",
@@ -44,8 +44,8 @@
4444
"@svgr/babel-plugin-add-jsx-attribute": "^5.4.0",
4545
"@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
4646
"@svgr/plugin-svgo": "^5.5.0",
47-
"@trueplan/forecast-components": "^0.0.9",
48-
"@trueplan/forecast-theme": "^0.0.9",
47+
"@trueplan/forecast-components": "^1.0.0",
48+
"@trueplan/forecast-theme": "^1.0.0",
4949
"@twilio-labs/svg-to-react": "^2.1.0",
5050
"chalk": "^4.1.2",
5151
"commander": "^8.2.0",

packages/theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trueplan/forecast-theme",
3-
"version": "0.0.9",
3+
"version": "1.0.0",
44
"description": "Forecast Design System Theme",
55
"author": "TruePlan Inc.",
66
"license": "UNLICENSED",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4933,8 +4933,8 @@ __metadata:
49334933
"@radix-ui/react-tooltip": ^0.1.0
49344934
"@radix-ui/react-visually-hidden": ^0.1.0
49354935
"@stitches/react": ^1.2.0
4936-
"@trueplan/forecast-icons": ^0.0.9
4937-
"@trueplan/forecast-theme": ^0.0.9
4936+
"@trueplan/forecast-icons": ^1.0.0
4937+
"@trueplan/forecast-theme": ^1.0.0
49384938
react: ^17.0.2
49394939
react-dom: ^17.0.2
49404940
react-uid: ^2.3.1
@@ -4970,8 +4970,8 @@ __metadata:
49704970
"@svgr/babel-plugin-add-jsx-attribute": ^5.4.0
49714971
"@svgr/babel-plugin-remove-jsx-attribute": ^5.4.0
49724972
"@svgr/plugin-svgo": ^5.5.0
4973-
"@trueplan/forecast-components": ^0.0.9
4974-
"@trueplan/forecast-theme": ^0.0.9
4973+
"@trueplan/forecast-components": ^1.0.0
4974+
"@trueplan/forecast-theme": ^1.0.0
49754975
"@twilio-labs/svg-to-react": ^2.1.0
49764976
chalk: ^4.1.2
49774977
commander: ^8.2.0

0 commit comments

Comments
 (0)