Skip to content

Commit e5872eb

Browse files
Version Packages (#2620)
* Version Packages * Version Package - revert table changes in #2620 (#2624) * Version Packages * revert table v13 major bump * revert dep bumps * Version Packages * revert changes again * revert again --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Version Package - Change storybook decorators to minor in #2620 (#2626) * Version Packages * change storybook-decorator to minor * remove table changes * fix other changelog messages * switch to minor in changelog --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Shaneeza <[email protected]>
1 parent e07e9c3 commit e5872eb

File tree

183 files changed

+1855
-711
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+1855
-711
lines changed

.changeset/chilled-hounds-laugh.md

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

.changeset/eslint-deps.md

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

.changeset/grumpy-moose-exercise.md

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

.changeset/lucky-berries-rush.md

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

charts/core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @lg-charts/core
22

3+
## 1.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [274d7e1a7]
8+
- @leafygreen-ui/leafygreen-provider@4.0.0
9+
- @leafygreen-ui/icon-button@16.0.0
10+
- @leafygreen-ui/typography@20.0.0
11+
- @leafygreen-ui/icon@13.0.0
12+
- @leafygreen-ui/lib@14.0.0
13+
- @leafygreen-ui/hooks@8.3.2
14+
- @leafygreen-ui/tokens@2.11.1
15+
316
## 0.8.3
417

518
### Patch Changes

charts/core/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lg-charts/core",
3-
"version": "0.8.3",
3+
"version": "1.0.0",
44
"description": "lg-charts Core Chart Components",
55
"main": "./dist/index.js",
66
"module": "./dist/esm/index.js",
@@ -16,23 +16,23 @@
1616
},
1717
"dependencies": {
1818
"@leafygreen-ui/emotion": "^4.0.7",
19-
"@leafygreen-ui/hooks": "^8.3.0",
20-
"@leafygreen-ui/icon": "^12.8.0",
21-
"@leafygreen-ui/icon-button": "^15.0.23",
22-
"@leafygreen-ui/lib": "13.8.2",
19+
"@leafygreen-ui/hooks": "^8.3.2",
20+
"@leafygreen-ui/icon": "^13.0.0",
21+
"@leafygreen-ui/icon-button": "^16.0.0",
22+
"@leafygreen-ui/lib": "14.0.0",
2323
"@leafygreen-ui/palette": "^4.1.1",
24-
"@leafygreen-ui/tokens": "^2.11.0",
25-
"@leafygreen-ui/typography": "^19.3.0",
24+
"@leafygreen-ui/tokens": "^2.11.1",
25+
"@leafygreen-ui/typography": "^20.0.0",
2626
"@lg-tools/storybook-utils": "^0.1.1",
2727
"echarts": "^5.5.1",
2828
"lodash.debounce": "^4.0.8"
2929
},
3030
"peerDependencies": {
31-
"@leafygreen-ui/leafygreen-provider": "^3.1.12"
31+
"@leafygreen-ui/leafygreen-provider": "^4.0.0"
3232
},
3333
"devDependencies": {
3434
"@faker-js/faker": "8.0.2",
35-
"@leafygreen-ui/combobox": "^10.0.0",
35+
"@leafygreen-ui/combobox": "^11.0.0",
3636
"@types/lodash.debounce": "^4.0.9"
3737
},
3838
"repository": {

chat/avatar/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @lg-chat/avatar
22

3+
## 4.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [274d7e1a7]
8+
- @lg-chat/leafygreen-chat-provider@3.0.0
9+
- @leafygreen-ui/leafygreen-provider@4.0.0
10+
- @leafygreen-ui/lib@14.0.0
11+
- @leafygreen-ui/avatar@2.0.0
12+
- @leafygreen-ui/tokens@2.11.1
13+
314
## 3.1.0
415

516
### Minor Changes

chat/avatar/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lg-chat/avatar",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "lg-chat Avatar",
55
"main": "./dist/index.js",
66
"module": "./dist/esm/index.js",
@@ -21,15 +21,15 @@
2121
"access": "public"
2222
},
2323
"dependencies": {
24-
"@leafygreen-ui/avatar": "^1.0.0",
24+
"@leafygreen-ui/avatar": "^2.0.0",
2525
"@leafygreen-ui/emotion": "^4.0.8",
26-
"@leafygreen-ui/lib": "^13.3.0",
26+
"@leafygreen-ui/lib": "^14.0.0",
2727
"@leafygreen-ui/palette": "^4.0.9",
28-
"@leafygreen-ui/tokens": "^2.7.0"
28+
"@leafygreen-ui/tokens": "^2.11.1"
2929
},
3030
"peerDependencies": {
31-
"@leafygreen-ui/leafygreen-provider": "^3.1.12",
32-
"@lg-chat/leafygreen-chat-provider": "^2.0.0"
31+
"@leafygreen-ui/leafygreen-provider": "^4.0.0",
32+
"@lg-chat/leafygreen-chat-provider": "^3.0.0"
3333
},
3434
"devDependencies": {
3535
"@lg-tools/storybook-utils": "^0.1.0"

chat/chat-disclaimer/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @lg-chat/chat-disclaimer
22

3+
## 3.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [274d7e1a7]
8+
- @leafygreen-ui/marketing-modal@5.0.0
9+
- @leafygreen-ui/typography@20.0.0
10+
- @leafygreen-ui/lib@14.0.0
11+
- @leafygreen-ui/tokens@2.11.1
12+
313
## 3.0.2
414

515
### Patch Changes

chat/chat-disclaimer/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lg-chat/chat-disclaimer",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "LeafyGreen UI Kit Chat Disclaimer",
55
"main": "./dist/index.js",
66
"module": "./dist/esm/index.js",
@@ -16,14 +16,14 @@
1616
},
1717
"dependencies": {
1818
"@leafygreen-ui/emotion": "^4.0.8",
19-
"@leafygreen-ui/lib": "^13.3.0",
20-
"@leafygreen-ui/marketing-modal": "^4.2.3",
21-
"@leafygreen-ui/tokens": "^2.5.2",
22-
"@leafygreen-ui/typography": "^19.0.0"
19+
"@leafygreen-ui/lib": "^14.0.0",
20+
"@leafygreen-ui/marketing-modal": "^5.0.0",
21+
"@leafygreen-ui/tokens": "^2.11.1",
22+
"@leafygreen-ui/typography": "^20.0.0"
2323
},
2424
"devDependencies": {
25-
"@leafygreen-ui/button": "^21.2.0",
26-
"@leafygreen-ui/modal": "^16.0.7",
25+
"@leafygreen-ui/button": "^22.0.0",
26+
"@leafygreen-ui/modal": "^17.0.0",
2727
"@lg-tools/storybook-utils": "^0.1.1"
2828
},
2929
"homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/chat-disclaimer",

0 commit comments

Comments
 (0)