Skip to content

Commit

Permalink
chore: release main (#25)
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 Apr 8, 2023
1 parent c547af6 commit b2d1b52
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.9","packages/react":"0.0.9","packages/create-impala":"0.0.7","packages/preact":"0.0.9"}
{"packages/core":"0.0.10","packages/react":"0.0.10","packages/create-impala":"0.0.7","packages/preact":"0.0.10"}
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.10](https://github.com/ascorbic/impala/compare/core-v0.0.9...core-v0.0.10) (2023-04-07)


### Bug Fixes

* avoid "max call stack" error in asset traversal ([#24](https://github.com/ascorbic/impala/issues/24)) ([c547af6](https://github.com/ascorbic/impala/commit/c547af64f1a810a3a9b26a23fd6f951bddc29f67))

## [0.0.9](https://github.com/ascorbic/impala/compare/core-v0.0.8...core-v0.0.9) (2023-04-06)


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

### Dependencies

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

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

### Dependencies

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

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

0 comments on commit b2d1b52

Please sign in to comment.