diff --git a/.changeset/violet-bananas-own.md b/.changeset/violet-bananas-own.md deleted file mode 100644 index ef89e41..0000000 --- a/.changeset/violet-bananas-own.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@arethetypeswrong/cli": minor -"@arethetypeswrong/core": minor ---- - -add `--entrypoints-legacy` option diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a0857cb..0c08d3c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,16 @@ # @arethetypeswrong/cli +## 0.15.0 + +### Minor Changes + +- ab6cd95: add `--entrypoints-legacy` option + +### Patch Changes + +- Updated dependencies [ab6cd95] + - @arethetypeswrong/core@0.15.0 + ## 0.14.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 4af29ac..62ca428 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/cli", - "version": "0.14.1", + "version": "0.15.0", "description": "A CLI tool for arethetypeswrong.github.io", "author": "Andrew Branch & ej-shafran", "contributors": [ @@ -53,7 +53,7 @@ "typescript": "5.3.3" }, "dependencies": { - "@arethetypeswrong/core": "0.14.1", + "@arethetypeswrong/core": "0.15.0", "chalk": "^4.1.2", "cli-table3": "^0.6.3", "commander": "^10.0.1", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index dc0102a..59f643b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @arethetypeswrong/core +## 0.15.0 + +### Minor Changes + +- ab6cd95: add `--entrypoints-legacy` option + ## 0.14.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 8108f7a..6e03ffd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/core", - "version": "0.14.1", + "version": "0.15.0", "description": "The API behind arethetypeswrong.github.io", "author": "Andrew Branch", "license": "MIT", diff --git a/packages/history/CHANGELOG.md b/packages/history/CHANGELOG.md index 5fd947c..12e5cf7 100644 --- a/packages/history/CHANGELOG.md +++ b/packages/history/CHANGELOG.md @@ -1,5 +1,12 @@ # @arethetypeswrong/history +## 0.6.7 + +### Patch Changes + +- Updated dependencies [ab6cd95] + - @arethetypeswrong/core@0.15.0 + ## 0.6.6 ### Patch Changes diff --git a/packages/history/package.json b/packages/history/package.json index 8fb7642..e72ebbb 100644 --- a/packages/history/package.json +++ b/packages/history/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/history", - "version": "0.6.6", + "version": "0.6.7", "license": "MIT", "author": "Andrew Branch", "repository": { @@ -33,7 +33,7 @@ "prepublishOnly": "pnpm tsc && pnpm generate" }, "dependencies": { - "@arethetypeswrong/core": "0.14.1" + "@arethetypeswrong/core": "0.15.0" }, "devDependencies": { "@arethetypeswrong/core": "file:../core", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3fab41c..87a19f9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,7 +24,7 @@ importers: packages/cli: dependencies: '@arethetypeswrong/core': - specifier: 0.14.1 + specifier: 0.15.0 version: link:../core chalk: specifier: ^4.1.2 @@ -98,7 +98,7 @@ importers: packages/history: dependencies: '@arethetypeswrong/core': - specifier: 0.14.1 + specifier: 0.15.0 version: link:../core devDependencies: '@azure/storage-blob':