diff --git a/.changeset/clever-paws-bow.md b/.changeset/clever-paws-bow.md deleted file mode 100644 index fe860f12..00000000 --- a/.changeset/clever-paws-bow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@rocket/launch': patch -'@rocket/search': patch ---- - -Reduce the amount of js files in the build by avoiding inline script tags diff --git a/packages/launch/CHANGELOG.md b/packages/launch/CHANGELOG.md index c3e6946c..a751206e 100644 --- a/packages/launch/CHANGELOG.md +++ b/packages/launch/CHANGELOG.md @@ -1,5 +1,11 @@ # @rocket/launch +## 0.4.1 + +### Patch Changes + +- 81edf45: Reduce the amount of js files in the build by avoiding inline script tags + ## 0.4.0 ### Minor Changes diff --git a/packages/launch/package.json b/packages/launch/package.json index c951a943..1e316a9e 100644 --- a/packages/launch/package.json +++ b/packages/launch/package.json @@ -1,6 +1,6 @@ { "name": "@rocket/launch", - "version": "0.4.0", + "version": "0.4.1", "publishConfig": { "access": "public" }, diff --git a/packages/search/CHANGELOG.md b/packages/search/CHANGELOG.md index 5dc51a32..a809d215 100644 --- a/packages/search/CHANGELOG.md +++ b/packages/search/CHANGELOG.md @@ -1,5 +1,11 @@ # @rocket/search +## 0.3.4 + +### Patch Changes + +- 81edf45: Reduce the amount of js files in the build by avoiding inline script tags + ## 0.3.3 ### Patch Changes diff --git a/packages/search/package.json b/packages/search/package.json index d0ed1aab..eca96684 100644 --- a/packages/search/package.json +++ b/packages/search/package.json @@ -1,6 +1,6 @@ { "name": "@rocket/search", - "version": "0.3.3", + "version": "0.3.4", "publishConfig": { "access": "public" },