Skip to content

Commit 626dc95

Browse files
[CI] Release (#159)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9b50dad commit 626dc95

File tree

20 files changed

+110
-52
lines changed

20 files changed

+110
-52
lines changed

.changeset/twelve-bikes-work.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/@expressive-code/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @expressive-code/core
22

3+
## 0.33.2
4+
5+
### Patch Changes
6+
7+
- a408e31: Improves error logging in case any plugin hooks fail.
8+
39
## 0.33.1
410

511
### Patch Changes

packages/@expressive-code/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expressive-code/core",
3-
"version": "0.33.1",
3+
"version": "0.33.2",
44
"description": "A text marking & annotation engine for presenting source code on the web.",
55
"keywords": [],
66
"author": "Tibor Schiemann",

packages/@expressive-code/plugin-collapsible-sections/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @expressive-code/plugin-collapsible-sections
22

3+
## 0.33.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a408e31]
8+
- @expressive-code/core@0.33.2
9+
310
## 0.33.1
411

512
### Patch Changes

packages/@expressive-code/plugin-collapsible-sections/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expressive-code/plugin-collapsible-sections",
3-
"version": "0.33.1",
3+
"version": "0.33.2",
44
"description": "Collapsible sections plugin for Expressive Code. Allows code sections to be marked as collapsible.",
55
"keywords": [],
66
"author": "Johan Fagerberg (birjj)",
@@ -31,13 +31,13 @@
3131
"watch": "pnpm build --watch src"
3232
},
3333
"dependencies": {
34-
"@expressive-code/core": "workspace:^0.33.1",
34+
"@expressive-code/core": "workspace:^0.33.2",
3535
"hastscript": "^7.2.0",
3636
"hast-util-select": "^5.0.5"
3737
},
3838
"devDependencies": {
39-
"@expressive-code/plugin-shiki": "workspace:^0.33.1",
40-
"@expressive-code/plugin-text-markers": "workspace:^0.33.1",
39+
"@expressive-code/plugin-shiki": "workspace:^0.33.2",
40+
"@expressive-code/plugin-text-markers": "workspace:^0.33.2",
4141
"@internal/test-utils": "workspace:^",
4242
"hast-util-to-text": "^3.1.2",
4343
"@types/hast": "^2.3.4"

packages/@expressive-code/plugin-frames/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @expressive-code/plugin-frames
22

3+
## 0.33.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a408e31]
8+
- @expressive-code/core@0.33.2
9+
310
## 0.33.1
411

512
### Patch Changes

packages/@expressive-code/plugin-frames/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expressive-code/plugin-frames",
3-
"version": "0.33.1",
3+
"version": "0.33.2",
44
"description": "Frames plugin for Expressive Code. Wraps code blocks in a styled editor or terminal frame with support for titles, multiple tabs and more.",
55
"keywords": [],
66
"author": "Tibor Schiemann",
@@ -31,7 +31,7 @@
3131
"watch": "pnpm build --watch src"
3232
},
3333
"dependencies": {
34-
"@expressive-code/core": "workspace:^0.33.1",
34+
"@expressive-code/core": "workspace:^0.33.2",
3535
"hastscript": "^7.2.0"
3636
},
3737
"devDependencies": {

packages/@expressive-code/plugin-line-numbers/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @expressive-code/plugin-line-numbers
22

3+
## 0.33.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a408e31]
8+
- @expressive-code/core@0.33.2
9+
310
## 0.33.1
411

512
### Patch Changes

packages/@expressive-code/plugin-line-numbers/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expressive-code/plugin-line-numbers",
3-
"version": "0.33.1",
3+
"version": "0.33.2",
44
"description": "Line numbers plugin for Expressive Code, a text marking & annotation engine for presenting source code on the web.",
55
"keywords": [],
66
"author": "Tibor Schiemann",
@@ -31,14 +31,14 @@
3131
"watch": "pnpm build --watch src"
3232
},
3333
"dependencies": {
34-
"@expressive-code/core": "workspace:^0.33.1",
34+
"@expressive-code/core": "workspace:^0.33.2",
3535
"hastscript": "^7.2.0"
3636
},
3737
"devDependencies": {
38-
"@expressive-code/plugin-collapsible-sections": "workspace:^0.33.1",
39-
"@expressive-code/plugin-frames": "workspace:^0.33.1",
40-
"@expressive-code/plugin-shiki": "workspace:^0.33.1",
41-
"@expressive-code/plugin-text-markers": "workspace:^0.33.1",
38+
"@expressive-code/plugin-collapsible-sections": "workspace:^0.33.2",
39+
"@expressive-code/plugin-frames": "workspace:^0.33.2",
40+
"@expressive-code/plugin-shiki": "workspace:^0.33.2",
41+
"@expressive-code/plugin-text-markers": "workspace:^0.33.2",
4242
"@internal/test-utils": "workspace:^"
4343
}
4444
}

packages/@expressive-code/plugin-shiki/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @expressive-code/plugin-shiki
22

3+
## 0.33.2
4+
5+
### Patch Changes
6+
7+
- a408e31: Improves error logging in case any plugin hooks fail.
8+
- Updated dependencies [a408e31]
9+
- @expressive-code/core@0.33.2
10+
311
## 0.33.1
412

513
### Patch Changes

0 commit comments

Comments
 (0)