Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into benelan/codeowner-changes
Browse files Browse the repository at this point in the history
* origin/dev: (61 commits)
  build: fix globby errors (#9797)
  chore: release next
  fix(deps): move @types/sortablejs as a dependency so the public types resolve properly (#9786)
  refactor(loader): simplify loader part rendering (#9728)
  chore: release next
  feat(combobox, combobox-item): add `description`, `shortHeading` props and `content-end` slot (#9771)
  docs: update component READMEs (#9735)
  chore: fix cleanup npm script (#9791)
  build: recreate lockfile due to build errors (#9790)
  style: autofix lint issues (#9789)
  chore: release next
  feat(panel, flow-item): add alerts slot (#9778)
  build(deps): update dependency lerna to v8.1.6 (#9679)
  build(deps): update dependency tslib to v2 (#9659)
  build(deps): update storybook monorepo to v8.2.2 (#9656)
  build(deps): update dependency tsx to v4.16.2 (#9642)
  build(deps): update amannn/action-semantic-pull-request action to v5.5.3 (#9712)
  build(deps): update dependency @esri/calcite-ui-icons to v3.29.0 (#9765)
  build(deps): update dependency @stencil/core to v4.19.2 (#9767)
  chore: release next
  ...
  • Loading branch information
benelan committed Jul 16, 2024
2 parents b5ddb02 + 49c3579 commit bfecd6f
Show file tree
Hide file tree
Showing 385 changed files with 13,603 additions and 21,210 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ jobs:
semantic:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.5.2
- uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit bfecd6f

Please sign in to comment.