Skip to content

Commit

Permalink
Version Packages (#1414)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Remus Mate <[email protected]>
  • Loading branch information
3 people authored Dec 11, 2023
1 parent 51b5caf commit 25c4fda
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/green-scissors-move.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twenty-badgers-hide.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.14.2

### Patch Changes

- Provide correct types according to https://arethetypeswrong.github.io ([#1413](https://github.com/seek-oss/braid-design-system/pull/1413))

## 32.14.1

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

## 1.1.0

### Minor Changes

- Add `MenuButton` component used to show and hide the navigation sidebar on mobile devices. ([#1409](https://github.com/seek-oss/braid-design-system/pull/1409))

### Patch Changes

- Provide correct types according to https://arethetypeswrong.github.io ([#1413](https://github.com/seek-oss/braid-design-system/pull/1413))

## 1.0.0

### Major Changes
Expand Down
7 changes: 3 additions & 4 deletions packages/docs-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ Components for building documentation sites with a consistent user experience to
npm install @braid-design-system/docs-ui
```

- [LinkableHeading](#linkableheading)
- [MenuButton](#menubutton)
- [`LinkableHeading`](#linkableheading)
- [`MenuButton`](#menubutton)

## Usage

### `LinkableHeading`

A heading wrapped in a link to a hash that is generated based on the heading content, enabling deep links within
documentation pages.
A heading wrapped in a link to a hash that is generated based on the heading content, enabling deep links within documentation pages.

#### Example

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": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"author": "SEEK",
"exports": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"react": "^18.2.0"
},
"peerDependencies": {
"braid-design-system": "^32.14.1",
"braid-design-system": "^32.14.2",
"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 @@ -3644,5 +3644,9 @@
"summary": "**Tabs:** Improve positioning of the active underline"
}
]
},
{
"version": "32.14.2",
"updates": []
}
]

0 comments on commit 25c4fda

Please sign in to comment.