Skip to content

Commit 8d84b19

Browse files
publish new versions (#334)
Co-authored-by: jbolda <[email protected]>
1 parent 994f0d3 commit 8d84b19

File tree

11 files changed

+45
-25
lines changed

11 files changed

+45
-25
lines changed

.changes/express-stack-sim-log.md

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

.changes/types-version-fix.md

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

package-lock.json

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

packages/auth0/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.11.1]
4+
5+
### Bug Fixes
6+
7+
- [`356bfdd`](https://github.com/thefrontside/simulacrum/commit/356bfddfd55203d0f444922e6fcef087ed461252) Fix `typesVersion` pointing to old directories. Update `tsdown`.
8+
9+
### Dependencies
10+
11+
- Upgraded to `@simulacrum/[email protected]`
12+
313
## \[0.11.0]
414

515
### New Features

packages/auth0/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum/auth0-simulator",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Run local instance of Auth0 API for local development and integration testing",
55
"main": "./dist/index.cjs",
66
"bin": "bin/start.cjs",
@@ -40,7 +40,7 @@
4040
},
4141
"homepage": "https://github.com/thefrontside/simulacrum#readme",
4242
"dependencies": {
43-
"@simulacrum/foundation-simulator": "0.5.0",
43+
"@simulacrum/foundation-simulator": "0.5.1",
4444
"@faker-js/faker": "^9.3.0",
4545
"assert-ts": "^0.3.4",
4646
"base64-url": "^2.3.3",

packages/foundation/CHANGELOG.md

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

3+
## \[0.5.1]
4+
5+
### Bug Fixes
6+
7+
- [`3465b2b`](https://github.com/thefrontside/simulacrum/commit/3465b2be92d47ecc432fe5ecc4a7cc5337c6298c) ([#332](https://github.com/thefrontside/simulacrum/pull/332) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Fix handling of simulation route log for extended routes which changed and broke in the upgrade to express v5. It changed where the nesting of that route information.
8+
- [`356bfdd`](https://github.com/thefrontside/simulacrum/commit/356bfddfd55203d0f444922e6fcef087ed461252) Fix `typesVersion` pointing to old directories. Update `tsdown`.
9+
310
## \[0.5.0]
411

512
### Enhancements

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.5.0",
3+
"version": "0.5.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.6.1]
4+
5+
### Bug Fixes
6+
7+
- [`356bfdd`](https://github.com/thefrontside/simulacrum/commit/356bfddfd55203d0f444922e6fcef087ed461252) Fix `typesVersion` pointing to old directories. Update `tsdown`.
8+
9+
### Dependencies
10+
11+
- Upgraded to `@simulacrum/[email protected]`
12+
313
## \[0.6.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.6.0",
3+
"version": "0.6.1",
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.5.0",
45+
"@simulacrum/foundation-simulator": "0.5.1",
4646
"assert-ts": "^0.3.4",
4747
"graphql": "^16.9.0",
4848
"graphql-yoga": "^5.10.4",

packages/server/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.7.2]
4+
5+
### Bug Fixes
6+
7+
- [`356bfdd`](https://github.com/thefrontside/simulacrum/commit/356bfddfd55203d0f444922e6fcef087ed461252) Fix `typesVersion` pointing to old directories. Update `tsdown`.
8+
39
## \[0.7.1]
410

511
### Enhancements

0 commit comments

Comments
 (0)