Skip to content

Commit

Permalink
Version Packages (#845)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 26, 2023
1 parent 4042bc1 commit e87e1e5
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/moody-months-hunt.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/wicked-seas-tease.md

This file was deleted.

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

## 0.3.1

### Patch Changes

- [`52b7fad`](https://github.com/openpatch/hyperbook/commit/52b7fad9129bbf1c0f3f192eddfb7c7ed07dc561) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Fix mermaid error diagram already registered

- [`4042bc1`](https://github.com/openpatch/hyperbook/commit/4042bc1d1e54f6c81d76243b96e8a933d40fea7d) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Fix mermaid bug, which lead to showing an error banner.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/element-mermaid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperbook/element-mermaid",
"version": "0.3.0",
"version": "0.3.1",
"author": "Mike Barkmin",
"homepage": "https://github.com/openpatch/hyperbook#readme",
"license": "MIT",
Expand Down
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.26.6

### Patch Changes

- [`4042bc1`](https://github.com/openpatch/hyperbook/commit/4042bc1d1e54f6c81d76243b96e8a933d40fea7d) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Fix mermaid bug, which lead to showing an error banner.

## 0.26.5

## 0.26.4
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.26.5",
"version": "0.26.6",
"author": "Mike Barkmin",
"homepage": "https://github.com/openpatch/hyperbook#readme",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/next-watch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hyperbook/next-watch

## 0.6.3

### Patch Changes

- [`4042bc1`](https://github.com/openpatch/hyperbook/commit/4042bc1d1e54f6c81d76243b96e8a933d40fea7d) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Fix mermaid bug, which lead to showing an error banner.

## 0.6.2

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

## 0.19.12

### Patch Changes

- [`4042bc1`](https://github.com/openpatch/hyperbook/commit/4042bc1d1e54f6c81d76243b96e8a933d40fea7d) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Fix mermaid bug, which lead to showing an error banner.

- Updated dependencies [[`52b7fad`](https://github.com/openpatch/hyperbook/commit/52b7fad9129bbf1c0f3f192eddfb7c7ed07dc561), [`4042bc1`](https://github.com/openpatch/hyperbook/commit/4042bc1d1e54f6c81d76243b96e8a933d40fea7d)]:
- @hyperbook/element-mermaid@0.3.1

## 0.19.11

### 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.19.11",
"version": "0.19.12",
"engines": {
"vscode": "^1.71.0"
},
Expand Down
7 changes: 7 additions & 0 deletions platforms/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hyperbook-simple-template

## 0.26.6

### Patch Changes

- Updated dependencies [[`52b7fad`](https://github.com/openpatch/hyperbook/commit/52b7fad9129bbf1c0f3f192eddfb7c7ed07dc561), [`4042bc1`](https://github.com/openpatch/hyperbook/commit/4042bc1d1e54f6c81d76243b96e8a933d40fea7d)]:
- @hyperbook/element-mermaid@0.3.1

## 0.26.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion platforms/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platforms/web",
"version": "0.26.5",
"version": "0.26.6",
"private": true,
"scripts": {
"build": "rimraf dist && tsc --project tsconfig.json --noEmit && node ./esbuild.mjs",
Expand Down

1 comment on commit e87e1e5

@vercel
Copy link

@vercel vercel bot commented on e87e1e5 Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.