Skip to content

Commit

Permalink
[CI] Release (#255)
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
github-actions[bot] and github-actions[bot] authored Oct 15, 2024
1 parent afcf11e commit 1a5ba5e
Show file tree
Hide file tree
Showing 22 changed files with 108 additions and 53 deletions.
5 changes: 0 additions & 5 deletions .changeset/warm-toes-rhyme.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/@expressive-code/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @expressive-code/core

## 0.37.1

## 0.37.0

## 0.36.1
Expand Down
2 changes: 1 addition & 1 deletion packages/@expressive-code/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expressive-code/core",
"version": "0.37.0",
"version": "0.37.1",
"description": "A text marking & annotation engine for presenting source code on the web.",
"keywords": [],
"author": "Tibor Schiemann",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @expressive-code/plugin-collapsible-sections

## 0.37.1

### Patch Changes

- @expressive-code/core@0.37.1

## 0.37.0

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expressive-code/plugin-collapsible-sections",
"version": "0.37.0",
"version": "0.37.1",
"description": "Collapsible sections plugin for Expressive Code. Allows code sections to be marked as collapsible.",
"keywords": [],
"author": "Johan Fagerberg (birjj)",
Expand Down Expand Up @@ -30,11 +30,11 @@
"watch": "pnpm build --watch src"
},
"dependencies": {
"@expressive-code/core": "workspace:^0.37.0"
"@expressive-code/core": "workspace:^0.37.1"
},
"devDependencies": {
"@expressive-code/plugin-shiki": "workspace:^0.37.0",
"@expressive-code/plugin-text-markers": "workspace:^0.37.0",
"@expressive-code/plugin-shiki": "workspace:^0.37.1",
"@expressive-code/plugin-text-markers": "workspace:^0.37.1",
"@internal/test-utils": "workspace:^"
}
}
6 changes: 6 additions & 0 deletions packages/@expressive-code/plugin-frames/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @expressive-code/plugin-frames

## 0.37.1

### Patch Changes

- @expressive-code/core@0.37.1

## 0.37.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/@expressive-code/plugin-frames/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expressive-code/plugin-frames",
"version": "0.37.0",
"version": "0.37.1",
"description": "Frames plugin for Expressive Code. Wraps code blocks in a styled editor or terminal frame with support for titles, multiple tabs and more.",
"keywords": [],
"author": "Tibor Schiemann",
Expand Down Expand Up @@ -31,7 +31,7 @@
"watch": "pnpm build --watch src"
},
"dependencies": {
"@expressive-code/core": "workspace:^0.37.0"
"@expressive-code/core": "workspace:^0.37.1"
},
"devDependencies": {
"@expressive-code/plugin-shiki": "workspace:^",
Expand Down
7 changes: 7 additions & 0 deletions packages/@expressive-code/plugin-line-numbers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @expressive-code/plugin-line-numbers

## 0.37.1

### Patch Changes

- afcf11e: Adds `aria-hidden="true"` to line numbers to prevent them from being read out loud and interrupting the flow of the code. Thank you @Yesterday17!
- @expressive-code/core@0.37.1

## 0.37.0

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/@expressive-code/plugin-line-numbers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expressive-code/plugin-line-numbers",
"version": "0.37.0",
"version": "0.37.1",
"description": "Line numbers plugin for Expressive Code, a text marking & annotation engine for presenting source code on the web.",
"keywords": [],
"author": "Tibor Schiemann",
Expand Down Expand Up @@ -30,13 +30,13 @@
"watch": "pnpm build --watch src"
},
"dependencies": {
"@expressive-code/core": "workspace:^0.37.0"
"@expressive-code/core": "workspace:^0.37.1"
},
"devDependencies": {
"@expressive-code/plugin-collapsible-sections": "workspace:^0.37.0",
"@expressive-code/plugin-frames": "workspace:^0.37.0",
"@expressive-code/plugin-shiki": "workspace:^0.37.0",
"@expressive-code/plugin-text-markers": "workspace:^0.37.0",
"@expressive-code/plugin-collapsible-sections": "workspace:^0.37.1",
"@expressive-code/plugin-frames": "workspace:^0.37.1",
"@expressive-code/plugin-shiki": "workspace:^0.37.1",
"@expressive-code/plugin-text-markers": "workspace:^0.37.1",
"@internal/test-utils": "workspace:^"
}
}
6 changes: 6 additions & 0 deletions packages/@expressive-code/plugin-shiki/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @expressive-code/plugin-shiki

## 0.37.1

### Patch Changes

- @expressive-code/core@0.37.1

