Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 5, 2024
1 parent ffe3e23 commit b7ca519
Show file tree
Hide file tree
Showing 25 changed files with 102 additions and 62 deletions.
6 changes: 0 additions & 6 deletions .changeset/brave-rings-give.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/calm-shirts-smell.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/cuddly-guests-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-numbers-applaud.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/grumpy-cameras-unite.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/short-games-double.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/weak-stingrays-live.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @leafygreen-ui/date-picker

## 1.0.1

### Patch Changes

- fbc2b7c8: Removes unused storybook dev dependencies (`@storybook/types` and `storybook-mock-date-decorator`)
- Updated dependencies [8142d306]
- Updated dependencies [3208b813]
- @leafygreen-ui/icon@11.29.0
- @leafygreen-ui/tokens@2.5.0

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/date-picker",
"version": "1.0.0",
"version": "1.0.1",
"description": "LeafyGreen UI Kit Date Picker",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -20,13 +20,13 @@
"@leafygreen-ui/emotion": "^4.0.7",
"@leafygreen-ui/form-field": "^0.3.2",
"@leafygreen-ui/hooks": "^8.1.1",
"@leafygreen-ui/icon": "^11.27.1",
"@leafygreen-ui/icon": "^11.29.0",
"@leafygreen-ui/icon-button": "^15.0.17",
"@leafygreen-ui/lib": "^13.2.1",
"@leafygreen-ui/palette": "^4.0.7",
"@leafygreen-ui/popover": "^11.2.1",
"@leafygreen-ui/select": "^11.2.0",
"@leafygreen-ui/tokens": "^2.4.0",
"@leafygreen-ui/tokens": "^2.5.0",
"@leafygreen-ui/typography": "^18.2.1",
"date-fns": "^2.30.0",
"lodash": "^4.17.21",
Expand Down
13 changes: 13 additions & 0 deletions packages/form-footer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @leafygreen-ui/form-footer

## 3.1.0

### Minor Changes

