Skip to content

Commit 5af438a

Browse files
authored
Merge pull request #57 from openpatch/changeset-release/main
Version Packages
2 parents 815f513 + c9526a1 commit 5af438a

File tree

10 files changed

+37
-15
lines changed

10 files changed

+37
-15
lines changed

.changeset/bold-insects-turn.md

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

.changeset/swift-carrots-buy.md

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

packages/learningmap/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [`223bd6e`](https://github.com/openpatch/learningmap/commit/223bd6e69a5f4509f026623390791cb776d23f0c) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Fix debug edges getting removed when saving
8+
9+
- [`815f513`](https://github.com/openpatch/learningmap/commit/815f513483ea43174f1a137abd507ba18416d4d6) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Hide content in the drawer if the node is locked
10+
311
## 0.3.2
412

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

packages/web-component/CHANGELOG.md

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

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`223bd6e`](https://github.com/openpatch/learningmap/commit/223bd6e69a5f4509f026623390791cb776d23f0c), [`815f513`](https://github.com/openpatch/learningmap/commit/815f513483ea43174f1a137abd507ba18416d4d6)]:
8+
- @learningmap/learningmap@0.4.0
9+
310
## 0.3.2
411

512
### Patch 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.3.2",
3+
"version": "0.3.3",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/learningmap#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
# learningmap-studio
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [`223bd6e`](https://github.com/openpatch/learningmap/commit/223bd6e69a5f4509f026623390791cb776d23f0c) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Fix debug edges getting removed when saving
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`223bd6e`](https://github.com/openpatch/learningmap/commit/223bd6e69a5f4509f026623390791cb776d23f0c), [`815f513`](https://github.com/openpatch/learningmap/commit/815f513483ea43174f1a137abd507ba18416d4d6)]:
12+
- @learningmap/learningmap@0.4.0
13+
314
## 0.3.3
415

516
### Patch Changes

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.3.3",
5+
"version": "0.4.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.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`223bd6e`](https://github.com/openpatch/learningmap/commit/223bd6e69a5f4509f026623390791cb776d23f0c), [`815f513`](https://github.com/openpatch/learningmap/commit/815f513483ea43174f1a137abd507ba18416d4d6)]:
8+
- @learningmap/learningmap@0.4.0
9+
310
## 0.1.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.1.2",
4+
"version": "0.1.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)