Skip to content

Commit

Permalink
Version Packages (#866)
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] committed Apr 24, 2024
1 parent b99dad7 commit c50115d
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/hot-timers-carry.md

This file was deleted.

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

## 0.3.4

### Patch Changes

- [`919e9a5`](https://github.com/openpatch/hyperbook/commit/919e9a534bc34a31085fb7cb6c472fe686dbfe51) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Another try fixing the cytoscope bug

## 0.3.3

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

## 0.29.3

## 0.29.2

## 0.29.1
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.29.2",
"version": "0.29.3",
"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.22.3

### Patch Changes

- Updated dependencies [[`919e9a5`](https://github.com/openpatch/hyperbook/commit/919e9a534bc34a31085fb7cb6c472fe686dbfe51)]:
- @hyperbook/element-mermaid@0.3.4

## 0.22.2

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

## 0.29.3

### Patch Changes

- [`919e9a5`](https://github.com/openpatch/hyperbook/commit/919e9a534bc34a31085fb7cb6c472fe686dbfe51) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Another try fixing the cytoscope bug

- Updated dependencies [[`919e9a5`](https://github.com/openpatch/hyperbook/commit/919e9a534bc34a31085fb7cb6c472fe686dbfe51)]:
- @hyperbook/element-mermaid@0.3.4

## 0.29.2

### 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.29.2",
"version": "0.29.3",
"private": true,
"scripts": {
"build": "rimraf dist && tsc --project tsconfig.json --noEmit && node ./esbuild.mjs",
Expand Down

0 comments on commit c50115d

Please sign in to comment.