Skip to content

Commit da6475d

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

7 files changed

Lines changed: 24 additions & 10 deletions

File tree

.changeset/forty-waves-drive.md

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

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.61.1
4+
5+
### Patch Changes
6+
7+
- [`e7fa21c`](https://github.com/openpatch/hyperbook/commit/e7fa21c76bc94b80542141daae2e0b83ce1074c4) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Fix saving width and height in learningmaps
8+
39
## 0.61.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.61.0",
3+
"version": "0.61.1",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

packages/web-component-learningmap/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [`e7fa21c`](https://github.com/openpatch/hyperbook/commit/e7fa21c76bc94b80542141daae2e0b83ce1074c4) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Fix saving width and height in learningmaps
8+
39
## 0.2.0
410

511
### Minor Changes

packages/web-component-learningmap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperbook/web-component-learningmap",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
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.38.3
4+
5+
### Patch Changes
6+
7+
- [`e7fa21c`](https://github.com/openpatch/hyperbook/commit/e7fa21c76bc94b80542141daae2e0b83ce1074c4) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Fix saving width and height in learningmaps
8+
9+
- Updated dependencies []:
10+
- @hyperbook/markdown@0.36.0
11+
312
## 0.38.2
413

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

0 commit comments

Comments
 (0)