Skip to content

Commit

Permalink
Version Packages (#769)
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 10, 2025
1 parent 7b75dc0 commit 725755b
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 31 deletions.
13 changes: 0 additions & 13 deletions .changeset/breezy-kiwis-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-toys-switch.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/giant-turtles-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-bags-grin.md

This file was deleted.

24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# scoobie

## 19.0.0

### Major Changes

- **CodeBlock:** change props ([#770](https://github.com/seek-oss/scoobie/pull/770))

- `label` and `language` are now required

- `copy` is no longer accepted; the copy button is always shown

To have just the code block without the top row with the copy button, use `CodeContainer`

- `size` is no longer accepted; it is now hardcoded to `standard`

- **Blockquote:** drop `size` property; it is now hardcoded to `standard` ([#773](https://github.com/seek-oss/scoobie/pull/773))

- **Table, TableRow:** Remove components ([#768](https://github.com/seek-oss/scoobie/pull/768))

[braid-design-system 33.3.0](https://github.com/seek-oss/braid-design-system/releases/tag/braid-design-system%4033.3.0) now supports `Table` components directly

### Minor Changes

- **CodeContainer:** add new component ([#770](https://github.com/seek-oss/scoobie/pull/770))

## 18.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"main": "src/index.ts",
"sideEffects": false,
"version": "18.2.0",
"version": "19.0.0",
"dependencies": {
"@capsizecss/core": "^4.0.0",
"@vanilla-extract/css": "^1.2.3",
Expand Down

0 comments on commit 725755b

Please sign in to comment.