Skip to content

Commit 5b69340

Browse files
Version Packages
1 parent 64a5198 commit 5b69340

12 files changed

+43
-48
lines changed

.changeset/forty-oranges-live.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/long-feet-teach.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/nice-sheep-search.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/polite-pandas-raise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twelve-berries-reflect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-snails-smoke.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"crackle-bootstrap": "bin.js"
66
},
77
"dependencies": {
8-
"@crackle/cli": "0.15.4"
8+
"@crackle/cli": "0.15.5"
99
}
1010
}

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @crackle/cli
22

3+
## 0.15.6
4+
5+
### Patch Changes
6+
7+
- [#213](https://github.com/seek-oss/crackle/pull/213) [`f8cfe89`](https://github.com/seek-oss/crackle/commit/f8cfe899dcecbb92fd3c5d248715e7a2834a1411) Thanks [@askoufis](https://github.com/askoufis)! - Fix error when running `crackle serve`
8+
9+
- Updated dependencies [[`4738b24`](https://github.com/seek-oss/crackle/commit/4738b244629bcac3b064288f46cd88d5f6113015), [`4738b24`](https://github.com/seek-oss/crackle/commit/4738b244629bcac3b064288f46cd88d5f6113015), [`f8cfe89`](https://github.com/seek-oss/crackle/commit/f8cfe899dcecbb92fd3c5d248715e7a2834a1411), [`ae4bf65`](https://github.com/seek-oss/crackle/commit/ae4bf655549df4dad3730a768d793931cff97ae9), [`fce462d`](https://github.com/seek-oss/crackle/commit/fce462daa2d21d2d76ace5a98d91572bb5bb8048)]:
10+
- @crackle/core@0.34.0
11+
312
## 0.15.5
413

514
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crackle/cli",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/seek-oss/crackle.git",

packages/core/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# @crackle/core
22

3+
## 0.34.0
4+
5+
### Minor Changes
6+
7+
- [#217](https://github.com/seek-oss/crackle/pull/217) [`4738b24`](https://github.com/seek-oss/crackle/commit/4738b244629bcac3b064288f46cd88d5f6113015) Thanks [@renovate](https://github.com/apps/renovate)! - `package`: CSS entrypoints are now named after the package
8+
9+
BREAKING CHANGE:
10+
11+
`vite` used to bundle CSS into a `style.css` file by default. `crackle` would then generate a `./dist/style.css` entrypoint for that file. Since `vite@6`, CSS is now bunled into a file named after the package. This means that the entrypoint for bundled CSS files is now named after the package. For example, if your package is named `my-package`, the entrypoint for the CSS file will be `./dist/my-package.css`.
12+
13+
Consumers may need to remove the old `./dist/style.css` entrypoint from their `package.json` files. Crackle will automatically add the new entrypoint for you.
14+
15+
### Patch Changes
16+
17+
- [#217](https://github.com/seek-oss/crackle/pull/217) [`4738b24`](https://github.com/seek-oss/crackle/commit/4738b244629bcac3b064288f46cd88d5f6113015) Thanks [@renovate](https://github.com/apps/renovate)! - Update `vite` dependency to `^6.0.0`. Update `esbuild` dependency to `^0.25.0`.
18+
19+
- [#213](https://github.com/seek-oss/crackle/pull/213) [`f8cfe89`](https://github.com/seek-oss/crackle/commit/f8cfe899dcecbb92fd3c5d248715e7a2834a1411) Thanks [@askoufis](https://github.com/askoufis)! - Only render loader during development
20+
21+
- [#208](https://github.com/seek-oss/crackle/pull/208) [`ae4bf65`](https://github.com/seek-oss/crackle/commit/ae4bf655549df4dad3730a768d793931cff97ae9) Thanks [@renovate](https://github.com/apps/renovate)! - Update `sort-package-json` dependency
22+
23+
- [#224](https://github.com/seek-oss/crackle/pull/224) [`fce462d`](https://github.com/seek-oss/crackle/commit/fce462daa2d21d2d76ace5a98d91572bb5bb8048) Thanks [@renovate](https://github.com/apps/renovate)! - Update Vanilla Extract dependencies:
24+
25+
- `@vanilla-extract/css@^1.17.1`
26+
- `@vanilla-extract/integration@^8.0.0`
27+
- `@vanilla-extract/vite-plugin@^5.0.0`
28+
329
## 0.33.4
430

531
### Patch Changes

0 commit comments

Comments
 (0)