Skip to content

Commit 6bf5db9

Browse files
Version Packages (#1092)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c9b7340 commit 6bf5db9

11 files changed

Lines changed: 39 additions & 12 deletions

File tree

.changeset/fast-snails-sit.md

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

packages/create/CHANGELOG.md

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

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`78a5ff3`](https://github.com/openpatch/hyperbook/commit/78a5ff37534742ee79f2f7422914d4a091a805f6)]:
8+
- @hyperbook/types@0.21.0
9+
310
## 0.3.2
411

512
### Patch Changes

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.3.2",
3+
"version": "0.3.3",
44
"description": "Shared logic for creating new Hyperbook projects",
55
"platform": "node",
66
"main": "./dist/index.js",

packages/hyperbook/CHANGELOG.md

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

3+
## 0.83.0
4+
5+
### Minor Changes
6+
7+
- [`78a5ff3`](https://github.com/openpatch/hyperbook/commit/78a5ff37534742ee79f2f7422914d4a091a805f6) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Use local files for online-ide and for sql-ide.
8+
39
## 0.82.0
410

511
### Minor 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.82.0",
3+
"version": "0.83.0",
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.54.0
4+
5+
### Minor Changes
6+
7+
- [`78a5ff3`](https://github.com/openpatch/hyperbook/commit/78a5ff37534742ee79f2f7422914d4a091a805f6) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Use local files for online-ide and for sql-ide.
8+
39
## 0.53.0
410

511
### Minor 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.53.0",
3+
"version": "0.54.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.21.0
4+
5+
### Minor Changes
6+
7+
- [`78a5ff3`](https://github.com/openpatch/hyperbook/commit/78a5ff37534742ee79f2f7422914d4a091a805f6) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Use local files for online-ide and for sql-ide.
8+
39
## 0.20.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.20.0",
3+
"version": "0.21.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

platforms/vscode/CHANGELOG.md

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

3+
## 0.49.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`78a5ff3`](https://github.com/openpatch/hyperbook/commit/78a5ff37534742ee79f2f7422914d4a091a805f6)]:
8+
- @hyperbook/markdown@0.54.0
9+
- create-hyperbook@0.3.3
10+
- @hyperbook/fs@0.24.2
11+
312
## 0.49.15
413

514
### Patch Changes

0 commit comments

Comments
 (0)