Skip to content

Commit

Permalink
Version Packages (#1404)
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 Dec 4, 2023
1 parent abb7000 commit 2828f5b
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 48 deletions.
10 changes: 0 additions & 10 deletions .changeset/dull-birds-melt.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/funny-scissors-invent.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/healthy-news-cry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/odd-snails-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-fireants-try.md

This file was deleted.

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

## 32.14.1

### Patch Changes

- **TooltipRenderer:** Fix `useLayoutEffect` warnings during SSR ([#1407](https://github.com/seek-oss/braid-design-system/pull/1407))

- **Tabs:** Improve positioning of the active underline ([#1407](https://github.com/seek-oss/braid-design-system/pull/1407))

- Fixes a bug where the reset module mistakenly included all the tokens for all the themes. ([#1405](https://github.com/seek-oss/braid-design-system/pull/1405))

Additionally, this includes significant compilation improvements to ensure that only styles for the components being used are included — speeding up build times and reducing the overall CSS bundle size.

## 32.14.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.14.0",
"version": "32.14.1",
"description": "Themeable design system for the SEEK Group",
"homepage": "https://seek-oss.github.io/braid-design-system/",
"bugs": {
Expand Down
20 changes: 20 additions & 0 deletions packages/docs-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# @braid-design-system/docs-ui

## 1.0.0

### Major Changes

- Create new package named `docs-ui`. ([#1401](https://github.com/seek-oss/braid-design-system/pull/1401))

This package will contain components for building documentation sites with a consistent user experience to the [Braid Design System] website.

Currently, this package contains:

- A single component: `LinkableHeading`.
- A README.md for documenting this package and all its components.

[Braid Design System]: https://seek-oss.github.io/braid-design-system/

### Patch Changes

- **LinkableHeading:** Remove space character between heading and link icon, instead use only margin value. ([#1403](https://github.com/seek-oss/braid-design-system/pull/1403))
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": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"author": "SEEK",
"exports": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"react": "^18.2.0"
},
"peerDependencies": {
"braid-design-system": "^32.0.0",
"braid-design-system": "^32.14.1",
"react": "^18.2.0"
}
}
4 changes: 4 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions site/src/componentUpdates.json
Original file line number Diff line number Diff line change
Expand Up @@ -3627,5 +3627,22 @@
"summary": "Add optional `tooltipPlacement` prop to `ButtonIcon`\n\nThe `tooltipPlacement` prop allows you to specify the placement of the tooltip to either `top` or `bottom`.\nThe default value is `top`.\n\n**EXAMPLE USAGE:**\n\n```jsx\n<ButtonIcon\n tooltipPlacement=\"bottom\"\n/>\n```"
}
]
},
{
"version": "32.14.1",
"updates": [
{
"updated": [
"TooltipRenderer"
],
"summary": "**TooltipRenderer:** Fix `useLayoutEffect` warnings during SSR"
},
{
"updated": [
"Tabs"
],
"summary": "**Tabs:** Improve positioning of the active underline"
}
]
}
]

0 comments on commit 2828f5b

Please sign in to comment.