diff --git a/.changeset/mean-birds-kick.md b/.changeset/mean-birds-kick.md deleted file mode 100644 index 25e1db6f..00000000 --- a/.changeset/mean-birds-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@crackle/core': patch ---- - -Update dependencies diff --git a/bootstrap/package.json b/bootstrap/package.json index 8e3a35da..acbffaf4 100644 --- a/bootstrap/package.json +++ b/bootstrap/package.json @@ -5,6 +5,6 @@ "crackle-bootstrap": "bin.js" }, "dependencies": { - "@crackle/cli": "0.15.3" + "@crackle/cli": "0.15.4" } } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index bb81724a..4feb40db 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @crackle/cli +## 0.15.5 + +### Patch Changes + +- Updated dependencies [[`9993725`](https://github.com/seek-oss/crackle/commit/9993725ca4af0d51ba1665864552581ffb85a734)]: + - @crackle/core@0.33.4 + ## 0.15.4 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 4ffd697c..a2ef93d0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@crackle/cli", - "version": "0.15.4", + "version": "0.15.5", "repository": { "type": "git", "url": "https://github.com/seek-oss/crackle.git", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5184f95e..5c0899af 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @crackle/core +## 0.33.4 + +### Patch Changes + +- [#200](https://github.com/seek-oss/crackle/pull/200) [`9993725`](https://github.com/seek-oss/crackle/commit/9993725ca4af0d51ba1665864552581ffb85a734) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies + ## 0.33.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 7e9b26a8..01667b3d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@crackle/core", - "version": "0.33.3", + "version": "0.33.4", "repository": { "type": "git", "url": "https://github.com/seek-oss/crackle.git", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b7ea16e7..04a7b126 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -70,8 +70,8 @@ importers: bootstrap: dependencies: '@crackle/cli': - specifier: 0.15.3 - version: 0.15.3(@types/node@20.12.7)(babel-plugin-macros@3.1.0)(terser@5.30.4)(typescript@5.5.4)(webpack@5.91.0) + specifier: 0.15.4 + version: 0.15.4(@types/node@20.12.7)(babel-plugin-macros@3.1.0)(terser@5.30.4)(typescript@5.5.4)(webpack@5.91.0) fixtures/braid-site: dependencies: @@ -1383,8 +1383,8 @@ packages: '@crackle/babel-plugin-remove-exports@0.3.0': resolution: {integrity: sha512-BMWSuQcRq873HWR+mReVqmerZVrA9Wz5lcrafYb8k0GpfAy6Fe9V5pGAY3AhQ1R3KCemMu2NIEnrQQICI0OQUg==} - '@crackle/cli@0.15.3': - resolution: {integrity: sha512-FKjJA77LeQlpKPEw0dh3SamNlTUNJRAXghYGvFS5uRtD5WprGeVb1/BuTxW9tslyuesI3t+7Q5v2gqXUSD+1Tg==} + '@crackle/cli@0.15.4': + resolution: {integrity: sha512-ik+fgu863Us5FmFQYPvGUX4gGyrBlVr81MsYF07vk3dM2bkA3s8NCRUKMmd36kvFY6aQqVE0rM2EYemnZmzrQQ==} hasBin: true '@crackle/core@0.33.3': @@ -8657,7 +8657,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@crackle/cli@0.15.3(@types/node@20.12.7)(babel-plugin-macros@3.1.0)(terser@5.30.4)(typescript@5.5.4)(webpack@5.91.0)': + '@crackle/cli@0.15.4(@types/node@20.12.7)(babel-plugin-macros@3.1.0)(terser@5.30.4)(typescript@5.5.4)(webpack@5.91.0)': dependencies: '@crackle/core': 0.33.3(@types/node@20.12.7)(babel-plugin-macros@3.1.0)(terser@5.30.4)(typescript@5.5.4)(webpack@5.91.0) yargs: 17.7.2