Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebarkmin committed May 18, 2024
2 parents d723aaf + c50115d commit 883d71c
Show file tree
Hide file tree
Showing 9 changed files with 78 additions and 4 deletions.
Empty file modified .husky/pre-commit
100644 → 100755
Empty file.
18 changes: 18 additions & 0 deletions packages/element-mermaid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @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

- [`3905268`](https://github.com/openpatch/hyperbook/commit/390526881c0c74763ca791f225bb01edbe5ab959) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Make pinning cytoscape work for hyperbook web

## 0.3.2

### Patch Changes

- [`a4284b6`](https://github.com/openpatch/hyperbook/commit/a4284b63b13fc3ce8b57cc3d9ce11f0d075c2c7d) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Pin cytoscape which is causing issues since version 3.29.0

## 0.3.1

### 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.1",
"version": "0.3.4",
"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.29.3

## 0.29.2

## 0.29.1

## 0.29.0

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

- Updated dependencies [[`3905268`](https://github.com/openpatch/hyperbook/commit/390526881c0c74763ca791f225bb01edbe5ab959)]:
- @hyperbook/element-mermaid@0.3.3

## 0.22.1

### Patch Changes

- Updated dependencies [[`a4284b6`](https://github.com/openpatch/hyperbook/commit/a4284b63b13fc3ce8b57cc3d9ce11f0d075c2c7d)]:
- @hyperbook/element-mermaid@0.3.2

## 0.22.0

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

- Updated dependencies [[`3905268`](https://github.com/openpatch/hyperbook/commit/390526881c0c74763ca791f225bb01edbe5ab959)]:
- @hyperbook/element-mermaid@0.3.3

## 0.29.1

### Patch Changes

- Updated dependencies [[`a4284b6`](https://github.com/openpatch/hyperbook/commit/a4284b63b13fc3ce8b57cc3d9ce11f0d075c2c7d)]:
- @hyperbook/element-mermaid@0.3.2

## 0.29.0

### Minor Changes
Expand Down
8 changes: 7 additions & 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.0",
"version": "0.29.3",
"private": true,
"scripts": {
"build": "rimraf dist && tsc --project tsconfig.json --noEmit && node ./esbuild.mjs",
Expand Down Expand Up @@ -46,6 +46,12 @@
"redux": "4.2.1",
"redux-persist": "6.0.0"
},
"resolutions": {
"cytoscape": "3.28.1"
},
"overrides": {
"cytoscape": "3.28.1"
},
"devDependencies": {
"@hyperbook/next-watch": "workspace:*",
"@hyperbook/types": "workspace:*",
Expand Down

0 comments on commit 883d71c

Please sign in to comment.