Skip to content

Commit

Permalink
Version Packages (#2643)
Browse files Browse the repository at this point in the history
* Version Packages

* revert to [email protected]

* update provider dependency to workspace

* Update pnpm-lock.yaml

* fix parser tests

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Adam Thompson <[email protected]>
  • Loading branch information
3 people authored Jan 17, 2025
1 parent 79c88b5 commit a9ee3b7
Show file tree
Hide file tree
Showing 196 changed files with 1,550 additions and 438 deletions.
5 changes: 0 additions & 5 deletions .changeset/tsdoc-src.md

This file was deleted.

98 changes: 0 additions & 98 deletions .changeset/warm-waves-clap.md

This file was deleted.

15 changes: 15 additions & 0 deletions charts/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @lg-charts/core

## 0.10.2

### Patch Changes

- 53c67fba6: [LG-4650](https://jira.mongodb.org/browse/LG-4650): migrates from `yarn` to `pnpm`
- Updated dependencies [53c67fba6]
- @leafygreen-ui/leafygreen-provider@4.0.1
- @leafygreen-ui/icon-button@16.0.1
- @leafygreen-ui/typography@20.0.1
- @leafygreen-ui/palette@4.1.2
- @leafygreen-ui/tokens@2.11.2
- @leafygreen-ui/hooks@8.3.3
- @leafygreen-ui/icon@13.1.1
- @leafygreen-ui/lib@14.0.1

## 0.10.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions charts/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-charts/core",
"version": "0.10.1",
"version": "0.10.2",
"description": "lg-charts Core Chart Components",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -27,7 +27,7 @@
"lodash.debounce": "^4.0.8"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "^4.0.0"
"@leafygreen-ui/leafygreen-provider": "workspace:^"
},
"devDependencies": {
"@faker-js/faker": "8.0.2",
Expand Down
12 changes: 12 additions & 0 deletions chat/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @lg-chat/avatar

## 4.0.1

### Patch Changes

- 53c67fba6: [LG-4650](https://jira.mongodb.org/browse/LG-4650): migrates from `yarn` to `pnpm`
- Updated dependencies [53c67fba6]
- @leafygreen-ui/leafygreen-provider@4.0.1
- @leafygreen-ui/palette@4.1.2
- @leafygreen-ui/avatar@2.0.1
- @leafygreen-ui/tokens@2.11.2
- @leafygreen-ui/lib@14.0.1

## 4.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions chat/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-chat/avatar",
"version": "4.0.0",
"version": "4.0.1",
"description": "lg-chat Avatar",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@leafygreen-ui/tokens": "workspace:^"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "^4.0.0",
"@leafygreen-ui/leafygreen-provider": "workspace:^",
"@lg-chat/leafygreen-chat-provider": "workspace:^"
},
"devDependencies": {}
Expand Down
11 changes: 11 additions & 0 deletions chat/chat-disclaimer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lg-chat/chat-disclaimer

## 3.0.4

### Patch Changes

- 53c67fba6: [LG-4650](https://jira.mongodb.org/browse/LG-4650): migrates from `yarn` to `pnpm`
- Updated dependencies [53c67fba6]
- @leafygreen-ui/marketing-modal@5.0.1
- @leafygreen-ui/typography@20.0.1
- @leafygreen-ui/tokens@2.11.2
- @leafygreen-ui/lib@14.0.1

## 3.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion chat/chat-disclaimer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-chat/chat-disclaimer",
"version": "3.0.3",
"version": "3.0.4",
"description": "LeafyGreen UI Kit Chat Disclaimer",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down
13 changes: 13 additions & 0 deletions chat/chat-window/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @lg-chat/chat-window

## 3.0.1

### Patch Changes

- 53c67fba6: [LG-4650](https://jira.mongodb.org/browse/LG-4650): migrates from `yarn` to `pnpm`
- Updated dependencies [53c67fba6]
- @leafygreen-ui/leafygreen-provider@4.0.1
- @leafygreen-ui/palette@4.1.2
- @leafygreen-ui/tokens@2.11.2
- @lg-chat/title-bar@3.0.1
- @leafygreen-ui/lib@14.0.1
- @lg-chat/avatar@4.0.1

## 3.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions chat/chat-window/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-chat/chat-window",
"version": "3.0.0",
"version": "3.0.1",
"description": "lg-chat Chat Window",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -38,6 +38,6 @@
"@lg-chat/message-feedback": "workspace:^"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "^4.0.0"
"@leafygreen-ui/leafygreen-provider": "workspace:^"
}
}
16 changes: 16 additions & 0 deletions chat/fixed-chat-window/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @lg-chat/fixed-chat-window

## 3.0.1

### Patch Changes

- 53c67fba6: [LG-4650](https://jira.mongodb.org/browse/LG-4650): migrates from `yarn` to `pnpm`
- Updated dependencies [53c67fba6]
- @leafygreen-ui/leafygreen-provider@4.0.1
- @leafygreen-ui/typography@20.0.1
- @lg-chat/chat-window@3.0.1
- @leafygreen-ui/palette@4.1.2
- @leafygreen-ui/popover@13.0.1
- @leafygreen-ui/tokens@2.11.2
- @lg-chat/title-bar@3.0.1
- @leafygreen-ui/icon@13.1.1
- @leafygreen-ui/lib@14.0.1

## 3.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions chat/fixed-chat-window/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-chat/fixed-chat-window",
"version": "3.0.0",
"version": "3.0.1",
"description": "LeafyGreen UI Kit Fixed Chat Window",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@lg-chat/message-feedback": "workspace:^"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "^4.0.0"
"@leafygreen-ui/leafygreen-provider": "workspace:^"
},
"homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/fixed-chat-window",
"repository": {
Expand Down
20 changes: 20 additions & 0 deletions chat/input-bar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @lg-chat/input-bar

## 7.0.1

### Patch Changes

- 53c67fba6: [LG-4650](https://jira.mongodb.org/browse/LG-4650): migrates from `yarn` to `pnpm`
- Updated dependencies [53c67fba6]
- @leafygreen-ui/leafygreen-provider@4.0.1
- @leafygreen-ui/input-option@3.0.1
- @leafygreen-ui/search-input@5.0.1
- @leafygreen-ui/polymorphic@2.0.4
- @leafygreen-ui/typography@20.0.1
- @leafygreen-ui/palette@4.1.2
- @leafygreen-ui/popover@13.0.1
- @leafygreen-ui/button@22.0.1
- @leafygreen-ui/tokens@2.11.2
- @leafygreen-ui/badge@9.0.1
- @leafygreen-ui/hooks@8.3.3
- @leafygreen-ui/icon@13.1.1
- @leafygreen-ui/lib@14.0.1

## 7.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions chat/input-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-chat/input-bar",
"version": "7.0.0",
"version": "7.0.1",
"description": "lg-chat Input Bar",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"react-textarea-autosize": "^8.3.2"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "^4.0.0",
"@leafygreen-ui/leafygreen-provider": "workspace:^",
"@lg-chat/leafygreen-chat-provider": "workspace:^"
},
"devDependencies": {}
Expand Down
12 changes: 12 additions & 0 deletions chat/lg-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @lg-chat/lg-markdown

## 3.0.1

### Patch Changes

- 53c67fba6: [LG-4650](https://jira.mongodb.org/browse/LG-4650): migrates from `yarn` to `pnpm`
- Updated dependencies [53c67fba6]
- @leafygreen-ui/leafygreen-provider@4.0.1
- @leafygreen-ui/typography@20.0.1
- @leafygreen-ui/tokens@2.11.2
- @leafygreen-ui/code@16.0.1
- @leafygreen-ui/lib@14.0.1

## 3.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions chat/lg-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-chat/lg-markdown",
"version": "3.0.0",
"version": "3.0.1",
"description": "lg-chat LGMarkdown",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"react-markdown": "^8.0.7"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "^4.0.0"
"@leafygreen-ui/leafygreen-provider": "workspace:^"
},
"devDependencies": {}
}
14 changes: 14 additions & 0 deletions chat/message-feed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @lg-chat/message-feed

## 4.0.1

### Patch Changes

- 53c67fba6: [LG-4650](https://jira.mongodb.org/browse/LG-4650): migrates from `yarn` to `pnpm`
- Updated dependencies [53c67fba6]
- @leafygreen-ui/leafygreen-provider@4.0.1
- @lg-chat/message-rating@3.0.1
- @leafygreen-ui/palette@4.1.2
- @leafygreen-ui/tokens@2.11.2
- @lg-chat/message@5.0.1
- @leafygreen-ui/lib@14.0.1
- @lg-chat/avatar@4.0.1

## 4.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions chat/message-feed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-chat/message-feed",
"version": "4.0.0",
"version": "4.0.1",
"description": "lg-chat Message Feed",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@lg-chat/message-prompts": "workspace:^"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "^4.0.0",
"@leafygreen-ui/leafygreen-provider": "workspace:^",
"@lg-chat/leafygreen-chat-provider": "workspace:^"
}
}
Loading

0 comments on commit a9ee3b7

Please sign in to comment.