Skip to content

Commit

Permalink
Version Packages (#850)
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 Feb 23, 2024
1 parent 0b893a3 commit 3ddfcdf
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/beige-horses-own.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- [#847](https://github.com/openpatch/hyperbook/pull/847) [`0b893a3`](https://github.com/openpatch/hyperbook/commit/0b893a39ba9f5e3fffa40fc3ce115bd379f43313) Thanks [@elielmartinsbr](https://github.com/elielmartinsbr)! - add video element
2 changes: 1 addition & 1 deletion packages/element-video/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperbook/element-video",
"version": "0.1.0",
"version": "0.2.0",
"author": "Eliel Martins",
"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.28.0

### Minor Changes

- [#847](https://github.com/openpatch/hyperbook/pull/847) [`0b893a3`](https://github.com/openpatch/hyperbook/commit/0b893a39ba9f5e3fffa40fc3ce115bd379f43313) Thanks [@elielmartinsbr](https://github.com/elielmartinsbr)! - add video element

## 0.27.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.27.1",
"version": "0.28.0",
"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.21.0

### Minor Changes

- [#847](https://github.com/openpatch/hyperbook/pull/847) [`0b893a3`](https://github.com/openpatch/hyperbook/commit/0b893a39ba9f5e3fffa40fc3ce115bd379f43313) Thanks [@elielmartinsbr](https://github.com/elielmartinsbr)! - add video element

### Patch Changes

- Updated dependencies [[`0b893a3`](https://github.com/openpatch/hyperbook/commit/0b893a39ba9f5e3fffa40fc3ce115bd379f43313)]:
- @hyperbook/element-video@0.2.0

## 0.20.1

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

## 0.28.0

### Minor Changes

- [#847](https://github.com/openpatch/hyperbook/pull/847) [`0b893a3`](https://github.com/openpatch/hyperbook/commit/0b893a39ba9f5e3fffa40fc3ce115bd379f43313) Thanks [@elielmartinsbr](https://github.com/elielmartinsbr)! - add video element

### Patch Changes

- Updated dependencies [[`0b893a3`](https://github.com/openpatch/hyperbook/commit/0b893a39ba9f5e3fffa40fc3ce115bd379f43313)]:
- @hyperbook/element-video@0.2.0

## 0.27.1

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

0 comments on commit 3ddfcdf

Please sign in to comment.