Skip to content

Commit 6ef3236

Browse files
Version Packages (#85)
* chore(release): version packages * chore: update yarn lock Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Rich Bachman <rb@richbachman.com>
1 parent ebc7309 commit 6ef3236

File tree

8 files changed

+52
-29
lines changed

8 files changed

+52
-29
lines changed

.changeset/tidy-panthers-applaud.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/components/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @trueplan/forecast-components
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [#84](https://github.com/trueplan/forecast/pull/84) [`ebc7309`](https://github.com/trueplan/forecast/commit/ebc73092b3eda58746d339e32cbf81d0d0bca7d5) Thanks [@richbachman](https://github.com/richbachman)! - BREAKING CHANGE: Downgraded to use React 17.0.2
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`ebc7309`](https://github.com/trueplan/forecast/commit/ebc73092b3eda58746d339e32cbf81d0d0bca7d5)]:
12+
- @trueplan/forecast-icons@4.0.0
13+
- @trueplan/forecast-theme@3.0.0
14+
315
## 3.0.2
416

517
### Patch Changes

packages/components/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trueplan/forecast-components",
3-
"version": "3.0.2",
3+
"version": "4.0.0",
44
"description": "Forecast Design System Components",
55
"author": "TruePlan Inc.",
66
"license": "UNLICENSED",
@@ -57,8 +57,8 @@
5757
"@radix-ui/react-tooltip": "^0.1.7",
5858
"@radix-ui/react-visually-hidden": "^0.1.4",
5959
"@stitches/react": "^1.2.7",
60-
"@trueplan/forecast-icons": "^3.0.0",
61-
"@trueplan/forecast-theme": "^2.0.0",
60+
"@trueplan/forecast-icons": "^4.0.0",
61+
"@trueplan/forecast-theme": "^3.0.0",
6262
"ariakit": "2.0.0-next.24",
6363
"react": "17.0.2",
6464
"react-dom": "17.0.2",
@@ -77,8 +77,8 @@
7777
"@storybook/react": "^6.4.21",
7878
"@testing-library/jest-dom": "5.16.4",
7979
"@testing-library/react": "12.1.2",
80-
"@trueplan/forecast-icons": "^3.0.0",
81-
"@trueplan/forecast-theme": "^2.0.0",
80+
"@trueplan/forecast-icons": "^4.0.0",
81+
"@trueplan/forecast-theme": "^3.0.0",
8282
"@types/jest": "^27.4.1",
8383
"@types/node": "^17.0.23",
8484
"@types/react": "^18.0.4",

packages/icons/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @trueplan/forecast-icons
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [#84](https://github.com/trueplan/forecast/pull/84) [`ebc7309`](https://github.com/trueplan/forecast/commit/ebc73092b3eda58746d339e32cbf81d0d0bca7d5) Thanks [@richbachman](https://github.com/richbachman)! - BREAKING CHANGE: Downgraded to use React 17.0.2
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`ebc7309`](https://github.com/trueplan/forecast/commit/ebc73092b3eda58746d339e32cbf81d0d0bca7d5)]:
12+
- @trueplan/forecast-components@4.0.0
13+
- @trueplan/forecast-theme@3.0.0
14+
315
## 3.0.0
416

517
### Major Changes

packages/icons/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trueplan/forecast-icons",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Forecast Design System Icons",
55
"author": "TruePlan Inc.",
66
"license": "UNLICENSED",
@@ -45,8 +45,8 @@
4545
"@svgr/babel-plugin-add-jsx-attribute": "^6.0.0",
4646
"@svgr/babel-plugin-remove-jsx-attribute": "^6.0.0",
4747
"@svgr/plugin-svgo": "^5.5.0",
48-
"@trueplan/forecast-components": "^3.0.0",
49-
"@trueplan/forecast-theme": "^2.0.0",
48+
"@trueplan/forecast-components": "^4.0.0",
49+
"@trueplan/forecast-theme": "^3.0.0",
5050
"@twilio-labs/svg-to-react": "^2.1.1",
5151
"ansi-styles": "6.1.0",
5252
"chalk": "^4.1.2",
@@ -61,8 +61,8 @@
6161
"@svgr/babel-plugin-add-jsx-attribute": "^6.0.0",
6262
"@svgr/babel-plugin-remove-jsx-attribute": "^6.0.0",
6363
"@svgr/plugin-svgo": "^5.5.0",
64-
"@trueplan/forecast-components": "^3.0.0",
65-
"@trueplan/forecast-theme": "^2.0.0",
64+
"@trueplan/forecast-components": "^4.0.0",
65+
"@trueplan/forecast-theme": "^3.0.0",
6666
"@twilio-labs/svg-to-react": "^2.1.1",
6767
"@types/node": "^17.0.23",
6868
"@types/react": "^18.0.4",

packages/theme/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @trueplan/forecast-theme
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#84](https://github.com/trueplan/forecast/pull/84) [`ebc7309`](https://github.com/trueplan/forecast/commit/ebc73092b3eda58746d339e32cbf81d0d0bca7d5) Thanks [@richbachman](https://github.com/richbachman)! - BREAKING CHANGE: Downgraded to use React 17.0.2
8+
39
## 2.0.0
410

511
### Major Changes

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": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Forecast Design System Theme",
55
"author": "TruePlan Inc.",
66
"license": "UNLICENSED",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6532,7 +6532,7 @@ __metadata:
65326532
languageName: node
65336533
linkType: hard
65346534

6535-
"@trueplan/forecast-components@^3.0.0, @trueplan/forecast-components@workspace:packages/components":
6535+
"@trueplan/forecast-components@^4.0.0, @trueplan/forecast-components@workspace:packages/components":
65366536
version: 0.0.0-use.local
65376537
resolution: "@trueplan/forecast-components@workspace:packages/components"
65386538
dependencies:
@@ -6553,8 +6553,8 @@ __metadata:
65536553
"@storybook/react": ^6.4.21
65546554
"@testing-library/jest-dom": 5.16.4
65556555
"@testing-library/react": 12.1.2
6556-
"@trueplan/forecast-icons": ^3.0.0
6557-
"@trueplan/forecast-theme": ^2.0.0
6556+
"@trueplan/forecast-icons": ^4.0.0
6557+
"@trueplan/forecast-theme": ^3.0.0
65586558
"@types/jest": ^27.4.1
65596559
"@types/node": ^17.0.23
65606560
"@types/react": ^18.0.4
@@ -6582,24 +6582,24 @@ __metadata:
65826582
"@radix-ui/react-tooltip": ^0.1.7
65836583
"@radix-ui/react-visually-hidden": ^0.1.4
65846584
"@stitches/react": ^1.2.7
6585-
"@trueplan/forecast-icons": ^3.0.0
6586-
"@trueplan/forecast-theme": ^2.0.0
6585+
"@trueplan/forecast-icons": ^4.0.0
6586+
"@trueplan/forecast-theme": ^3.0.0
65876587
ariakit: 2.0.0-next.24
65886588
react: 17.0.2
65896589
react-dom: 17.0.2
65906590
react-uid: ^2.3.2
65916591
languageName: unknown
65926592
linkType: soft
65936593

6594-
"@trueplan/forecast-icons@^3.0.0, @trueplan/forecast-icons@workspace:packages/icons":
6594+
"@trueplan/forecast-icons@^4.0.0, @trueplan/forecast-icons@workspace:packages/icons":
65956595
version: 0.0.0-use.local
65966596
resolution: "@trueplan/forecast-icons@workspace:packages/icons"
65976597
dependencies:
65986598
"@svgr/babel-plugin-add-jsx-attribute": ^6.0.0
65996599
"@svgr/babel-plugin-remove-jsx-attribute": ^6.0.0
66006600
"@svgr/plugin-svgo": ^5.5.0
6601-
"@trueplan/forecast-components": ^3.0.0
6602-
"@trueplan/forecast-theme": ^2.0.0
6601+
"@trueplan/forecast-components": ^4.0.0
6602+
"@trueplan/forecast-theme": ^3.0.0
66036603
"@twilio-labs/svg-to-react": ^2.1.1
66046604
"@types/node": ^17.0.23
66056605
"@types/react": ^18.0.4
@@ -6621,8 +6621,8 @@ __metadata:
66216621
"@svgr/babel-plugin-add-jsx-attribute": ^6.0.0
66226622
"@svgr/babel-plugin-remove-jsx-attribute": ^6.0.0
66236623
"@svgr/plugin-svgo": ^5.5.0
6624-
"@trueplan/forecast-components": ^3.0.0
6625-
"@trueplan/forecast-theme": ^2.0.0
6624+
"@trueplan/forecast-components": ^4.0.0
6625+
"@trueplan/forecast-theme": ^3.0.0
66266626
"@twilio-labs/svg-to-react": ^2.1.1
66276627
ansi-styles: 6.1.0
66286628
chalk: ^4.1.2
@@ -6635,7 +6635,7 @@ __metadata:
66356635
languageName: unknown
66366636
linkType: soft
66376637

6638-
"@trueplan/forecast-theme@^2.0.0, @trueplan/forecast-theme@workspace:packages/theme":
6638+
"@trueplan/forecast-theme@^3.0.0, @trueplan/forecast-theme@workspace:packages/theme":
66396639
version: 0.0.0-use.local
66406640
resolution: "@trueplan/forecast-theme@workspace:packages/theme"
66416641
dependencies:

0 commit comments

Comments
 (0)