Skip to content

Commit

Permalink
Merge branch 'main' of github.com:openpatch/hyperbook
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebarkmin committed Mar 17, 2024
2 parents cfdb112 + 8694a02 commit fda07bd
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/real-eyes-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-dingos-compare.md

This file was deleted.

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

## 0.1.2

### Patch Changes

- [`2eca214`](https://github.com/openpatch/hyperbook/commit/2eca214b355e3cdfec59f21cc067539666cdf5f7) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Fix not using baseUrl

## 0.1.1

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

## 0.2.1

### Patch Changes

- Fix not using baseUrl

## 0.2.0

### Minor Changes
Expand Down
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.2.0",
"version": "0.2.1",
"author": "Eliel Martins",
"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.28.1

## 0.28.0

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

## 0.21.1

### Patch Changes

- Updated dependencies [[`2eca214`](https://github.com/openpatch/hyperbook/commit/2eca214b355e3cdfec59f21cc067539666cdf5f7)]:
- @hyperbook/element-tiles@0.1.2
- @hyperbook/element-video@0.2.1

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

## 0.28.1

### Patch Changes

- Updated dependencies [[`2eca214`](https://github.com/openpatch/hyperbook/commit/2eca214b355e3cdfec59f21cc067539666cdf5f7)]:
- @hyperbook/element-tiles@0.1.2
- @hyperbook/element-video@0.2.1

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

0 comments on commit fda07bd

Please sign in to comment.