Skip to content

Commit 9d9e22e

Browse files
Version Packages
1 parent a0d8200 commit 9d9e22e

9 files changed

+23
-39
lines changed

.changeset/dark-plums-play.md

-5
This file was deleted.

.changeset/dark-wolves-argue.md

-5
This file was deleted.

.changeset/flat-berries-swim.md

-6
This file was deleted.

.changeset/lovely-houses-spend.md

-5
This file was deleted.

.changeset/mighty-groups-tell.md

-5
This file was deleted.

.changeset/plenty-doodles-train.md

-7
This file was deleted.

.changeset/slimy-pots-press.md

-5
This file was deleted.

packages/sku/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# sku
22

3+
## 14.3.0
4+
5+
### Minor Changes
6+
7+
- `vite (start|start-ssr)`: Open default browser on server start ([#1223](https://github.com/seek-oss/sku/pull/1223))
8+
9+
- `vite start`: Enable `devServerMiddleware` for vite projects ([#1225](https://github.com/seek-oss/sku/pull/1225))
10+
11+
- Support root resolution of `.jsx` and `.cjs` files ([#1219](https://github.com/seek-oss/sku/pull/1219))
12+
13+
- `setup-hosts` ipv6 hosts are now added alongside their ipv4 counterpart ([#1221](https://github.com/seek-oss/sku/pull/1221))
14+
15+
### Patch Changes
16+
17+
- `vite`: Ensure bundled pre-render entrypoint has a consistent name, regardless of the configured ([#1216](https://github.com/seek-oss/sku/pull/1216))
18+
`renderEntry`
19+
- `vite`: Change render entrypoint file `api` to match that of `webpack` rendering ([#1222](https://github.com/seek-oss/sku/pull/1222))
20+
21+
- Re-order root resolution file extensions in order of most common to least common file types ([#1219](https://github.com/seek-oss/sku/pull/1219))
22+
23+
Files with no extension will now be resolved in the following order: `.ts` -> `.tsx` -> `.mts` -> `.cts` -> `.js` -> `.jsx` -> `.mjs` -> `.cjs` -> `.json`
24+
325
## 14.2.0
426

527
### Minor Changes

packages/sku/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sku",
3-
"version": "14.2.0",
3+
"version": "14.3.0",
44
"description": "Front-end development toolkit, powered by Webpack, Babel, Vanilla Extract and Jest",
55
"types": "./dist/index.d.ts",
66
"bin": {

0 commit comments

Comments
 (0)