Skip to content

Commit ac8b6d2

Browse files
authored
Merge pull request #1 from frostybee/changeset-release/main
[ci] release
2 parents 9f251a3 + 6d95203 commit ac8b6d2

File tree

5 files changed

+21
-11
lines changed

5 files changed

+21
-11
lines changed

.changeset/good-boxes-cry.md

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

docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @expressive-code-fullscreen/docs
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [829ef0f]
8+
- expressive-code-fullscreen@0.2.0

docs/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-fullscreen/docs",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "MIT",
55
"description": "Documentation for the Expressive Code Fullscreen plugin.",
66
"author": "frostybee",
@@ -22,7 +22,7 @@
2222
"typescript": "^5.8.3"
2323
},
2424
"private": true,
25-
"sideEffects": false,
25+
"sideEffects": false,
2626
"homepage": "https://github.com/frostybee/expressive-code-fullscreen",
2727
"repository": {
2828
"type": "git",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# expressive-code-fullscreen
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 829ef0f: Initial public release

packages/expressive-code-fullscreen/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-fullscreen",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"license": "MIT",
55
"description": "Add fullscreen functionality to codeblocks in your documentation website.",
66
"author": "frostybee",
@@ -10,8 +10,8 @@
1010
"starlight",
1111
"fullscreen",
1212
"codeblock",
13-
"expressive-code"
14-
],
13+
"expressive-code"
14+
],
1515
"type": "module",
1616
"exports": {
1717
".": "./src/index.js"
@@ -43,5 +43,5 @@
4343
"url": "https://github.com/frostybee/expressive-code-fullscreen.git",
4444
"directory": "packages/expressive-code-fullscreen"
4545
},
46-
"bugs": "https://github.com/frostybee/expressive-code-fullscreen/issues"
46+
"bugs": "https://github.com/frostybee/expressive-code-fullscreen/issues"
4747
}

0 commit comments

Comments
 (0)