Skip to content

Commit

Permalink
chore: release main (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: mixie-bot[bot] <127146692+mixie-bot[bot]@users.noreply.github.com>
  • Loading branch information
mixie-bot[bot] committed Sep 30, 2023
1 parent e7d0c74 commit 1cdcdad
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/core":"0.0.11","packages/react":"0.0.11","packages/create-impala":"0.0.7","packages/preact":"0.0.11"}
{"packages/core":"0.0.12","packages/react":"0.0.12","packages/create-impala":"0.0.7","packages/preact":"0.0.12"}
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.12](https://github.com/ascorbic/impala/compare/core-v0.0.11...core-v0.0.12) (2023-09-30)


### Bug Fixes

* **core:** use originalUrl for dev routing ([#29](https://github.com/ascorbic/impala/issues/29)) ([4fdd115](https://github.com/ascorbic/impala/commit/4fdd115a1c8c564ee144ce7a16895b9c6dd92636))

## [0.0.11](https://github.com/ascorbic/impala/compare/core-v0.0.10...core-v0.0.11) (2023-09-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@impalajs/core",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"bin": {
"impala": "./cli.mjs"
Expand Down
6 changes: 6 additions & 0 deletions packages/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
* dependencies
* @impalajs/core bumped to 0.0.11

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @impalajs/core bumped to 0.0.12

## 0.0.5 (2023-03-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@impalajs/preact",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"scripts": {
"build": "tsup src/index.ts src/client.tsx src/head.tsx --format cjs,esm --dts --clean"
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
* dependencies
* @impalajs/core bumped to 0.0.11

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @impalajs/core bumped to 0.0.12

## 0.0.5 (2023-03-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@impalajs/react",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"scripts": {
"build": "tsup src/index.ts src/client.tsx src/head.tsx --format cjs,esm --dts --clean"
Expand Down

0 comments on commit 1cdcdad

Please sign in to comment.