Skip to content

Commit 9e04ce0

Browse files
authored
Merge pull request #53 from openpatch/changeset-release/main
Version Packages
2 parents a9ddc4c + e451c0a commit 9e04ce0

9 files changed

Lines changed: 43 additions & 12 deletions

File tree

.changeset/twenty-hairs-occur.md

Lines changed: 0 additions & 8 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.3.0
4+
5+
### Minor Changes
6+
7+
- [`f986065`](https://github.com/openpatch/learningmap/commit/f9860658e4817f018694895aa27dd199a3f26120) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Use sans-serif instead of an unreadable custom font
8+
39
## 0.2.4
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.4",
3+
"version": "0.3.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.3.0
4+
5+
### Minor Changes
6+
7+
- [`f986065`](https://github.com/openpatch/learningmap/commit/f9860658e4817f018694895aa27dd199a3f26120) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Use sans-serif instead of an unreadable custom font
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`f986065`](https://github.com/openpatch/learningmap/commit/f9860658e4817f018694895aa27dd199a3f26120)]:
12+
- @learningmap/learningmap@0.3.0
13+
314
## 0.2.4
415

516
### 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.4",
3+
"version": "0.3.0",
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.3.0
4+
5+
### Minor Changes
6+
7+
- [`f986065`](https://github.com/openpatch/learningmap/commit/f9860658e4817f018694895aa27dd199a3f26120) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Use sans-serif instead of an unreadable custom font
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`f986065`](https://github.com/openpatch/learningmap/commit/f9860658e4817f018694895aa27dd199a3f26120)]:
12+
- @learningmap/learningmap@0.3.0
13+
314
## 0.2.5
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.2.5",
5+
"version": "0.3.0",
66
"publisher": "openpatch",
77
"author": "Mike Barkmin",
88
"license": "MIT",

platforms/web/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`f986065`](https://github.com/openpatch/learningmap/commit/f9860658e4817f018694895aa27dd199a3f26120) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Use sans-serif instead of an unreadable custom font
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`f986065`](https://github.com/openpatch/learningmap/commit/f9860658e4817f018694895aa27dd199a3f26120)]:
12+
- @learningmap/learningmap@0.3.0
13+
314
## 0.0.7
415

516
### 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.7",
4+
"version": "0.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)