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 Apr 23, 2024
1 parent af4998b commit 72615b1
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-ghosts-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-dingos-give.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/violet-cougars-nail.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @leafygreen-ui/menu

## 24.1.0

### Minor Changes

- 433616d4: Exports `MenuGroup` from package

### Patch Changes

- Updated dependencies [57dedc40]
- @leafygreen-ui/tokens@2.5.3

## 24.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/menu",
"version": "24.0.0",
"version": "24.1.0",
"description": "LeafyGreen UI Kit Menu",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@leafygreen-ui/palette": "^4.0.9",
"@leafygreen-ui/popover": "^11.3.1",
"@leafygreen-ui/polymorphic": "^1.3.7",
"@leafygreen-ui/tokens": "^2.5.2",
"@leafygreen-ui/tokens": "^2.5.3",
"lodash": "^4.17.21",
"react-transition-group": "^4.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/testing-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@lg-tools/build": "0.5.0"
"@lg-tools/build": "0.5.1"
},
"peerDependencies": {
"@testing-library/react": "^12.0.0 || ^13.1.0 || ^14.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @leafygreen-ui/tokens

## 2.5.3

### Patch Changes

- 57dedc40: Adds `satisfies` to ensure consistent & correct `colors` token structure

## 2.5.2

### Patch 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.5.2",
"version": "2.5.3",
"description": "leafyGreen UI Kit Tokens",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions tools/build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lg-tools/build

## 0.5.1

### Patch Changes

- 4951369a: Bumps `rollup` and related packages to v4

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-tools/build",
"version": "0.5.0",
"version": "0.5.1",
"description": "Build config for LeafyGreen repositories",
"license": "Apache-2.0",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions tools/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lg-tools/cli

## 0.5.11

### Patch Changes

- Updated dependencies [4951369a]
- @lg-tools/build@0.5.1
- @lg-tools/test@0.4.6

## 0.5.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions tools/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-tools/cli",
"version": "0.5.10",
"version": "0.5.11",
"description": "Command Line tools for LeafyGreen",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -16,13 +16,13 @@
"tsc": "tsc --build tsconfig.json"
},
"dependencies": {
"@lg-tools/build": "0.5.0",
"@lg-tools/build": "0.5.1",
"@lg-tools/create": "0.2.7",
"@lg-tools/install": "0.1.8",
"@lg-tools/link": "0.2.3",
"@lg-tools/lint": "0.2.2",
"@lg-tools/slackbot": "0.2.6",
"@lg-tools/test": "0.4.5",
"@lg-tools/test": "0.4.6",
"@lg-tools/update": "0.1.8",
"@lg-tools/validate": "0.1.10",
"commander": "^11.0.0",
Expand Down
7 changes: 7 additions & 0 deletions tools/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lg-tools/test

## 0.4.6

### Patch Changes

- Updated dependencies [4951369a]
- @lg-tools/build@0.5.1

## 0.4.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions tools/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-tools/test",
"version": "0.4.5",
"version": "0.4.6",
"description": "Jest setup & config for LeafyGreen repositories",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand All @@ -18,7 +18,7 @@
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@leafygreen-ui/testing-lib": "^0.4.2",
"@lg-tools/build": "0.5.0",
"@lg-tools/build": "0.5.1",
"@lg-tools/meta": "0.3.3",
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "5.17.0",
Expand Down

0 comments on commit 72615b1

Please sign in to comment.