- 5a9bf08a: Adds `cancelButtonProps` and `backButtonProps` to `FormFooter` component for customizing buttons.
Marks `cancelButtonText`, `onCancel`, `backButtonText`, and `onBackClick` props as deprecated.
[LG-3685](https://jira.mongodb.org/browse/LG-3685)

### Patch Changes

- Updated dependencies [8142d306]
- @leafygreen-ui/icon@11.29.0

## 3.0.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/form-footer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/form-footer",
"version": "3.0.16",
"version": "3.1.0",
"description": "leafyGreen UI Kit Form Footer",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -25,7 +25,7 @@
"@leafygreen-ui/banner": "^7.0.16",
"@leafygreen-ui/button": "^21.0.9",
"@leafygreen-ui/emotion": "^4.0.7",
"@leafygreen-ui/icon": "^11.22.2",
"@leafygreen-ui/icon": "^11.29.0",
"@leafygreen-ui/lib": "^13.0.0",
"@leafygreen-ui/palette": "^4.0.7",
"polished": "^4.2.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @leafygreen-ui/icon

## 11.29.0

### Minor Changes

- 8142d306: Adds 'Collections', 'InternalEmployee', 'Primary', 'Recommended', 'SearchIndex', and 'Secondary' glyphs to set. Also updates 'Dashboard' glyph.

## 11.28.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/icon",
"version": "11.28.0",
"version": "11.29.0",
"description": "LeafyGreen UI Kit Icons",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/logo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @leafygreen-ui/logo

## 9.0.0

### Major Changes

- 5eb27147: Forwards `refs` to Logo components, and spreads rest after property declarations
[JIRA Ticket](https://jira.mongodb.org/browse/LG-4054)
[JIRA Ticket](https://jira.mongodb.org/browse/LG-4057)

## 8.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/logo",
"version": "8.0.12",
"version": "9.0.0",
"description": "LeafyGreen UI Kit Logos",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/number-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @leafygreen-ui/number-input

## 1.0.19

### Patch Changes

- e57c35c7: Fixes a bug where onBlur would not get invoked when arrow buttons were blurred.
[LG-3940](https://jira.mongodb.org/browse/LG-3940)
- Updated dependencies [8142d306]
- Updated dependencies [3208b813]
- @leafygreen-ui/icon@11.29.0
- @leafygreen-ui/tokens@2.5.0

## 1.0.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/number-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/number-input",
"version": "1.0.18",
"version": "1.0.19",
"description": "leafyGreen UI Kit Number Input",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -34,12 +34,12 @@
"@leafygreen-ui/button": "^21.0.10",
"@leafygreen-ui/emotion": "^4.0.7",
"@leafygreen-ui/hooks": "^8.0.1",
"@leafygreen-ui/icon": "^11.25.0",
"@leafygreen-ui/icon": "^11.29.0",
"@leafygreen-ui/lib": "^13.0.0",
"@leafygreen-ui/palette": "^4.0.7",
"@leafygreen-ui/popover": "^11.1.1",
"@leafygreen-ui/select": "^11.1.0",
"@leafygreen-ui/tokens": "^2.2.0",
"@leafygreen-ui/tokens": "^2.5.0",
"@leafygreen-ui/tooltip": "^11.0.0",
"@leafygreen-ui/typography": "^18.0.1",
"lodash": "^4.17.21"
Expand Down
10 changes: 10 additions & 0 deletions packages/toast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @leafygreen-ui/toast

## 6.1.21

### Patch Changes

- fbc2b7c8: Removes unused storybook dev dependencies (`@storybook/types` and `storybook-mock-date-decorator`)
- Updated dependencies [8142d306]
- Updated dependencies [3208b813]
- @leafygreen-ui/icon@11.29.0
- @leafygreen-ui/tokens@2.5.0

## 6.1.20

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/toast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/toast",
"version": "6.1.20",
"version": "6.1.21",
"description": "leafyGreen UI Kit Toast",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -24,12 +24,12 @@
"dependencies": {
"@leafygreen-ui/emotion": "^4.0.7",
"@leafygreen-ui/hooks": "^8.1.1",
"@leafygreen-ui/icon": "^11.27.1",
"@leafygreen-ui/icon": "^11.29.0",
"@leafygreen-ui/icon-button": "^15.0.19",
"@leafygreen-ui/lib": "^13.2.1",
"@leafygreen-ui/palette": "^4.0.7",
"@leafygreen-ui/portal": "^5.0.3",
"@leafygreen-ui/tokens": "^2.3.0",
"@leafygreen-ui/tokens": "^2.5.0",
"@leafygreen-ui/typography": "^18.1.0",
"lodash": "^4.17.21",
"polished": "^4.2.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @leafygreen-ui/tokens

## 2.5.0

### Minor Changes

- 3208b813: Adds more spacing tokens
[JIRA Ticket](https://jira.mongodb.org/browse/LG-4065)

## 2.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/tokens",
"version": "2.4.0",
"version": "2.5.0",
"description": "leafyGreen UI Kit Tokens",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions tools/storybook-decorators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lg-tools/storybook-decorators

## 0.2.5

### Patch Changes

- fbc2b7c8: Upgrades Storybook packages to v7.6.17
- Updated dependencies [3208b813]
- @leafygreen-ui/tokens@2.5.0

## 0.2.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions tools/storybook-decorators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-tools/storybook-decorators",
"version": "0.2.4",
"version": "0.2.5",
"description": "Storybook decorators used in LeafyGreen repos",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -19,7 +19,7 @@
"@leafygreen-ui/emotion": "^4.0.5",
"@leafygreen-ui/lib": "^13.2.1",
"@leafygreen-ui/palette": "^4.0.5",
"@leafygreen-ui/tokens": "^2.3.0",
"@leafygreen-ui/tokens": "^2.5.0",
"@lg-tools/build": "^0.3.2",
"@storybook/react": "^7.6.17",
"lodash": "4.17.21"
Expand Down
10 changes: 10 additions & 0 deletions tools/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lg-tools/storybook

## 0.3.5

### Patch Changes

- fbc2b7c8: Upgrades Storybook packages to v7.6.17
- Updated dependencies [fbc2b7c8]
- Updated dependencies [3208b813]
- @lg-tools/storybook-decorators@0.2.5
- @leafygreen-ui/tokens@2.5.0

## 0.3.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions tools/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-tools/storybook",
"version": "0.3.4",
"version": "0.3.5",
"description": "Storybook config for LeafyGreen",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -17,10 +17,10 @@
"dependencies": {
"@leafygreen-ui/lib": "^13.2.1",
"@leafygreen-ui/palette": "^4.0.6",
"@leafygreen-ui/tokens": "^2.3.0",
"@leafygreen-ui/tokens": "^2.5.0",
"@leafygreen-ui/typography": "^18.0.0",
"@lg-tools/build": "^0.3.2",
"@lg-tools/storybook-decorators": "^0.2.4",
"@lg-tools/storybook-decorators": "^0.2.5",
"@mdx-js/react": "2.3.0",
"@storybook/addon-a11y": "7.6.17",
"@storybook/addon-actions": "7.6.17",
Expand Down

0 comments on commit b7ca519

Please sign in to comment.