Skip to content

Commit cd7cfc9

Browse files
committed
Merge branch 'main' into at/wizard-integration
2 parents 3d50845 + 392b350 commit cd7cfc9

File tree

450 files changed

+11617
-1901
lines changed

Some content is hidden

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

450 files changed

+11617
-1901
lines changed

.changeset/cyan-taxes-cry.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@leafygreen-ui/menu': major
3+
'@leafygreen-ui/code-editor': minor
4+
---
5+
6+
Updated menu to require either refEl or trigger prop

.changeset/icon-build-process.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@leafygreen-ui/icon': patch
3+
---
4+
5+
Updates build process to avoid race conditions in `rollup` plugins that intermittently caused `@emotion/server/create-instance` to be marked as a direct dependency of icon

.changeset/tidy-sloths-nail.md

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

.changeset/useControlled-inferred-types.md

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

.changeset/yummy-jobs-wear.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@leafygreen-ui/code-editor': minor
3+
---
4+
5+
- Adds a custom search panel to the `CodeEditor` component. Contains all of the same functionality that was in the built in panel but matches the LG design language.
6+
- Adds prop to allow consumers to enable/disable the search panel.
7+

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ jobs:
191191
id: changesets
192192
uses: changesets/action@v1
193193
with:
194-
version: pnpm run version
195-
publish: pnpm publish -r --no-git-checks
194+
version: pnpm run version # Rebuild packages to ensure any uncommitted pre-build artifacts
195+
publish: pnpm publish -r --no-git-checks # Use `pnpm publish` directly to resolve `workspace` dependencies
196196
createGithubReleases: true
197197
env:
198198
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
@@ -220,7 +220,7 @@ jobs:
220220

221221
- name: Install Dependencies
222222
run: pnpm install --frozen-lockfile --prefer-offline
223-
223+
224224
- uses: actions/cache/restore@v4
225225
name: Restore build cache
226226
id: build-cache

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# IDE files
2+
.idea
3+
*.iml
4+
15
# Locally-installed dependencies
26
node_modules/
37

Lines changed: 7 additions & 0 deletions
Loading
Lines changed: 7 additions & 0 deletions
Loading
10.2 KB
Loading

0 commit comments

Comments
 (0)