diff --git a/.changes/handle-dynamic-schema.md b/.changes/handle-dynamic-schema.md deleted file mode 100644 index b09f930e..00000000 --- a/.changes/handle-dynamic-schema.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@simulacrum/github-api-simulator": patch:bug ---- - -_Possibly breaking_ We incorrectly used the hosted schema with an Enterprise endpoint. Correcting this to default to the hosted endpoint with the hosted schema. Use `apiUrl` and `apiSchema` if there is need to adjust for Enterprise use cases. diff --git a/package-lock.json b/package-lock.json index 2d2e4e68..c966b18f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9472,7 +9472,7 @@ }, "packages/github-api": { "name": "@simulacrum/github-api-simulator", - "version": "0.5.2", + "version": "0.5.3", "license": "Apache-2.0", "dependencies": { "@faker-js/faker": "^9.3.0", diff --git a/packages/github-api/CHANGELOG.md b/packages/github-api/CHANGELOG.md index 32f0eb92..85da23f3 100644 --- a/packages/github-api/CHANGELOG.md +++ b/packages/github-api/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.5.3] + +### Bug Fixes + +- [`e565f7b`](https://github.com/thefrontside/simulacrum/commit/e565f7b9f32390cd18d38001650a9e4c757fd608) *Possibly breaking* We incorrectly used the hosted schema with an Enterprise endpoint. Correcting this to default to the hosted endpoint with the hosted schema. Use `apiUrl` and `apiSchema` if there is need to adjust for Enterprise use cases. + ## \[0.5.2] ### Bug Fixes diff --git a/packages/github-api/package.json b/packages/github-api/package.json index 77e35be0..552e9c59 100644 --- a/packages/github-api/package.json +++ b/packages/github-api/package.json @@ -1,6 +1,6 @@ { "name": "@simulacrum/github-api-simulator", - "version": "0.5.2", + "version": "0.5.3", "private": false, "description": "Provides common functionality to frontend app and plugins.", "license": "Apache-2.0",