Skip to content

Commit

Permalink
chore: release main (#35)
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 Nov 5, 2023
1 parent 8a1e96a commit 08a52c7
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.12","packages/react":"0.0.12","packages/create-impala":"0.0.7","packages/preact":"0.0.12"}
{"packages/core":"0.0.13","packages/react":"0.0.13","packages/create-impala":"0.0.7","packages/preact":"0.0.13"}
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.13](https://github.com/ascorbic/impala/compare/core-v0.0.12...core-v0.0.13) (2023-11-05)


### Bug Fixes

* use baseUrl for dev routing ([#34](https://github.com/ascorbic/impala/issues/34)) ([8a1e96a](https://github.com/ascorbic/impala/commit/8a1e96a38077bbf93327fd978d35e532f25a90c9))

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


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.12",
"version": "0.0.13",
"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 @@ -42,6 +42,12 @@
* dependencies
* @impalajs/core bumped to 0.0.12

### Dependencies

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

## 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.12",
"version": "0.0.13",
"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 @@ -42,6 +42,12 @@
* dependencies
* @impalajs/core bumped to 0.0.12

### Dependencies

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

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

0 comments on commit 08a52c7

Please sign in to comment.