Skip to content

Commit 91b95ec

Browse files
committed
Merge branch 'main' of github.com:openpatch/hyperbook
2 parents 0888090 + 0d7290b commit 91b95ec

File tree

8 files changed

+33
-17
lines changed

8 files changed

+33
-17
lines changed

.changeset/ten-oranges-refuse.md

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

.changeset/thick-spies-try.md

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

packages/create/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# create-hyperbook
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [`c6fcba4`](https://github.com/openpatch/hyperbook/commit/c6fcba4e8e87e12dbaaaf4d83a322d6fe0541462) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add create-hyperbook package for using `npx create hyperbook`
8+
9+
- [`9f93524`](https://github.com/openpatch/hyperbook/commit/9f935246904d22b73393fe9d7b2f4aae49011e78) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Improve the new command and make it accessible in the vs code extension.

packages/create/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-hyperbook",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Shared logic for creating new Hyperbook projects",
55
"platform": "node",
66
"main": "./dist/index.js",

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.71.0
4+
5+
### Minor Changes
6+
7+
- [`c6fcba4`](https://github.com/openpatch/hyperbook/commit/c6fcba4e8e87e12dbaaaf4d83a322d6fe0541462) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add create-hyperbook package for using `npx create hyperbook`
8+
9+
- [`9f93524`](https://github.com/openpatch/hyperbook/commit/9f935246904d22b73393fe9d7b2f4aae49011e78) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Improve the new command and make it accessible in the vs code extension.
10+
311
## 0.70.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.70.2",
3+
"version": "0.71.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

platforms/vscode/CHANGELOG.md

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

3+
## 0.48.0
4+
5+
### Minor Changes
6+
7+
- [`c6fcba4`](https://github.com/openpatch/hyperbook/commit/c6fcba4e8e87e12dbaaaf4d83a322d6fe0541462) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add create-hyperbook package for using `npx create hyperbook`
8+
9+
- [`9f93524`](https://github.com/openpatch/hyperbook/commit/9f935246904d22b73393fe9d7b2f4aae49011e78) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Improve the new command and make it accessible in the vs code extension.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`c6fcba4`](https://github.com/openpatch/hyperbook/commit/c6fcba4e8e87e12dbaaaf4d83a322d6fe0541462), [`9f93524`](https://github.com/openpatch/hyperbook/commit/9f935246904d22b73393fe9d7b2f4aae49011e78)]:
14+
15+
316
## 0.47.2
417

518
### 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.47.2",
14+
"version": "0.48.0",
1515
"engines": {
1616
"vscode": "^1.71.0"
1717
},

0 commit comments

Comments
 (0)