Skip to content

Commit 85a3641

Browse files
[CI] Release (#329)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 013f07a commit 85a3641

23 files changed

Lines changed: 109 additions & 58 deletions

File tree

.changeset/fifty-llamas-build.md

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

.changeset/hot-dodos-draw.md

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

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

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

3+
## 0.41.2
4+
35
## 0.41.1
46

57
### 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.41.1",
3+
"version": "0.41.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @expressive-code/plugin-collapsible-sections
22

3+
## 0.41.2
4+
5+
### Patch Changes
6+
7+
- @expressive-code/core@0.41.2
8+
39
## 0.41.1
410

511
### 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.41.1",
3+
"version": "0.41.2",
44
"description": "Collapsible sections plugin for Expressive Code. Allows code sections to be marked as collapsible.",
55
"keywords": [],
66
"author": "Johan Fagerberg (birjj)",
@@ -30,11 +30,11 @@
3030
"watch": "pnpm build --watch src"
3131
},
3232
"dependencies": {
33-
"@expressive-code/core": "workspace:^0.41.1"
33+
"@expressive-code/core": "workspace:^0.41.2"
3434
},
3535
"devDependencies": {
36-
"@expressive-code/plugin-shiki": "workspace:^0.41.1",
37-
"@expressive-code/plugin-text-markers": "workspace:^0.41.1",
36+
"@expressive-code/plugin-shiki": "workspace:^0.41.2",
37+
"@expressive-code/plugin-text-markers": "workspace:^0.41.2",
3838
"@internal/test-utils": "workspace:^"
3939
}
4040
}

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

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

3+
## 0.41.2
4+
5+
### Patch Changes
6+
7+
- @expressive-code/core@0.41.2
8+
39
## 0.41.1
410

511
### 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.41.1",
3+
"version": "0.41.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.41.1"
34+
"@expressive-code/core": "workspace:^0.41.2"
3535
},
3636
"devDependencies": {
3737
"@expressive-code/plugin-shiki": "workspace:^",

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

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

3+
## 0.41.2
4+
5+
### Patch Changes
6+
7+
- @expressive-code/core@0.41.2
8+
39
## 0.41.1
410

511
### 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.41.1",
3+
"version": "0.41.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",
@@ -30,13 +30,13 @@
3030
"watch": "pnpm build --watch src"
3131
},
3232
"dependencies": {
33-
"@expressive-code/core": "workspace:^0.41.1"
33+
"@expressive-code/core": "workspace:^0.41.2"
3434
},
3535
"devDependencies": {
36-
"@expressive-code/plugin-collapsible-sections": "workspace:^0.41.1",
37-
"@expressive-code/plugin-frames": "workspace:^0.41.1",
38-
"@expressive-code/plugin-shiki": "workspace:^0.41.1",
39-
"@expressive-code/plugin-text-markers": "workspace:^0.41.1",
36+
"@expressive-code/plugin-collapsible-sections": "workspace:^0.41.2",
37+
"@expressive-code/plugin-frames": "workspace:^0.41.2",
38+
"@expressive-code/plugin-shiki": "workspace:^0.41.2",
39+
"@expressive-code/plugin-text-markers": "workspace:^0.41.2",
4040
"@internal/test-utils": "workspace:^"
4141
}
4242
}

0 commit comments

Comments
 (0)