diff --git a/.changeset/cold-nails-film.md b/.changeset/cold-nails-film.md deleted file mode 100644 index 9dfd189..0000000 --- a/.changeset/cold-nails-film.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@emigrate/plugin-generate-js': patch -'@emigrate/plugin-tools': patch -'@emigrate/cli': patch ---- - -Specify files to include in published NPM package diff --git a/.changeset/healthy-bulldogs-sell.md b/.changeset/healthy-bulldogs-sell.md deleted file mode 100644 index 824c535..0000000 --- a/.changeset/healthy-bulldogs-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@emigrate/cli': minor ---- - -Rename the "emigrate" package to "@emigrate/cli" to mimic other tools diff --git a/.changeset/yellow-students-compare.md b/.changeset/yellow-students-compare.md deleted file mode 100644 index c851311..0000000 --- a/.changeset/yellow-students-compare.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@emigrate/plugin-generate-js': minor -'@emigrate/plugin-tools': minor -'@emigrate/cli': minor ---- - -Simplify plugin interfaces by getting rid of the "type" string, in preparation for having packages that contains multiple different plugins diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 952a72b..cbb9d7c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # emigrate +## 0.3.0 + +### Minor Changes + +- 0b78d5c: Rename the "emigrate" package to "@emigrate/cli" to mimic other tools +- 9f5abf7: Simplify plugin interfaces by getting rid of the "type" string, in preparation for having packages that contains multiple different plugins + +### Patch Changes + +- 3e0ff07: Specify files to include in published NPM package +- Updated dependencies [3e0ff07] +- Updated dependencies [9f5abf7] + - @emigrate/plugin-tools@0.2.0 + ## 0.2.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 33e24cc..d433a5d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/cli", - "version": "0.2.1", + "version": "0.3.0", "publishConfig": { "access": "public" }, diff --git a/packages/plugin-generate-js/CHANGELOG.md b/packages/plugin-generate-js/CHANGELOG.md index dbe1b5b..0f516c5 100644 --- a/packages/plugin-generate-js/CHANGELOG.md +++ b/packages/plugin-generate-js/CHANGELOG.md @@ -1,5 +1,18 @@ # @emigrate/plugin-generate-js +## 0.2.0 + +### Minor Changes + +- 9f5abf7: Simplify plugin interfaces by getting rid of the "type" string, in preparation for having packages that contains multiple different plugins + +### Patch Changes + +- 3e0ff07: Specify files to include in published NPM package +- Updated dependencies [3e0ff07] +- Updated dependencies [9f5abf7] + - @emigrate/plugin-tools@0.2.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/plugin-generate-js/package.json b/packages/plugin-generate-js/package.json index 97e324c..a2a3953 100644 --- a/packages/plugin-generate-js/package.json +++ b/packages/plugin-generate-js/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/plugin-generate-js", - "version": "0.1.1", + "version": "0.2.0", "publishConfig": { "access": "public" }, diff --git a/packages/plugin-tools/CHANGELOG.md b/packages/plugin-tools/CHANGELOG.md index a24fc37..6d2413e 100644 --- a/packages/plugin-tools/CHANGELOG.md +++ b/packages/plugin-tools/CHANGELOG.md @@ -1,5 +1,15 @@ # @emigrate/plugin-tools +## 0.2.0 + +### Minor Changes + +- 9f5abf7: Simplify plugin interfaces by getting rid of the "type" string, in preparation for having packages that contains multiple different plugins + +### Patch Changes + +- 3e0ff07: Specify files to include in published NPM package + ## 0.1.1 ### Patch Changes diff --git a/packages/plugin-tools/package.json b/packages/plugin-tools/package.json index dcf4a25..b1326c9 100644 --- a/packages/plugin-tools/package.json +++ b/packages/plugin-tools/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/plugin-tools", - "version": "0.1.1", + "version": "0.2.0", "publishConfig": { "access": "public" },