Skip to content

Commit

Permalink
Version Packages (#880)
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 Sep 8, 2024
1 parent 5ad2305 commit 8e22162
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-readers-punch.md

This file was deleted.

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.33.2

### Patch Changes

- [`617d70a`](https://github.com/openpatch/hyperbook/commit/617d70ab41503f4f225eecdb537e41999435ea76) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Fix hyperbook.json already present, which leads to build errors in docker container.

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

## 0.33.2

## 0.33.1

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

0 comments on commit 8e22162

Please sign in to comment.