Skip to content

Commit 7230d7c

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

File tree

9 files changed

+33
-12
lines changed

9 files changed

+33
-12
lines changed

.changeset/big-deers-try.md

Lines changed: 0 additions & 8 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.58.0
4+
5+
### Minor Changes
6+
7+
- [`25a216f`](https://github.com/openpatch/hyperbook/commit/25a216f4f3d4b63f2c1db89880e7e0ee29d84da8) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add learningmap element
8+
39
## 0.57.3
410

511
### 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.57.3",
3+
"version": "0.58.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.34.0
4+
5+
### Minor Changes
6+
7+
- [`25a216f`](https://github.com/openpatch/hyperbook/commit/25a216f4f3d4b63f2c1db89880e7e0ee29d84da8) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add learningmap element
8+
39
## 0.33.3
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.33.3",
3+
"version": "0.34.0",
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/element-excalidraw
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`25a216f`](https://github.com/openpatch/hyperbook/commit/25a216f4f3d4b63f2c1db89880e7e0ee29d84da8) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add learningmap element
8+
39
## 0.3.2
410

511
### Patch 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.0.1",
3+
"version": "0.1.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

platforms/vscode/CHANGELOG.md

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

3+
## 0.37.0
4+
5+
### Minor Changes
6+
7+
- [`25a216f`](https://github.com/openpatch/hyperbook/commit/25a216f4f3d4b63f2c1db89880e7e0ee29d84da8) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add learningmap element
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`25a216f`](https://github.com/openpatch/hyperbook/commit/25a216f4f3d4b63f2c1db89880e7e0ee29d84da8)]:
12+
- @hyperbook/markdown@0.34.0
13+
314
## 0.36.3
415

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

0 commit comments

Comments
 (0)