Skip to content

Commit

Permalink
Version Packages (#1762)
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
preact-bot and github-actions[bot] committed Jan 9, 2023
1 parent bc12317 commit 783bb01
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-clouds-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-ducks-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-cups-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-dryers-smell.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/async-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @preact/async-loader

## 3.0.2

### Patch Changes

- [#1763](https://github.com/preactjs/preact-cli/pull/1763) [`3c371f7`](https://github.com/preactjs/preact-cli/commit/3c371f7b54859ce52091e6c11ed237d28e429c62) Thanks [@rschristian](https://github.com/rschristian)! - Fix for possible type error in `async-loader`
2 changes: 1 addition & 1 deletion packages/async-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@preact/async-loader",
"version": "3.0.1",
"version": "3.0.2",
"description": "Preact's async component loader for Webpack",
"homepage": "https://github.com/preactjs/preact-cli",
"bugs": "https://github.com/preactjs/preact-cli/issues",
Expand Down
13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# preact-cli

## 3.4.4

### Patch Changes

- [#1770](https://github.com/preactjs/preact-cli/pull/1770) [`a526a00`](https://github.com/preactjs/preact-cli/commit/a526a0099ed77bfd2c7e48ba904e7ea05fdc68e3) Thanks [@rschristian](https://github.com/rschristian)! - Fix for devServer info output possibly not matching up against devServer config

* [#1761](https://github.com/preactjs/preact-cli/pull/1761) [`fb100b3`](https://github.com/preactjs/preact-cli/commit/fb100b332bf5a15a6de306abdf1bc59a8919cbf2) Thanks [@rschristian](https://github.com/rschristian)! - Support proxied loaders w/ `getLoadersByName()` method in users' `preact.config.js`

- [#1336](https://github.com/preactjs/preact-cli/pull/1336) [`bea4f50`](https://github.com/preactjs/preact-cli/commit/bea4f50a9eb9f56d3a52430d5b1c05834414d56a) Thanks [@developit](https://github.com/developit)! - Temp files generated by `preact-cli` are now unique to a build, allowing for concurrent instances to run at the same time.

- Updated dependencies [[`3c371f7`](https://github.com/preactjs/preact-cli/commit/3c371f7b54859ce52091e6c11ed237d28e429c62)]:
- @preact/async-loader@3.0.2

## 3.4.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preact-cli",
"version": "3.4.3",
"version": "3.4.4",
"description": "Start building a Preact Progressive Web App in seconds.",
"keywords": [
"preact",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@babel/plugin-transform-react-jsx": "^7.13.12",
"@babel/preset-env": "^7.13.15",
"@babel/preset-typescript": "^7.13.0",
"@preact/async-loader": "^3.0.1",
"@preact/async-loader": "^3.0.2",
"@prefresh/babel-plugin": "^0.4.1",
"@prefresh/webpack": "^3.2.2",
"@types/webpack": "^4.38.0",
Expand Down

0 comments on commit 783bb01

Please sign in to comment.