Skip to content

Commit 40d8611

Browse files
publish new versions (#310)
Co-authored-by: jbolda <2019387+jbolda@users.noreply.github.com>
1 parent 97cec91 commit 40d8611

File tree

9 files changed

+38
-22
lines changed

9 files changed

+38
-22
lines changed

.changes/auth0-dep-on-foundation.md

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

.changes/bare-index-imports-without-extension.md

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

package-lock.json

Lines changed: 6 additions & 5 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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## \[0.10.1]
4+
5+
### Bug Fixes
6+
7+
- [`dd8a08c`](https://github.com/thefrontside/simulacrum/commit/dd8a08cebc1c527e358d187b1292844bc864b190) Add extensions to all imports including bare `/index` imports. With an updated version of TypeScript, this allowed a build which correctly added extensions to every relative import improving compatibility with Node and file resolution.
8+
9+
### Dependencies
10+
11+
- Upgraded to `@simulacrum/foundation-simulator@0.4.1`
12+
- [`5cfed5e`](https://github.com/thefrontside/simulacrum/commit/5cfed5e28ca154b48d3457fb320c92ec7e521a4b) Add missing dependency on the `@simulacrum/foundation-simulator` and `@faker-js/faker`.
13+
314
## \[0.10.0]
415

516
### Enhancements

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.10.0",
3+
"version": "0.10.1",
44
"description": "Run local instance of Auth0 API for local development and integration testing",
55
"main": "dist/index.js",
66
"bin": "bin/start.js",
@@ -40,7 +40,7 @@
4040
},
4141
"homepage": "https://github.com/thefrontside/simulacrum#readme",
4242
"dependencies": {
43-
"@simulacrum/foundation-simulator": "0.4.0",
43+
"@simulacrum/foundation-simulator": "0.4.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[0.4.1]
4+
5+
### Bug Fixes
6+
7+
- [`dd8a08c`](https://github.com/thefrontside/simulacrum/commit/dd8a08cebc1c527e358d187b1292844bc864b190) Add extensions to all imports including bare `/index` imports. With an updated version of TypeScript, this allowed a build which correctly added extensions to every relative import improving compatibility with Node and file resolution.
8+
39
## \[0.4.0]
410

511
### New Features

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.4.0",
3+
"version": "0.4.1",
44
"description": "Base simulator to build simulators for integration testing.",
55
"author": "Frontside Engineering <engineering@frontside.com>",
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.5.7]
4+
5+
### Bug Fixes
6+
7+
- [`dd8a08c`](https://github.com/thefrontside/simulacrum/commit/dd8a08cebc1c527e358d187b1292844bc864b190) Add extensions to all imports including bare `/index` imports. With an updated version of TypeScript, this allowed a build which correctly added extensions to every relative import improving compatibility with Node and file resolution.
8+
9+
### Dependencies
10+
11+
- Upgraded to `@simulacrum/foundation-simulator@0.4.1`
12+
313
## \[0.5.6]
414

515
### Dependencies

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.5.6",
3+
"version": "0.5.7",
44
"description": "Provides common functionality to frontend app and plugins.",
55
"license": "Apache-2.0",
66
"bugs": {
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@faker-js/faker": "^9.3.0",
46-
"@simulacrum/foundation-simulator": "0.4.0",
46+
"@simulacrum/foundation-simulator": "0.4.1",
4747
"assert-ts": "^0.3.4",
4848
"graphql": "^16.9.0",
4949
"graphql-yoga": "^5.10.4",

0 commit comments

Comments
 (0)