Skip to content

Commit ed806a6

Browse files
Version Packages (#103)
* 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 7daaa96 commit ed806a6

File tree

7 files changed

+22
-20
lines changed

7 files changed

+22
-20
lines changed

.changeset/silly-tomatoes-run.md

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

.changeset/sour-elephants-pull.md

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

packages/components/CHANGELOG.md

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

3+
## 4.4.0
4+
5+
### Minor Changes
6+
7+
- [#101](https://github.com/trueplan/forecast/pull/101) [`90cdb3e`](https://github.com/trueplan/forecast/commit/90cdb3e3c768039e656e3edbe61978cb9d4d371d) Thanks [@richbachman](https://github.com/richbachman)! - [ResourceLink]: added a new anchor card component for linking a resource (article or video).
8+
9+
[Card]: added `space25` and `space35` as padding prop options.
10+
311
## 4.3.2
412

513
### Patch Changes

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trueplan/forecast-components",
3-
"version": "4.3.2",
3+
"version": "4.4.0",
44
"description": "Forecast Design System Components",
55
"author": "TruePlan Inc.",
66
"license": "UNLICENSED",
@@ -77,7 +77,7 @@
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": "^4.0.0",
80+
"@trueplan/forecast-icons": "^4.0.2",
8181
"@trueplan/forecast-theme": "^3.2.0",
8282
"@types/jest": "^27.4.1",
8383
"@types/node": "^17.0.23",

packages/icons/CHANGELOG.md

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

3+
## 4.0.2
4+
5+
### Patch Changes
6+
7+
- [#101](https://github.com/trueplan/forecast/pull/101) [`7daaa96`](https://github.com/trueplan/forecast/commit/7daaa96eebbe1d68bc403a0706c095fe7330330c) Thanks [@richbachman](https://github.com/richbachman)! - [Icons]: added the resource and video icons.
8+
39
## 4.0.1
410

511
### Patch Changes

packages/icons/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trueplan/forecast-icons",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Forecast Design System Icons",
55
"author": "TruePlan Inc.",
66
"license": "UNLICENSED",
@@ -60,7 +60,7 @@
6060
"@svgr/babel-plugin-add-jsx-attribute": "^6.0.0",
6161
"@svgr/babel-plugin-remove-jsx-attribute": "^6.0.0",
6262
"@svgr/plugin-svgo": "^5.5.0",
63-
"@trueplan/forecast-components": "^4.0.0",
63+
"@trueplan/forecast-components": "^4.4.0",
6464
"@trueplan/forecast-theme": "^3.0.0",
6565
"@twilio-labs/svg-to-react": "^2.1.1",
6666
"@types/node": "^17.0.23",

yarn.lock

Lines changed: 4 additions & 4 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@^4.0.0, @trueplan/forecast-components@workspace:packages/components":
6535+
"@trueplan/forecast-components@^4.4.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,7 +6553,7 @@ __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": ^4.0.0
6556+
"@trueplan/forecast-icons": ^4.0.2
65576557
"@trueplan/forecast-theme": ^3.2.0
65586558
"@types/jest": ^27.4.1
65596559
"@types/node": ^17.0.23
@@ -6592,14 +6592,14 @@ __metadata:
65926592
languageName: unknown
65936593
linkType: soft
65946594

6595-
"@trueplan/forecast-icons@^4.0.0, @trueplan/forecast-icons@workspace:packages/icons":
6595+
"@trueplan/forecast-icons@^4.0.2, @trueplan/forecast-icons@workspace:packages/icons":
65966596
version: 0.0.0-use.local
65976597
resolution: "@trueplan/forecast-icons@workspace:packages/icons"
65986598
dependencies:
65996599
"@svgr/babel-plugin-add-jsx-attribute": ^6.0.0
66006600
"@svgr/babel-plugin-remove-jsx-attribute": ^6.0.0
66016601
"@svgr/plugin-svgo": ^5.5.0
6602-
"@trueplan/forecast-components": ^4.0.0
6602+
"@trueplan/forecast-components": ^4.4.0
66036603
"@trueplan/forecast-theme": ^3.0.0
66046604
"@twilio-labs/svg-to-react": ^2.1.1
66056605
"@types/node": ^17.0.23

0 commit comments

Comments
 (0)