Skip to content

Commit 48e7eeb

Browse files
author
Jay Nielsen
authored
Merge pull request #137 from trueplan/changeset-release/main
Version Packages
2 parents 2afa8db + d19fc6d commit 48e7eeb

File tree

11 files changed

+55
-44
lines changed

11 files changed

+55
-44
lines changed

.changeset/big-insects-join.md

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

.changeset/khaki-gifts-guess.md

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

.changeset/metal-mice-camp.md

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

.changeset/serious-houses-taste.md

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

packages/components/CHANGELOG.md

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

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [#132](https://github.com/trueplan/forecast/pull/132) [`1a708e9`](https://github.com/trueplan/forecast/commit/1a708e92552c3c49a5bac052c3a291e49a8178ad) Thanks [@richbachman](https://github.com/richbachman)! - [components]: The `css` prop has been removed from all components, except for Box. It was an error allowing it on other components as those styles should have already been set. If you need to escape the system and adjust a components style, there are two available methods:
8+
9+
- `style` prop as provided by React
10+
- `styled` function provided from Stitches
11+
12+
### Patch Changes
13+
14+
- [#135](https://github.com/trueplan/forecast/pull/135) [`ef8a957`](https://github.com/trueplan/forecast/commit/ef8a95793a4f71f5168fe36a3c2f61679850a143) Thanks [@richbachman](https://github.com/richbachman)! - [Alert]: added storybook doc page.
15+
16+
* [#136](https://github.com/trueplan/forecast/pull/136) [`2afa8db`](https://github.com/trueplan/forecast/commit/2afa8dbbbce1503c6bda6fcdb7edd6a72aefed3a) Thanks [@richbachman](https://github.com/richbachman)! - Fixing the package versions.
17+
18+
- [#133](https://github.com/trueplan/forecast/pull/133) [`6b0ced4`](https://github.com/trueplan/forecast/commit/6b0ced43109b5de0aa887f54e1f4fe6492958ae5) Thanks [@jayarnielsen](https://github.com/jayarnielsen)! - updated dependencies
19+
20+
- Updated dependencies [[`2afa8db`](https://github.com/trueplan/forecast/commit/2afa8dbbbce1503c6bda6fcdb7edd6a72aefed3a), [`6b0ced4`](https://github.com/trueplan/forecast/commit/6b0ced43109b5de0aa887f54e1f4fe6492958ae5)]:
21+
- @trueplan/forecast-icons@5.0.0
22+
323
## 4.7.6
424

525
### Patch Changes

packages/components/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trueplan/forecast-components",
3-
"version": "4.7.6",
3+
"version": "5.0.0",
44
"description": "Forecast Design System Components",
55
"author": "TruePlan Inc.",
66
"license": "UNLICENSED",
@@ -45,7 +45,7 @@
4545
},
4646
"peerDependencies": {
4747
"@stitches/react": "^1.2.7",
48-
"@trueplan/forecast-icons": "^4.0.0",
48+
"@trueplan/forecast-icons": "^5.0.0",
4949
"@trueplan/forecast-theme": "^3.0.0",
5050
"react": "17.x",
5151
"react-dom": "17.x",
@@ -64,8 +64,8 @@
6464
"@storybook/react": "6.5.9",
6565
"@testing-library/jest-dom": "5.16.4",
6666
"@testing-library/react": "12.1.2",
67-
"@trueplan/forecast-icons": "4.0.3",
68-
"@trueplan/forecast-theme": "3.2.1",
67+
"@trueplan/forecast-icons": "5.0.0",
68+
"@trueplan/forecast-theme": "3.2.2",
6969
"@types/jest": "28.1.3",
7070
"@types/node": "18.0.0",
7171
"@types/react": "18.0.14",

packages/icons/CHANGELOG.md

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

3+
## 5.0.0
4+
5+
### Patch Changes
6+
7+
- [#136](https://github.com/trueplan/forecast/pull/136) [`2afa8db`](https://github.com/trueplan/forecast/commit/2afa8dbbbce1503c6bda6fcdb7edd6a72aefed3a) Thanks [@richbachman](https://github.com/richbachman)! - Fixing the package versions.
8+
9+
* [#133](https://github.com/trueplan/forecast/pull/133) [`6b0ced4`](https://github.com/trueplan/forecast/commit/6b0ced43109b5de0aa887f54e1f4fe6492958ae5) Thanks [@jayarnielsen](https://github.com/jayarnielsen)! - updated dependencies
10+
11+
* Updated dependencies [[`ef8a957`](https://github.com/trueplan/forecast/commit/ef8a95793a4f71f5168fe36a3c2f61679850a143), [`2afa8db`](https://github.com/trueplan/forecast/commit/2afa8dbbbce1503c6bda6fcdb7edd6a72aefed3a), [`1a708e9`](https://github.com/trueplan/forecast/commit/1a708e92552c3c49a5bac052c3a291e49a8178ad), [`6b0ced4`](https://github.com/trueplan/forecast/commit/6b0ced43109b5de0aa887f54e1f4fe6492958ae5)]:
12+
- @trueplan/forecast-components@5.0.0
13+
314
## 4.0.3
415

516
### Patch Changes

packages/icons/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trueplan/forecast-icons",
3-
"version": "4.0.3",
3+
"version": "5.0.0",
44
"description": "Forecast Design System Icons",
55
"author": "TruePlan Inc.",
66
"license": "UNLICENSED",
@@ -33,7 +33,7 @@
3333
"lodash.startcase": "4.4.0"
3434
},
3535
"peerDependencies": {
36-
"@trueplan/forecast-components": "^4.0.0",
36+
"@trueplan/forecast-components": "^5.0.0",
3737
"@trueplan/forecast-theme": "^3.0.0",
3838
"react": "17.x",
3939
"react-dom": "17.x",
@@ -43,8 +43,8 @@
4343
"@svgr/babel-plugin-add-jsx-attribute": "6.0.0",
4444
"@svgr/babel-plugin-remove-jsx-attribute": "6.0.0",
4545
"@svgr/plugin-svgo": "6.2.0",
46-
"@trueplan/forecast-components": "4.7.6",
47-
"@trueplan/forecast-theme": "3.2.1",
46+
"@trueplan/forecast-components": "5.0.0",
47+
"@trueplan/forecast-theme": "3.2.2",
4848
"@twilio-labs/svg-to-react": "2.1.1",
4949
"@types/node": "18.0.0",
5050
"@types/react": "18.0.14",

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.2.2
4+
5+
### Patch Changes
6+
7+
- [#133](https://github.com/trueplan/forecast/pull/133) [`6b0ced4`](https://github.com/trueplan/forecast/commit/6b0ced43109b5de0aa887f54e1f4fe6492958ae5) Thanks [@jayarnielsen](https://github.com/jayarnielsen)! - updated dependencies
8+
39
## 3.2.1
410

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

0 commit comments

Comments
 (0)