Skip to content

Commit

Permalink
Merge pull request #300 from thefrontside/release
Browse files Browse the repository at this point in the history
Publish New Versions
  • Loading branch information
jbolda authored Feb 20, 2025
2 parents 9187998 + 860ea1c commit 6892ff4
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changes/change-default-simulation-helper-page.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fnd-fix-pnpm-resolution.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/gh-simulation-helper-page-moved.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/repo-and-installs-404.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.

10 changes: 10 additions & 0 deletions packages/foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## \[0.3.1]

### Enhancements

- [`0ba82b7`](https://github.com/thefrontside/simulacrum/commit/0ba82b7720f54dbc7faf99a0e2da2ef9212caff5) Add API to pass in a page route for the default simulation helper page. This allows for those services which define a valid route returned at the root.

### Bug Fixes

- [`34ecabd`](https://github.com/thefrontside/simulacrum/commit/34ecabdbb483f494fdff25b2b7a352bdba1079cc) Fix `exports` in `package.json` and `tsconfig.json` with ESM for improved compatibility with `pnpm`.

## \[0.3.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.3.0",
"version": "0.3.1",
"description": "Base simulator to build simulators for integration testing.",
"author": "Frontside Engineering <[email protected]>",
"license": "MIT",
Expand Down
14 changes: 14 additions & 0 deletions packages/github-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## \[0.5.4]

### Enhancements

- [`e920b0d`](https://github.com/thefrontside/simulacrum/commit/e920b0dc4803cd228650f27aa52e693b4d662e43) All existing custom routes, repository and installations endpoints, now return a 404 in cases where there are no associated resources to match the real API functionality.

### Bug Fixes

- [`0ba82b7`](https://github.com/thefrontside/simulacrum/commit/0ba82b7720f54dbc7faf99a0e2da2ef9212caff5) Change the default simulation helper page to `/simulation` to avoid the conflict with the default GitHub route at the root, `/`.

### Dependencies

- Upgraded to `@simulacrum/[email protected]`

## \[0.5.3]

### Bug Fixes
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.3",
"version": "0.5.4",
"description": "Provides common functionality to frontend app and plugins.",
"license": "Apache-2.0",
"bugs": {
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@faker-js/faker": "^9.3.0",
"@simulacrum/foundation-simulator": "0.3.0",
"@simulacrum/foundation-simulator": "0.3.1",
"assert-ts": "^0.3.4",
"graphql": "^16.9.0",
"graphql-yoga": "^5.10.4",
Expand Down

0 comments on commit 6892ff4

Please sign in to comment.