Skip to content

Commit 3f91c09

Browse files
authored
Merge pull request #292 from thefrontside/release
Publish New Versions
2 parents b99bb74 + 61ae296 commit 3f91c09

File tree

7 files changed

+22
-16
lines changed

7 files changed

+22
-16
lines changed

.changes/github-api-fix-bin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/react-dom-in-foundation.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/foundation/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[0.2.1]
4+
5+
### Bug Fixes
6+
7+
- [`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.
8+
39
## \[0.2.0]
410

511
### New Features

packages/foundation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum/foundation-simulator",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Base simulator to build simulators for integration testing.",
55
"author": "Frontside Engineering <[email protected]>",
66
"license": "MIT",

packages/github-api/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## \[0.5.1]
4+
5+
### Bug Fixes
6+
7+
- [`2741f00`](https://github.com/thefrontside/simulacrum/commit/2741f00faef7d7ac0af317261699e7b98cf72300) The bin file was not specified so running with `npx` directly was broken.
8+
9+
### Dependencies
10+
11+
- Upgraded to `@simulacrum/[email protected]`
12+
313
## \[0.5.0]
414

515
### Enhancements

packages/github-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum/github-api-simulator",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"private": false,
55
"description": "Provides common functionality to frontend app and plugins.",
66
"main": "dist/cjs/index.js",
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@faker-js/faker": "^9.3.0",
35-
"@simulacrum/foundation-simulator": "0.2.0",
35+
"@simulacrum/foundation-simulator": "0.2.1",
3636
"assert-ts": "^0.3.4",
3737
"graphql": "^16.9.0",
3838
"graphql-yoga": "^5.10.4",

0 commit comments

Comments
 (0)