Skip to content

Commit

Permalink
Version Packages (#1898)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 4, 2023
1 parent c2908c5 commit 00dc600
Show file tree
Hide file tree
Showing 34 changed files with 183 additions and 66 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-baboons-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-bugs-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-buses-crash.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/smooth-dolls-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-drinks-hug.md

This file was deleted.

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.21.0

### Minor Changes

- 1629efe6: Adds `AllProducts`, `NavCollapse`, and `NavExpand` glyphs to icon

## 11.20.1

### Patch 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.20.1",
"version": "11.21.0",
"description": "LeafyGreen UI Kit Icons",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/polymorphic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@emotion/styled": "^11.10.5",
"@lg-tools/build": "^0.1.0",
"@lg-tools/build": "^0.2.0",
"next": "^13.1.6",
"@leafygreen-ui/lib": "^10.4.1"
}
Expand Down
12 changes: 12 additions & 0 deletions tools/build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @lg-tools/build

## 0.2.0

### Minor Changes

- c2908c5a: Updates `build` package to use Rollup's JS API rather than spawning rollup using the command line. This gives us more control over the build, and we don't need to worry about the path of the `rollup` binary in consuming ap
plications

### Patch Changes

- 746962d9: Adds missing dependency `glob` to build package
- 6776fee7: Adds `root.tsconfig.json`. Establishes rules for the root level tsconfig

## 0.1.2

### Patch 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.1.2",
"version": "0.2.0",
"description": "Build config for LeafyGreen repositories",
"license": "Apache-2.0",
"publishConfig": {
Expand Down
22 changes: 22 additions & 0 deletions tools/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @lg-tools/cli

## 0.3.0

### Minor Changes

- c2908c5a: Updates `build` package to use Rollup's JS API rather than spawning rollup using the command line. This gives us more control over the build, and we don't need to worry about the path of the `rollup` binary in consuming ap
plications

### Patch Changes

- 6a1495fa: Adds CLI version flag
- Updated dependencies [746962d9]
- Updated dependencies [c2908c5a]
- Updated dependencies [6776fee7]
- @lg-tools/build@0.2.0
- @lg-tools/create@0.1.2
- @lg-tools/install@0.1.2
- @lg-tools/link@0.1.2
- @lg-tools/lint@0.1.3
- @lg-tools/test@0.2.2
- @lg-tools/update@0.1.2
- @lg-tools/validate@0.1.2

## 0.2.1

### Patch Changes
Expand Down
18 changes: 9 additions & 9 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.2.1",
"version": "0.3.0",
"description": "Command Line tools for LeafyGreen",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -16,14 +16,14 @@
"tsc": "tsc --build tsconfig.json"
},
"dependencies": {
"@lg-tools/build": "0.1.2",
"@lg-tools/create": "0.1.1",
"@lg-tools/install": "0.1.1",
"@lg-tools/link": "0.1.1",
"@lg-tools/lint": "0.1.2",
"@lg-tools/test": "0.2.1",
"@lg-tools/update": "0.1.1",
"@lg-tools/validate": "0.1.1",
"@lg-tools/build": "0.2.0",
"@lg-tools/create": "0.1.2",
"@lg-tools/install": "0.1.2",
"@lg-tools/link": "0.1.2",
"@lg-tools/lint": "0.1.3",
"@lg-tools/test": "0.2.2",
"@lg-tools/update": "0.1.2",
"@lg-tools/validate": "0.1.2",
"commander": "^11.0.0",
"read-pkg-up": "7.0.1"
}
Expand Down
10 changes: 10 additions & 0 deletions tools/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lg-tools/create

## 0.1.2

### Patch Changes

- Updated dependencies [746962d9]
- Updated dependencies [c2908c5a]
- Updated dependencies [6776fee7]
- @lg-tools/build@0.2.0
- @lg-tools/meta@0.1.2

