Skip to content

Commit

Permalink
Version Packages (#1434)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
seek-oss-ci and github-actions[bot] authored Jan 24, 2024
1 parent 02fee6b commit 411def6
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/swift-emus-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-llamas-remember.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/braid-design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# braid-design-system

## 32.15.1

### Patch Changes

- Update `react-focus-lock` to avoid build warnings in Rollup and Vite ([#1433](https://github.com/seek-oss/braid-design-system/pull/1433))

## 32.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/braid-design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "braid-design-system",
"version": "32.15.0",
"version": "32.15.1",
"description": "Themeable design system for the SEEK Group",
"homepage": "https://seek-oss.github.io/braid-design-system/",
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions packages/docs-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @braid-design-system/docs-ui

## 2.1.0

### Minor Changes

- Add optional `logoHref` prop to `HeaderNavigation`, which allows you to customise the route when clicking the `Logo`. ([#1435](https://github.com/seek-oss/braid-design-system/pull/1435))

## 2.0.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/docs-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@braid-design-system/docs-ui",
"version": "2.0.0",
"version": "2.1.0",
"license": "MIT",
"author": "SEEK",
"exports": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"react": "^18.2.0"
},
"peerDependencies": {
"braid-design-system": "^32.15.0",
"braid-design-system": "^32.15.1",
"react": "^18.2.0"
}
}
4 changes: 4 additions & 0 deletions site/src/componentUpdates.json
Original file line number Diff line number Diff line change
Expand Up @@ -3678,5 +3678,9 @@
"summary": "**Rating:** Add `weight` support\n\nProvide a `weight` prop to customise the weight of the text rating alongside the stars.\n\n**EXAMPLE USAGE:**\n```jsx\n<Rating rating={3} weight=\"strong\" />\n```"
}
]
},
{
"version": "32.15.1",
"updates": []
}
]

0 comments on commit 411def6

Please sign in to comment.