Skip to content

Commit 0de8e8c

Browse files
author
Jay Nielsen
authored
Merge pull request #20 from trueplan/chore/version-0.0.7
chore: version bump
2 parents 80ac931 + af60a1b commit 0de8e8c

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.6",
3+
"version": "0.0.7",
44
"description": "Forecast Design System Components",
55
"author": "TruePlan Inc.",
66
"license": "UNLICENSED",
@@ -48,8 +48,8 @@
4848
"@radix-ui/react-tooltip": "^0.1.0",
4949
"@radix-ui/react-visually-hidden": "^0.1.0",
5050
"@stitches/react": "^1.2.0",
51-
"@trueplan/forecast-icons": "^0.0.6",
52-
"@trueplan/forecast-theme": "^0.0.6",
51+
"@trueplan/forecast-icons": "^0.0.7",
52+
"@trueplan/forecast-theme": "^0.0.7",
5353
"react": "^17.0.2",
5454
"react-dom": "^17.0.2",
5555
"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.6",
3+
"version": "0.0.7",
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.6",
48-
"@trueplan/forecast-theme": "^0.0.6",
47+
"@trueplan/forecast-components": "^0.0.7",
48+
"@trueplan/forecast-theme": "^0.0.7",
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.6",
3+
"version": "0.0.7",
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
@@ -4853,8 +4853,8 @@ __metadata:
48534853
"@radix-ui/react-tooltip": ^0.1.0
48544854
"@radix-ui/react-visually-hidden": ^0.1.0
48554855
"@stitches/react": ^1.2.0
4856-
"@trueplan/forecast-icons": ^0.0.6
4857-
"@trueplan/forecast-theme": ^0.0.6
4856+
"@trueplan/forecast-icons": ^0.0.7
4857+
"@trueplan/forecast-theme": ^0.0.7
48584858
react: ^17.0.2
48594859
react-dom: ^17.0.2
48604860
react-uid: ^2.3.1
@@ -4890,8 +4890,8 @@ __metadata:
48904890
"@svgr/babel-plugin-add-jsx-attribute": ^5.4.0
48914891
"@svgr/babel-plugin-remove-jsx-attribute": ^5.4.0
48924892
"@svgr/plugin-svgo": ^5.5.0
4893-
"@trueplan/forecast-components": ^0.0.6
4894-
"@trueplan/forecast-theme": ^0.0.6
4893+
"@trueplan/forecast-components": ^0.0.7
4894+
"@trueplan/forecast-theme": ^0.0.7
48954895
"@twilio-labs/svg-to-react": ^2.1.0
48964896
chalk: ^4.1.2
48974897
commander: ^8.2.0

0 commit comments

Comments
 (0)