Skip to content

Commit

Permalink
Merge pull request #906 from openpatch/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mikebarkmin authored Nov 11, 2024
2 parents fce1820 + b65870c commit 0f4e4b4
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/quiet-pans-burn.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/hyperbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# hyperbook

## 0.36.2

### Patch Changes

- [`2ab94ae`](https://github.com/openpatch/hyperbook/commit/2ab94aea525c2b67c156313f13d9662efad5d8a6) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - fix pagelist snippets not parsed correctly

## 0.36.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hyperbook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyperbook",
"version": "0.36.1",
"version": "0.36.2",
"author": "Mike Barkmin",
"homepage": "https://github.com/openpatch/hyperbook#readme",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hyperbook/markdown

## 0.13.2

### Patch Changes

- [`2ab94ae`](https://github.com/openpatch/hyperbook/commit/2ab94aea525c2b67c156313f13d9662efad5d8a6) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - fix pagelist snippets not parsed correctly

## 0.13.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperbook/markdown",
"version": "0.13.1",
"version": "0.13.2",
"author": "Mike Barkmin",
"homepage": "https://github.com/openpatch/hyperbook#readme",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions platforms/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hyperbook/vscode-extension

## 0.25.11

### Patch Changes

- Updated dependencies [[`2ab94ae`](https://github.com/openpatch/hyperbook/commit/2ab94aea525c2b67c156313f13d9662efad5d8a6)]:
- @hyperbook/markdown@0.13.2

## 0.25.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion platforms/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"homepage": "https://hyperbook.openpatch.org",
"main": "./out/extension.js",
"version": "0.25.10",
"version": "0.25.11",
"engines": {
"vscode": "^1.71.0"
},
Expand Down

0 comments on commit 0f4e4b4

Please sign in to comment.