Skip to content

Commit 59809a2

Browse files
Version Packages
1 parent 2f6c8b9 commit 59809a2

9 files changed

Lines changed: 40 additions & 11 deletions

File tree

.changeset/sixty-bars-shout.md

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

packages/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.0
4+
5+
### Minor Changes
6+
7+
- [`2f6c8b9`](https://github.com/openpatch/learningmap/commit/2f6c8b9b77bcdeddef9a66988c04f88b63df75f9) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add new props and first release of vs code extension
8+
39
## 0.1.0
410

511
### Minor Changes

packages/learningmap/package.json

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

packages/web-component/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [`2f6c8b9`](https://github.com/openpatch/learningmap/commit/2f6c8b9b77bcdeddef9a66988c04f88b63df75f9) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add new props and first release of vs code extension
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`2f6c8b9`](https://github.com/openpatch/learningmap/commit/2f6c8b9b77bcdeddef9a66988c04f88b63df75f9)]:
12+
- @learningmap/learningmap@0.2.0
13+
314
## 0.1.0
415

516
### Minor Changes

packages/web-component/package.json

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

platforms/vscode/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# learningmap-studio
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [`2f6c8b9`](https://github.com/openpatch/learningmap/commit/2f6c8b9b77bcdeddef9a66988c04f88b63df75f9) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add new props and first release of vs code extension
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`2f6c8b9`](https://github.com/openpatch/learningmap/commit/2f6c8b9b77bcdeddef9a66988c04f88b63df75f9)]:
12+
- @learningmap/learningmap@0.2.0

platforms/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "learningmap-studio",
33
"displayName": "Learningmap Studio",
44
"description": "Visual editor for learningmap files",
5-
"version": "0.1.0",
5+
"version": "0.2.0",
66
"publisher": "openpatch",
77
"author": "Mike Barkmin",
88
"license": "MIT",

platforms/web/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2f6c8b9`](https://github.com/openpatch/learningmap/commit/2f6c8b9b77bcdeddef9a66988c04f88b63df75f9)]:
8+
- @learningmap/learningmap@0.2.0
9+
310
## 0.0.2
411

512
### Patch Changes

platforms/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web",
33
"private": true,
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)