Skip to content

Commit 4c27863

Browse files
Version Packages (#778)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 515defd commit 4c27863

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/long-windows-hide.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# scoobie
22

3+
## 19.0.1
4+
5+
### Patch Changes
6+
7+
- **CodeBlock:** allow `language` and `label` to be undefined again, to support multi-snippet code blocks ([#777](https://github.com/seek-oss/scoobie/pull/777))
8+
39
## 19.0.0
410

511
### Major Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"main": "src/index.ts",
66
"sideEffects": false,
7-
"version": "19.0.0",
7+
"version": "19.0.1",
88
"dependencies": {
99
"@capsizecss/core": "^4.0.0",
1010
"@vanilla-extract/css": "^1.2.3",

0 commit comments

Comments
 (0)