## 0.37.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/@expressive-code/plugin-shiki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expressive-code/plugin-shiki",
"version": "0.37.0",
"version": "0.37.1",
"description": "Shiki syntax highlighting plugin for Expressive Code, a text marking & annotation engine for presenting source code on the web.",
"keywords": [],
"author": "Tibor Schiemann",
Expand Down Expand Up @@ -30,7 +30,7 @@
"watch": "pnpm build --watch src"
},
"dependencies": {
"@expressive-code/core": "workspace:^0.37.0",
"@expressive-code/core": "workspace:^0.37.1",
"shiki": "^1.14.1"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/@expressive-code/plugin-text-markers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @expressive-code/plugin-text-markers

## 0.37.1

### Patch Changes

- @expressive-code/core@0.37.1

## 0.37.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/@expressive-code/plugin-text-markers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expressive-code/plugin-text-markers",
"version": "0.37.0",
"version": "0.37.1",
"description": "Text marker plugin for Expressive Code, a text marking & annotation engine for presenting source code on the web.",
"keywords": [],
"author": "Tibor Schiemann",
Expand Down Expand Up @@ -30,10 +30,10 @@
"watch": "pnpm build --watch src"
},
"dependencies": {
"@expressive-code/core": "workspace:^0.37.0"
"@expressive-code/core": "workspace:^0.37.1"
},
"devDependencies": {
"@expressive-code/plugin-shiki": "workspace:^0.37.0",
"@expressive-code/plugin-shiki": "workspace:^0.37.1",
"@internal/test-utils": "workspace:^",
"parse-numeric-range": "^1.3.0"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/astro-expressive-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# astro-expressive-code

## 0.37.1

### Patch Changes

- rehype-expressive-code@0.37.1

## 0.37.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/astro-expressive-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-expressive-code",
"version": "0.37.0",
"version": "0.37.1",
"description": "Astro integration for Expressive Code, a text marking & annotation engine for presenting source code on the web.",
"keywords": [
"astro-integration"
Expand Down Expand Up @@ -50,7 +50,7 @@
"astro": "^4.0.0-beta || ^5.0.0-beta || ^3.3.0"
},
"dependencies": {
"rehype-expressive-code": "workspace:^0.37.0"
"rehype-expressive-code": "workspace:^0.37.1"
},
"devDependencies": {
"@internal/test-utils": "workspace:^",
Expand Down
9 changes: 9 additions & 0 deletions packages/expressive-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# expressive-code

## 0.37.1

### Patch Changes

- @expressive-code/core@0.37.1
- @expressive-code/plugin-frames@0.37.1
- @expressive-code/plugin-shiki@0.37.1
- @expressive-code/plugin-text-markers@0.37.1

## 0.37.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/expressive-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expressive-code",
"version": "0.37.0",
"version": "0.37.1",
"description": "A text marking & annotation engine for presenting source code on the web.",
"keywords": [],
"author": "Tibor Schiemann",
Expand Down Expand Up @@ -43,9 +43,9 @@
"watch": "pnpm build --watch src"
},
"dependencies": {
"@expressive-code/core": "workspace:^0.37.0",
"@expressive-code/plugin-frames": "workspace:^0.37.0",
"@expressive-code/plugin-shiki": "workspace:^0.37.0",
"@expressive-code/plugin-text-markers": "workspace:^0.37.0"
"@expressive-code/core": "workspace:^0.37.1",
"@expressive-code/plugin-frames": "workspace:^0.37.1",
"@expressive-code/plugin-shiki": "workspace:^0.37.1",
"@expressive-code/plugin-text-markers": "workspace:^0.37.1"
}
}
6 changes: 6 additions & 0 deletions packages/rehype-expressive-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# rehype-expressive-code

## 0.37.1

### Patch Changes

- expressive-code@0.37.1

## 0.37.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/rehype-expressive-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-expressive-code",
"version": "0.37.0",
"version": "0.37.1",
"description": "Rehype plugin for Expressive Code, a text marking & annotation engine for presenting source code on the web.",
"keywords": [],
"author": "Tibor Schiemann",
Expand Down Expand Up @@ -43,7 +43,7 @@
"watch": "pnpm build --watch src"
},
"dependencies": {
"expressive-code": "workspace:^0.37.0"
"expressive-code": "workspace:^0.37.1"
},
"devDependencies": {
"@internal/test-utils": "workspace:^",
Expand Down
6 changes: 6 additions & 0 deletions packages/remark-expressive-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# remark-expressive-code

## 0.37.1

### Patch Changes

- expressive-code@0.37.1

## 0.37.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-expressive-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-expressive-code",
"version": "0.37.0",
"version": "0.37.1",
"description": "Remark plugin for Expressive Code, a text marking & annotation engine for presenting source code on the web.",
"keywords": [],
"author": "Tibor Schiemann",
Expand Down Expand Up @@ -43,7 +43,7 @@
"watch": "pnpm build --watch src"
},
"dependencies": {
"expressive-code": "workspace:^0.37.0"
"expressive-code": "workspace:^0.37.1"
},
"devDependencies": {
"@internal/test-utils": "workspace:^",
Expand Down
Loading

0 comments on commit 1a5ba5e

Please sign in to comment.