diff --git a/.changeset/lazy-rockets-tease.md b/.changeset/lazy-rockets-tease.md deleted file mode 100644 index e3fdac75..00000000 --- a/.changeset/lazy-rockets-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@crackle/core': patch ---- - -Correctly generate import paths in stub entry points for deeply nested entries diff --git a/bootstrap/package.json b/bootstrap/package.json index 2d2c5571..37986347 100644 --- a/bootstrap/package.json +++ b/bootstrap/package.json @@ -5,6 +5,6 @@ "crackle-bootstrap": "bin.js" }, "dependencies": { - "@crackle/cli": "0.15.0" + "@crackle/cli": "0.15.1" } } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2bcad39d..95ab4190 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @crackle/cli +## 0.15.2 + +### Patch Changes + +- Updated dependencies [[`e00526c`](https://github.com/seek-oss/crackle/commit/e00526c0ed1d96aa9d49bcb4fd0623122140b2c8)]: + - @crackle/core@0.33.1 + ## 0.15.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 2f13df6d..e3d2291c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@crackle/cli", - "version": "0.15.1", + "version": "0.15.2", "license": "MIT", "author": "SEEK", "exports": { @@ -39,7 +39,7 @@ "dev": "crackle dev" }, "dependencies": { - "@crackle/core": "^0.33.0", + "@crackle/core": "^0.33.1", "yargs": "^17.6.2" }, "devDependencies": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 229c69a7..cea497d9 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @crackle/core +## 0.33.1 + +### Patch Changes + +- [#184](https://github.com/seek-oss/crackle/pull/184) [`e00526c`](https://github.com/seek-oss/crackle/commit/e00526c0ed1d96aa9d49bcb4fd0623122140b2c8) Thanks [@mrm007](https://github.com/mrm007)! - Correctly generate import paths in stub entry points for deeply nested entries + ## 0.33.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index d0487852..1b592b89 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@crackle/core", - "version": "0.33.0", + "version": "0.33.1", "license": "MIT", "author": "SEEK", "sideEffects": false, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 41733c5c..f3e0fc2b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -72,8 +72,8 @@ importers: bootstrap: dependencies: '@crackle/cli': - specifier: 0.15.0 - version: 0.15.0(typescript@5.3.3)(webpack@5.89.0) + specifier: 0.15.1 + version: 0.15.1(typescript@5.3.3)(webpack@5.89.0) fixtures/braid-site: dependencies: @@ -371,7 +371,7 @@ importers: packages/cli: dependencies: '@crackle/core': - specifier: ^0.33.0 + specifier: ^0.33.1 version: link:../core yargs: specifier: ^17.6.2 @@ -1257,8 +1257,8 @@ packages: - supports-color dev: false - /@crackle/cli@0.15.0(typescript@5.3.3)(webpack@5.89.0): - resolution: {integrity: sha512-t8+Xlm2sJ1ruvXWSyR+1Ijn/xsz705/3UBI64yXQPwVrKZ2fK3BLYY2FpiHjxYfaW4gGa3KDrPf9/1UN8pYPLQ==} + /@crackle/cli@0.15.1(typescript@5.3.3)(webpack@5.89.0): + resolution: {integrity: sha512-M83Yra2xXGOXy3q2OEn21Cb1l13ybjYfA/gGe8lUwt0tnFRmusW6UW2zOCB9KL+HjCobvFa3FNNQTrtuo8dc1Q==} hasBin: true dependencies: '@crackle/core': 0.33.0(typescript@5.3.3)(webpack@5.89.0)