Skip to content

Commit 783bb01

Browse files
Version Packages (#1762)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bc12317 commit 783bb01

8 files changed

+23
-23
lines changed

.changeset/curvy-clouds-shake.md

-5
This file was deleted.

.changeset/flat-ducks-invent.md

-5
This file was deleted.

.changeset/odd-cups-invent.md

-5
This file was deleted.

.changeset/violet-dryers-smell.md

-5
This file was deleted.

packages/async-loader/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @preact/async-loader
2+
3+
## 3.0.2
4+
5+
### Patch Changes
6+
7+
- [#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`

packages/async-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@preact/async-loader",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Preact's async component loader for Webpack",
55
"homepage": "https://github.com/preactjs/preact-cli",
66
"bugs": "https://github.com/preactjs/preact-cli/issues",

packages/cli/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# preact-cli
22

3+
## 3.4.4
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
* [#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`
10+
11+
- [#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.
12+
13+
- Updated dependencies [[`3c371f7`](https://github.com/preactjs/preact-cli/commit/3c371f7b54859ce52091e6c11ed237d28e429c62)]:
14+
- @preact/async-loader@3.0.2
15+
316
## 3.4.3
417

518
### Patch Changes

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preact-cli",
3-
"version": "3.4.3",
3+
"version": "3.4.4",
44
"description": "Start building a Preact Progressive Web App in seconds.",
55
"keywords": [
66
"preact",
@@ -43,7 +43,7 @@
4343
"@babel/plugin-transform-react-jsx": "^7.13.12",
4444
"@babel/preset-env": "^7.13.15",
4545
"@babel/preset-typescript": "^7.13.0",
46-
"@preact/async-loader": "^3.0.1",
46+
"@preact/async-loader": "^3.0.2",
4747
"@prefresh/babel-plugin": "^0.4.1",
4848
"@prefresh/webpack": "^3.2.2",
4949
"@types/webpack": "^4.38.0",

0 commit comments

Comments
 (0)