Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@crackle/babel-plugin-remove-exports@0.4.0
Minor Changes
#226
c369023
Thanks @askoufis! - Update minimum node version to20.18.3
BREAKING CHANGE: Drop support for node versions below
20.18.3
@crackle/cli@0.16.0
Minor Changes
#226
c369023
Thanks @askoufis! - Update minimum node version to20.18.3
BREAKING CHANGE: Drop support for node versions below
20.18.3
Patch Changes
#213
f8cfe89
Thanks @askoufis! - Fix error when runningcrackle serve
Updated dependencies [
a1b8463
,4738b24
,a1b8463
,4738b24
,a1b8463
,f8cfe89
,c369023
,ae4bf65
,fce462d
]:@crackle/core@0.34.0
Minor Changes
#217
4738b24
Thanks @renovate! -package
: CSS entrypoints are now named after the packageBREAKING CHANGE:
vite
used to bundle CSS into astyle.css
file by default.crackle
would then generate a./dist/style.css
entrypoint for that file. Sincevite@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 namedmy-package
, the entrypoint for the CSS file will be./dist/my-package.css
.Consumers may need to remove the old
./dist/style.css
entrypoint from theirpackage.json
files. Crackle will automatically add the new entrypoint for you.#226
c369023
Thanks @askoufis! - Update minimum node version to20.18.3
BREAKING CHANGE: Drop support for node versions below
20.18.3
Patch Changes
#227
a1b8463
Thanks @askoufis! - Replacebuiltin-modules
dependency with nativebuiltinModules
fromnode:module
#217
4738b24
Thanks @renovate! - Updatevite
dependency to^6.0.0
. Updateesbuild
dependency to^0.25.0
.#227
a1b8463
Thanks @askoufis! - Update various dependencies#227
a1b8463
Thanks @askoufis! - Remove polyfill forstructuredClone
#213
f8cfe89
Thanks @askoufis! - Only render loader during development#208
ae4bf65
Thanks @renovate! - Updatesort-package-json
dependency#224
fce462d
Thanks @renovate! - Update Vanilla Extract dependencies:@vanilla-extract/css@^1.17.1
@vanilla-extract/integration@^8.0.0
@vanilla-extract/vite-plugin@^5.0.0
Updated dependencies [
c369023
]:@crackle/router@0.5.0
Minor Changes
#226
c369023
Thanks @askoufis! - Update minimum node version to20.18.3
BREAKING CHANGE: Drop support for node versions below
20.18.3