From 61ae296bc343b6c75793054299e600b7239b06cb Mon Sep 17 00:00:00 2001 From: jbolda <2019387+jbolda@users.noreply.github.com> Date: Fri, 17 Jan 2025 22:23:28 +0000 Subject: [PATCH] publish new versions --- .changes/github-api-fix-bin.md | 5 ----- .changes/react-dom-in-foundation.md | 5 ----- package-lock.json | 6 +++--- packages/foundation/CHANGELOG.md | 6 ++++++ packages/foundation/package.json | 2 +- packages/github-api/CHANGELOG.md | 10 ++++++++++ packages/github-api/package.json | 4 ++-- 7 files changed, 22 insertions(+), 16 deletions(-) delete mode 100644 .changes/github-api-fix-bin.md delete mode 100644 .changes/react-dom-in-foundation.md diff --git a/.changes/github-api-fix-bin.md b/.changes/github-api-fix-bin.md deleted file mode 100644 index 0ea4cd27..00000000 --- a/.changes/github-api-fix-bin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@simulacrum/github-api-simulator": patch:bug ---- - -The bin file was not specified so running with `npx` directly was broken. diff --git a/.changes/react-dom-in-foundation.md b/.changes/react-dom-in-foundation.md deleted file mode 100644 index 9e3aec69..00000000 --- a/.changes/react-dom-in-foundation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@simulacrum/foundation-simulator": patch:bug ---- - -Due to upstream dep requirements, the `react-redux` depends on `react-dom`. Including it as a dependency to resolve this issue, but we will work to remove it from the dependency chain as that code path is not utilized in this library. diff --git a/package-lock.json b/package-lock.json index 4de4c921..d22c1e10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9356,7 +9356,7 @@ }, "packages/foundation": { "name": "@simulacrum/foundation-simulator", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "ajv-formats": "^3.0.1", @@ -9472,11 +9472,11 @@ }, "packages/github-api": { "name": "@simulacrum/github-api-simulator", - "version": "0.5.0", + "version": "0.5.1", "license": "Apache-2.0", "dependencies": { "@faker-js/faker": "^9.3.0", - "@simulacrum/foundation-simulator": "0.2.0", + "@simulacrum/foundation-simulator": "0.2.1", "assert-ts": "^0.3.4", "graphql": "^16.9.0", "graphql-yoga": "^5.10.4", diff --git a/packages/foundation/CHANGELOG.md b/packages/foundation/CHANGELOG.md index 95d88932..85e64c29 100644 --- a/packages/foundation/CHANGELOG.md +++ b/packages/foundation/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.2.1] + +### Bug Fixes + +- [`6a6fc71`](https://github.com/thefrontside/simulacrum/commit/6a6fc716cfdb7ae50baea6504e25c389acbeeb8f) Due to upstream dep requirements, the `react-redux` depends on `react-dom`. Including it as a dependency to resolve this issue, but we will work to remove it from the dependency chain as that code path is not utilized in this library. + ## \[0.2.0] ### New Features diff --git a/packages/foundation/package.json b/packages/foundation/package.json index 35bbad3a..d7ffeff0 100644 --- a/packages/foundation/package.json +++ b/packages/foundation/package.json @@ -1,6 +1,6 @@ { "name": "@simulacrum/foundation-simulator", - "version": "0.2.0", + "version": "0.2.1", "description": "Base simulator to build simulators for integration testing.", "author": "Frontside Engineering ", "license": "MIT", diff --git a/packages/github-api/CHANGELOG.md b/packages/github-api/CHANGELOG.md index 62cd69b2..59c88661 100644 --- a/packages/github-api/CHANGELOG.md +++ b/packages/github-api/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## \[0.5.1] + +### Bug Fixes + +- [`2741f00`](https://github.com/thefrontside/simulacrum/commit/2741f00faef7d7ac0af317261699e7b98cf72300) The bin file was not specified so running with `npx` directly was broken. + +### Dependencies + +- Upgraded to `@simulacrum/foundation-simulator@0.2.1` + ## \[0.5.0] ### Enhancements diff --git a/packages/github-api/package.json b/packages/github-api/package.json index 8c8c9818..255be766 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.0", + "version": "0.5.1", "private": false, "description": "Provides common functionality to frontend app and plugins.", "main": "dist/cjs/index.js", @@ -32,7 +32,7 @@ }, "dependencies": { "@faker-js/faker": "^9.3.0", - "@simulacrum/foundation-simulator": "0.2.0", + "@simulacrum/foundation-simulator": "0.2.1", "assert-ts": "^0.3.4", "graphql": "^16.9.0", "graphql-yoga": "^5.10.4",