Skip to content

Commit

Permalink
publish new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolda authored and github-actions[bot] committed Jan 17, 2025
1 parent b99bb74 commit 61ae296
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changes/github-api-fix-bin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/react-dom-in-foundation.md

This file was deleted.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/github-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]`

## \[0.5.0]

### Enhancements
Expand Down
4 changes: 2 additions & 2 deletions packages/github-api/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 61ae296

Please sign in to comment.