Skip to content

Commit

Permalink
Version Packages (#873)
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 May 22, 2024
1 parent 64e0de3 commit a188802
Show file tree
Hide file tree
Showing 14 changed files with 51 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changeset/itchy-oranges-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-drinks-yell.md

This file was deleted.

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

## 0.3.3

### Patch Changes

- [`e9359e1`](https://github.com/openpatch/hyperbook/commit/e9359e1e8d51be1d2a71d76e74940e0eb844a74c) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Fix peer dependencies

## 0.3.2

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

## 0.2.3

### Patch Changes

- [`e9359e1`](https://github.com/openpatch/hyperbook/commit/e9359e1e8d51be1d2a71d76e74940e0eb844a74c) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Fix peer dependencies

## 0.2.2

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

## 0.13.0

### Minor Changes

- [`c500196`](https://github.com/openpatch/hyperbook/commit/c500196fe68bd9af55086fd16f74b202f53b23ec) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add elements to vfile. In the future this can be used only include elements which are needed for a given page.

## 0.12.1

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

## 0.31.1

### Patch Changes

- Updated dependencies [[`c500196`](https://github.com/openpatch/hyperbook/commit/c500196fe68bd9af55086fd16f74b202f53b23ec)]:
- @hyperbook/fs@0.13.0

## 0.31.0

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

## 0.24.1

### Patch Changes

- [`e9359e1`](https://github.com/openpatch/hyperbook/commit/e9359e1e8d51be1d2a71d76e74940e0eb844a74c) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Fix peer dependencies

- Updated dependencies [[`e9359e1`](https://github.com/openpatch/hyperbook/commit/e9359e1e8d51be1d2a71d76e74940e0eb844a74c), [`c500196`](https://github.com/openpatch/hyperbook/commit/c500196fe68bd9af55086fd16f74b202f53b23ec)]:
- @hyperbook/element-bookmarks@0.3.3
- @hyperbook/element-dl@0.2.3
- @hyperbook/fs@0.13.0

## 0.24.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.24.0",
"version": "0.24.1",
"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.31.1

### Patch Changes

- Updated dependencies [[`e9359e1`](https://github.com/openpatch/hyperbook/commit/e9359e1e8d51be1d2a71d76e74940e0eb844a74c), [`c500196`](https://github.com/openpatch/hyperbook/commit/c500196fe68bd9af55086fd16f74b202f53b23ec)]:
- @hyperbook/element-bookmarks@0.3.3
- @hyperbook/element-dl@0.2.3
- @hyperbook/fs@0.13.0

## 0.31.0

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

0 comments on commit a188802

Please sign in to comment.