Skip to content

Commit a1f0053

Browse files
authored
Merge pull request #895 from openpatch/changeset-release/main
Version Packages
2 parents 79a36de + 18bb33d commit a1f0053

File tree

9 files changed

+32
-10
lines changed

9 files changed

+32
-10
lines changed

.changeset/nasty-suits-compete.md

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

packages/hyperbook/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# hyperbook
22

3+
## 0.35.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8536870`](https://github.com/openpatch/hyperbook/commit/8536870623eb21bfaeffc0c65022584c26ea75c9)]:
8+
- @hyperbook/types@0.10.0
9+
- @hyperbook/fs@0.14.1
10+
311
## 0.35.2
412

513
### Patch Changes

packages/hyperbook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperbook",
3-
"version": "0.35.2",
3+
"version": "0.35.3",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

packages/markdown/CHANGELOG.md

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

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- [#894](https://github.com/openpatch/hyperbook/pull/894) [`8536870`](https://github.com/openpatch/hyperbook/commit/8536870623eb21bfaeffc0c65022584c26ea75c9) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - add option to show a qr code to the current page
8+
39
## 0.11.2
410

511
### Patch Changes

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperbook/markdown",
3-
"version": "0.11.2",
3+
"version": "0.12.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

packages/types/CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- [#894](https://github.com/openpatch/hyperbook/pull/894) [`8536870`](https://github.com/openpatch/hyperbook/commit/8536870623eb21bfaeffc0c65022584c26ea75c9) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - add option to show a qr code to the current page
8+
39
## 0.9.0
410

511
### Minor Changes

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperbook/types",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

platforms/vscode/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @hyperbook/vscode-extension
22

3+
## 0.25.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8536870`](https://github.com/openpatch/hyperbook/commit/8536870623eb21bfaeffc0c65022584c26ea75c9)]:
8+
- @hyperbook/markdown@0.12.0
9+
- @hyperbook/fs@0.14.1
10+
311
## 0.25.5
412

513
### Patch Changes

platforms/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"homepage": "https://hyperbook.openpatch.org",
1313
"main": "./out/extension.js",
14-
"version": "0.25.5",
14+
"version": "0.25.6",
1515
"engines": {
1616
"vscode": "^1.71.0"
1717
},

0 commit comments

Comments
 (0)