Skip to content

Commit 5accc81

Browse files
publish new versions (#348)
Co-authored-by: jbolda <2019387+jbolda@users.noreply.github.com>
1 parent d4f2be5 commit 5accc81

File tree

11 files changed

+37
-25
lines changed

11 files changed

+37
-25
lines changed

.changes/change-pr-345.md

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

.changes/change-pr-349.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## \[0.11.3]
4+
5+
- [`d4f2be5`](https://github.com/thefrontside/simulacrum/commit/d4f2be576503e2fd374b996c26e33682d592e5ac) ([#349](https://github.com/thefrontside/simulacrum/pull/349) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Skip simulator asset minification. Also remove usage of `String.raw`. This was breaking the `/login` view in the Auth0 simulator with the way `tsdown` was escaping the strings.
6+
7+
### Dependencies
8+
9+
- Upgraded to `@simulacrum/foundation-simulator@0.6.1`
10+
311
## \[0.11.2]
412

513
### Bug Fixes

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.2",
3+
"version": "0.11.3",
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.6.0",
43+
"@simulacrum/foundation-simulator": "0.6.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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## \[0.6.1]
4+
5+
- [`d4f2be5`](https://github.com/thefrontside/simulacrum/commit/d4f2be576503e2fd374b996c26e33682d592e5ac) ([#349](https://github.com/thefrontside/simulacrum/pull/349) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Skip simulator asset minification. Also remove usage of `String.raw`. This was breaking the `/login` view in the Auth0 simulator with the way `tsdown` was escaping the strings.
6+
37
## \[0.6.0]
48

59
- [`7dc3615`](https://github.com/thefrontside/simulacrum/commit/7dc36151f5feeb69909800ce5325742541cac642) ([#335](https://github.com/thefrontside/simulacrum/pull/335) by [@cowboyd](https://github.com/thefrontside/simulacrum/../../cowboyd)) Don't explicitly run simulation on "localhost" as the host parameter. This allows responses when addressed via `::1` (ipv6) and `0.0.0.0` in

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.6.0",
3+
"version": "0.6.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## \[0.6.3]
4+
5+
- [`d4f2be5`](https://github.com/thefrontside/simulacrum/commit/d4f2be576503e2fd374b996c26e33682d592e5ac) ([#349](https://github.com/thefrontside/simulacrum/pull/349) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Skip simulator asset minification. Also remove usage of `String.raw`. This was breaking the `/login` view in the Auth0 simulator with the way `tsdown` was escaping the strings.
6+
7+
### Dependencies
8+
9+
- Upgraded to `@simulacrum/foundation-simulator@0.6.1`
10+
311
## \[0.6.2]
412

513
### Bug Fixes

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.2",
3+
"version": "0.6.3",
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.6.0",
46+
"@simulacrum/foundation-simulator": "0.6.1",
4747
"assert-ts": "^0.3.4",
4848
"graphql": "^16.9.0",
4949
"graphql-yoga": "^5.15.1",

packages/server/CHANGELOG.md

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

3+
## \[0.8.0]
4+
5+
- [`d3850c6`](https://github.com/thefrontside/simulacrum/commit/d3850c657ea45c9e67790b63fb4341a95818c664) ([#345](https://github.com/thefrontside/simulacrum/pull/345) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Bump server to `effection` v4. With the tight dependency fitting into an `effection` runtime, bumping with a minor despite no specific breaking changes directly in this package. Additionally, we swapped to `@effectionx/process` and pulled in some other helpers. This was to prevent edge cases which were noted as part of the upgrade.
6+
- [`d4f2be5`](https://github.com/thefrontside/simulacrum/commit/d4f2be576503e2fd374b996c26e33682d592e5ac) ([#349](https://github.com/thefrontside/simulacrum/pull/349) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Skip simulator asset minification. Also remove usage of `String.raw`. This was breaking the `/login` view in the Auth0 simulator with the way `tsdown` was escaping the strings.
7+
38
## \[0.7.2]
49

510
### Bug Fixes

0 commit comments

Comments
 (0)