Skip to content

Commit 720ddd3

Browse files
Version Packages (#91)
* 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 a25af79 commit 720ddd3

File tree

9 files changed

+23
-25
lines changed

9 files changed

+23
-25
lines changed

.changeset/cool-emus-notice.md

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

.changeset/fuzzy-coins-sleep.md

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

.changeset/rude-countries-camp.md

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

.changeset/thirty-moose-yawn.md

Lines changed: 0 additions & 5 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.2.0
4+
5+
### Minor Changes
6+
7+
- [#89](https://github.com/trueplan/forecast/pull/89) [`8881fb2`](https://github.com/trueplan/forecast/commit/8881fb20aa523cba36754392a35601ddb929a9e8) Thanks [@bwll-tpio](https://github.com/bwll-tpio)! - [avatar]: lineHeight prop updated to use new key
8+
9+
### Patch Changes
10+
11+
- [#90](https://github.com/trueplan/forecast/pull/90) [`97c6786`](https://github.com/trueplan/forecast/commit/97c678604ca7eb454d02e4ecd209cd3949f3880b) Thanks [@bwll-tpio](https://github.com/bwll-tpio)! - [avatar]: adds helper function to generate an avatar background color using the length of a person's full name
12+
13+
* [#92](https://github.com/trueplan/forecast/pull/92) [`a25af79`](https://github.com/trueplan/forecast/commit/a25af79b54801e39171c569bd7001745e568d372) Thanks [@richbachman](https://github.com/richbachman)! - [select-combobox]: add `overflow: auto` to the select combobox listbox.
14+
315
## 4.1.0
416

517
### Minor 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.1.0",
3+
"version": "4.2.0",
44
"description": "Forecast Design System Components",
55
"author": "TruePlan Inc.",
66
"license": "UNLICENSED",
@@ -78,7 +78,7 @@
7878
"@testing-library/jest-dom": "5.16.4",
7979
"@testing-library/react": "12.1.2",
8080
"@trueplan/forecast-icons": "^4.0.0",
81-
"@trueplan/forecast-theme": "^3.1.0",
81+
"@trueplan/forecast-theme": "^3.2.0",
8282
"@types/jest": "^27.4.1",
8383
"@types/node": "^17.0.23",
8484
"@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.2.0
4+
5+
### Minor Changes
6+
7+
- [#89](https://github.com/trueplan/forecast/pull/89) [`8881fb2`](https://github.com/trueplan/forecast/commit/8881fb20aa523cba36754392a35601ddb929a9e8) Thanks [@bwll-tpio](https://github.com/bwll-tpio)! - [theme]: new line height values. lineHeight[2] key was removed and value moved to lineHeight[5].
8+
39
## 3.1.0
410

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

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6554,7 +6554,7 @@ __metadata:
65546554
"@testing-library/jest-dom": 5.16.4
65556555
"@testing-library/react": 12.1.2
65566556
"@trueplan/forecast-icons": ^4.0.0
6557-
"@trueplan/forecast-theme": ^3.1.0
6557+
"@trueplan/forecast-theme": ^3.2.0
65586558
"@types/jest": ^27.4.1
65596559
"@types/node": ^17.0.23
65606560
"@types/react": ^18.0.4
@@ -6635,7 +6635,7 @@ __metadata:
66356635
languageName: unknown
66366636
linkType: soft
66376637

6638-
"@trueplan/forecast-theme@^3.0.0, @trueplan/forecast-theme@^3.1.0, @trueplan/forecast-theme@workspace:packages/theme":
6638+
"@trueplan/forecast-theme@^3.0.0, @trueplan/forecast-theme@^3.2.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)