Skip to content

Commit

Permalink
chore: release main (#28)
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 8, 2023
1 parent d9701ae commit 4ecac12
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.10","packages/react":"0.0.10","packages/create-impala":"0.0.7","packages/preact":"0.0.10"}
{"packages/core":"0.0.11","packages/react":"0.0.11","packages/create-impala":"0.0.7","packages/preact":"0.0.11"}
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.11](https://github.com/ascorbic/impala/compare/core-v0.0.10...core-v0.0.11) (2023-09-08)


### Bug Fixes

* ignore query string when routing ([#27](https://github.com/ascorbic/impala/issues/27)) ([d9701ae](https://github.com/ascorbic/impala/commit/d9701ae17393644fe5d5dae489760497777b77c1))

## [0.0.10](https://github.com/ascorbic/impala/compare/core-v0.0.9...core-v0.0.10) (2023-04-07)


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.10",
"version": "0.0.11",
"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 @@ -30,6 +30,12 @@
* dependencies
* @impalajs/core bumped to 0.0.10

### Dependencies

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

## 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.10",
"version": "0.0.11",
"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 @@ -30,6 +30,12 @@
* dependencies
* @impalajs/core bumped to 0.0.10

### Dependencies

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

## 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.10",
"version": "0.0.11",
"description": "",
"scripts": {
"build": "tsup src/index.ts src/client.tsx src/head.tsx --format cjs,esm --dts --clean"
Expand Down

0 comments on commit 4ecac12

Please sign in to comment.