Skip to content

Commit 7d5d714

Browse files
authored
Merge pull request #892 from openpatch/changeset-release/main
Version Packages
2 parents 1771d1a + 1dea886 commit 7d5d714

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/heavy-colts-reply.md

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

packages/fs/CHANGELOG.md

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

3+
## 0.14.1
4+
5+
### Patch Changes
6+
7+
- [`2074212`](https://github.com/openpatch/hyperbook/commit/20742126a69229186a01ed7384b7c9ff5af483bd) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Sometimes snippets were not resolved correctly. This should fix the issue.
8+
39
## 0.14.0
410

511
### Minor Changes

packages/fs/package.json

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

packages/hyperbook/CHANGELOG.md

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

3+
## 0.35.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2074212`](https://github.com/openpatch/hyperbook/commit/20742126a69229186a01ed7384b7c9ff5af483bd)]:
8+
- @hyperbook/fs@0.14.1
9+
310
## 0.35.1
411

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

platforms/vscode/CHANGELOG.md

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

3+
## 0.25.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2074212`](https://github.com/openpatch/hyperbook/commit/20742126a69229186a01ed7384b7c9ff5af483bd)]:
8+
- @hyperbook/fs@0.14.1
9+
310
## 0.25.4
411

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

0 commit comments

Comments
 (0)