Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish New Versions #292

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading