Skip to content

Commit 9bd84a1

Browse files
committed
Merge branch 'main' into at/LG-5563-wizard-core
2 parents 0854733 + 94745fb commit 9bd84a1

Some content is hidden

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

56 files changed

+1043
-142
lines changed

.changeset/lazy-symbols-press.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@leafygreen-ui/menu': patch
3+
---
4+
5+
Adds semantically correct `type="button"` to MenuItem components that are rendered as a button. This prevents submitting forms when Menu components are rendered inside of forms.

.changeset/lib-deep-omit.md

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

.changeset/lucky-heads-reply.md

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

.changeset/sweet-eggs-wish.md

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

.changeset/wide-signs-joke.md

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

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,12 @@ Note: it's important to follow the kebab-casing convention described above.
270270
- If you are using any `leafygreen-ui` dependencies in your new component, add the dependency to the component directory's `tsconfig.json`.
271271
- Run `pnpm run init` to link all packages before starting development
272272

273+
### Initial Release
274+
275+
The starting version in the generated `package.json` will be 0.0.1, but this will not be published to npm automatically. A new package is only published after its first changeset is added and the resulting "Version Packages" pull request is merged into the `main` branch.
276+
277+
Note: The `create-package` script automatically generates a starter changeset file. By default this is marked as a **minor** release, which will lead to an initial release of 0.1.0. If you'd like the initial release to be a **major** version (1.0.0), this starter changeset file must be manually edited.
278+
273279
## Formatting and linting
274280

275281
When you run `pnpm fix`, we do the following:

chat/input-bar/CHANGELOG.md

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

3+
## 10.1.0
4+
5+
### Minor Changes
6+
7+
- 366e851: [LG-5527](https://jira.mongodb.org/browse/LG-5527): add legal disclaimer text with link below input
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [ff6b87e]
12+
- @leafygreen-ui/lib@15.5.0
13+
314
## 10.0.5
415

516
### Patch Changes

chat/input-bar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lg-chat/input-bar",
3-
"version": "10.0.5",
3+
"version": "10.1.0",
44
"description": "lg-chat Input Bar",
55
"main": "./dist/umd/index.js",
66
"module": "./dist/esm/index.js",

chat/lg-markdown/CHANGELOG.md

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

3+
## 4.2.0
4+
5+
### Minor Changes
6+
7+
- 8902552: [LG-5570](https://jira.mongodb.org/browse/LG-5570)
8+
- Expand markdown element coverage to include `<blockquote>`, `<hr>`, and `<h4>`
9+
- Improve list spacing and indentation
10+
- Fix header stylings
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [ff6b87e]
15+
- @leafygreen-ui/lib@15.5.0
16+
317
## 4.1.3
418

519
### Patch Changes

chat/lg-markdown/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lg-chat/lg-markdown",
3-
"version": "4.1.3",
3+
"version": "4.2.0",
44
"description": "lg-chat LGMarkdown",
55
"main": "./dist/umd/index.js",
66
"module": "./dist/esm/index.js",
@@ -17,6 +17,7 @@
1717
"@leafygreen-ui/code": "workspace:^",
1818
"@leafygreen-ui/emotion": "workspace:^",
1919
"@leafygreen-ui/lib": "workspace:^",
20+
"@leafygreen-ui/palette": "workspace:^",
2021
"@leafygreen-ui/tokens": "workspace:^",
2122
"@leafygreen-ui/typography": "workspace:^",
2223
"react-markdown": "^8.0.7"

0 commit comments

Comments
 (0)