## 0.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions tools/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-tools/create",
"version": "0.1.1",
"version": "0.1.2",
"description": "Creates a new LeafyGreen packages",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand All @@ -16,8 +16,8 @@
"access": "public"
},
"dependencies": {
"@lg-tools/build": "^0.1.2",
"@lg-tools/meta": "^0.1.1",
"@lg-tools/build": "^0.2.0",
"@lg-tools/meta": "^0.1.2",
"@types/fs-extra": "11.0.1",
"chalk": "4.1.2",
"fs-extra": "11.1.1",
Expand Down
10 changes: 10 additions & 0 deletions tools/install/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lg-tools/install

## 0.1.2

### Patch Changes

- Updated dependencies [746962d9]
- Updated dependencies [c2908c5a]
- Updated dependencies [6776fee7]
- @lg-tools/build@0.2.0
- @lg-tools/meta@0.1.2

## 0.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions tools/install/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-tools/install",
"version": "0.1.1",
"version": "0.1.2",
"description": "LeafyGreen UI Kit Install",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -14,8 +14,8 @@
"access": "public"
},
"dependencies": {
"@lg-tools/build": "^0.1.2",
"@lg-tools/meta": "^0.1.1",
"@lg-tools/build": "^0.2.0",
"@lg-tools/meta": "^0.1.2",
"@types/cross-spawn": "6.0.2",
"cross-spawn": "7.0.3",
"node-fetch": "2.6.12"
Expand Down
10 changes: 10 additions & 0 deletions tools/link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lg-tools/link

## 0.1.2

### Patch Changes

- Updated dependencies [746962d9]
- Updated dependencies [c2908c5a]
- Updated dependencies [6776fee7]
- @lg-tools/build@0.2.0
- @lg-tools/meta@0.1.2

## 0.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions tools/link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-tools/link",
"version": "0.1.1",
"version": "0.1.2",
"description": "Tools for linking LeafyGreen packages",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand All @@ -13,8 +13,8 @@
"access": "public"
},
"dependencies": {
"@lg-tools/build": "^0.1.2",
"@lg-tools/meta": "^0.1.1",
"@lg-tools/build": "^0.2.0",
"@lg-tools/meta": "^0.1.2",
"@types/cross-spawn": "6.0.2",
"@types/fs-extra": "11.0.1",
"chalk": "4.1.2",
Expand Down
9 changes: 9 additions & 0 deletions tools/lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lg-tools/lint

## 0.1.3

### Patch Changes

- Updated dependencies [746962d9]
- Updated dependencies [c2908c5a]
- Updated dependencies [6776fee7]
- @lg-tools/build@0.2.0

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions tools/lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-tools/lint",
"version": "0.1.2",
"version": "0.1.3",
"description": "Lint rules & config for LeafyGreen repositories",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand All @@ -16,7 +16,7 @@
"@babel/core": "7.22.5",
"@babel/eslint-parser": "7.22.5",
"@emotion/eslint-plugin": "11.11.0",
"@lg-tools/build": "^0.1.2",
"@lg-tools/build": "^0.2.0",
"@types/cross-spawn": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
Expand Down
9 changes: 9 additions & 0 deletions tools/meta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lg-tools/meta

## 0.1.2

### Patch Changes

- Updated dependencies [746962d9]
- Updated dependencies [c2908c5a]
- Updated dependencies [6776fee7]
- @lg-tools/build@0.2.0

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions tools/meta/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-tools/meta",
"version": "0.1.1",
"version": "0.1.2",
"description": "Utilities for managing LeafyGreen repositories",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -13,7 +13,7 @@
"tsc": "tsc --build tsconfig.json"
},
"dependencies": {
"@lg-tools/build": "^0.1.2",
"@lg-tools/build": "^0.2.0",
"@types/fs-extra": "11.0.1",
"chalk": "4.1.2",
"fs-extra": "11.1.1"
Expand Down
9 changes: 9 additions & 0 deletions tools/slackbot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lg-tools/slackbot

## 0.1.1

### Patch Changes

- Updated dependencies [746962d9]
- Updated dependencies [c2908c5a]
- Updated dependencies [6776fee7]
- @lg-tools/build@0.2.0

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions tools/slackbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-tools/slackbot",
"version": "0.1.0",
"version": "0.1.1",
"description": "Slackbot for LeafyGreen",
"license": "Apache-2.0",
"bin": {
Expand All @@ -14,7 +14,7 @@
"access": "public"
},
"dependencies": {
"@lg-tools/build": "^0.1.0",
"@lg-tools/build": "^0.2.0",
"@slack/web-api": "^6.4.0",
"chalk": "^4.1.2",
"commander": "^11.0.0",
Expand Down
9 changes: 9 additions & 0 deletions tools/storybook-decorators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lg-tools/storybook-decorators

## 0.1.2

### Patch Changes

- Updated dependencies [746962d9]
- Updated dependencies [c2908c5a]
- Updated dependencies [6776fee7]
- @lg-tools/build@0.2.0

## 0.1.1

### 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.1.1",
"version": "0.1.2",
"description": "Storybook decorators used in LeafyGreen repos",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -21,7 +21,7 @@
"@leafygreen-ui/leafygreen-provider": "^3.1.4",
"@leafygreen-ui/palette": "^4.0.5",
"@leafygreen-ui/tokens": "^2.1.2",
"@lg-tools/build": "^0.1.2",
"@lg-tools/build": "^0.2.0",
"@storybook/react": "7.1.1",
"lodash": "4.17.21"
}
Expand Down
9 changes: 9 additions & 0 deletions tools/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lg-tools/storybook

## 0.1.4

### Patch Changes

- Updated dependencies [746962d9]
- Updated dependencies [c2908c5a]
- Updated dependencies [6776fee7]
- @lg-tools/build@0.2.0

## 0.1.3

### Patch Changes
Expand Down
Loading

0 comments on commit 00dc600

Please sign in to comment.