Skip to content

Commit 91f571c

Browse files
authored
Merge pull request #47 from openpatch/changeset-release/main
Version Packages
2 parents 3927c35 + d7c9289 commit 91f571c

File tree

9 files changed

+33
-10
lines changed

9 files changed

+33
-10
lines changed

.changeset/green-pans-roll.md

Lines changed: 0 additions & 6 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.3
4+
5+
### Patch Changes
6+
7+
- [`3927c35`](https://github.com/openpatch/learningmap/commit/3927c35749477c2e67be916b7beef473f1a59339) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Improve node dragging performance by throttling undo history updates
8+
39
## 0.2.2
410

511
### 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.2.2",
3+
"version": "0.2.3",
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.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3927c35`](https://github.com/openpatch/learningmap/commit/3927c35749477c2e67be916b7beef473f1a59339)]:
8+
- @learningmap/learningmap@0.2.3
9+
310
## 0.2.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.2.2",
3+
"version": "0.2.3",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/learningmap#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
# learningmap-studio
22

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- [`3927c35`](https://github.com/openpatch/learningmap/commit/3927c35749477c2e67be916b7beef473f1a59339) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Improve node dragging performance by throttling undo history updates
8+
9+
- Updated dependencies [[`3927c35`](https://github.com/openpatch/learningmap/commit/3927c35749477c2e67be916b7beef473f1a59339)]:
10+
- @learningmap/learningmap@0.2.3
11+
312
## 0.2.3
413

514
### 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.2.3",
5+
"version": "0.2.4",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3927c35`](https://github.com/openpatch/learningmap/commit/3927c35749477c2e67be916b7beef473f1a59339)]:
8+
- @learningmap/learningmap@0.2.3
9+
310
## 0.0.5
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.5",
4+
"version": "0.0.6",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)