Skip to content

Commit 448fd81

Browse files
Version Packages (openpatch#1002)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2c11659 commit 448fd81

10 files changed

Lines changed: 38 additions & 18 deletions

File tree

.changeset/silver-stingrays-compare.md

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

.changeset/swift-eggs-lay.md

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

packages/fs/CHANGELOG.md

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

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- [`7ef905d`](https://github.com/openpatch/hyperbook/commit/7ef905d4f19828034d57af230a0ab2335689d9a3) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add c and l variables to snippets to allow for dynamic amount of colons.
8+
39
## 0.18.3
410

511
### Patch Changes

packages/fs/package.json

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

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.57.0
4+
5+
### Minor Changes
6+
7+
- [`287dd41`](https://github.com/openpatch/hyperbook/commit/287dd41e1bece7b5ba1295c4f9db19934c34b611) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Autoload math display libraries in all h5p elements.
8+
9+
- [`7ef905d`](https://github.com/openpatch/hyperbook/commit/7ef905d4f19828034d57af230a0ab2335689d9a3) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add c and l variables to snippets to allow for dynamic amount of colons.
10+
311
## 0.56.0
412

513
### 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.56.0",
3+
"version": "0.57.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.33.0
4+
5+
### Minor Changes
6+
7+
- [`287dd41`](https://github.com/openpatch/hyperbook/commit/287dd41e1bece7b5ba1295c4f9db19934c34b611) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Autoload math display libraries in all h5p elements.
8+
39
## 0.32.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.32.0",
3+
"version": "0.33.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

platforms/vscode/CHANGELOG.md

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

3+
## 0.36.0
4+
5+
### Minor Changes
6+
7+
- [`287dd41`](https://github.com/openpatch/hyperbook/commit/287dd41e1bece7b5ba1295c4f9db19934c34b611) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Autoload math display libraries in all h5p elements.
8+
9+
- [`7ef905d`](https://github.com/openpatch/hyperbook/commit/7ef905d4f19828034d57af230a0ab2335689d9a3) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add c and l variables to snippets to allow for dynamic amount of colons.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`287dd41`](https://github.com/openpatch/hyperbook/commit/287dd41e1bece7b5ba1295c4f9db19934c34b611), [`7ef905d`](https://github.com/openpatch/hyperbook/commit/7ef905d4f19828034d57af230a0ab2335689d9a3)]:
14+
- @hyperbook/markdown@0.33.0
15+
- @hyperbook/fs@0.19.0
16+
317
## 0.35.0
418

519
### Minor 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.35.0",
14+
"version": "0.36.0",
1515
"engines": {
1616
"vscode": "^1.71.0"
1717
},

0 commit comments

Comments
 (0)