Skip to content

Commit 6892ff4

Browse files
authored
Merge pull request #300 from thefrontside/release
Publish New Versions
2 parents 9187998 + 860ea1c commit 6892ff4

9 files changed

+30
-26
lines changed

.changes/change-default-simulation-helper-page.md

-5
This file was deleted.

.changes/fnd-fix-pnpm-resolution.md

-5
This file was deleted.

.changes/gh-simulation-helper-page-moved.md

-5
This file was deleted.

.changes/repo-and-installs-404.md

-5
This file was deleted.

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/foundation/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## \[0.3.1]
4+
5+
### Enhancements
6+
7+
- [`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.
8+
9+
### Bug Fixes
10+
11+
- [`34ecabd`](https://github.com/thefrontside/simulacrum/commit/34ecabdbb483f494fdff25b2b7a352bdba1079cc) Fix `exports` in `package.json` and `tsconfig.json` with ESM for improved compatibility with `pnpm`.
12+
313
## \[0.3.0]
414

515
### New Features

packages/foundation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum/foundation-simulator",
3-
"version": "0.3.0",
3+
"version": "0.3.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

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## \[0.5.4]
4+
5+
### Enhancements
6+
7+
- [`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.
8+
9+
### Bug Fixes
10+
11+
- [`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, `/`.
12+
13+
### Dependencies
14+
15+
- Upgraded to `@simulacrum/[email protected]`
16+
317
## \[0.5.3]
418

519
### Bug Fixes

packages/github-api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum/github-api-simulator",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Provides common functionality to frontend app and plugins.",
55
"license": "Apache-2.0",
66
"bugs": {
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@faker-js/faker": "^9.3.0",
45-
"@simulacrum/foundation-simulator": "0.3.0",
45+
"@simulacrum/foundation-simulator": "0.3.1",
4646
"assert-ts": "^0.3.4",
4747
"graphql": "^16.9.0",
4848
"graphql-yoga": "^5.10.4",

0 commit comments

Comments
 (0)