Skip to content

Commit 1b8deac

Browse files
authored
Merge pull request #307 from thefrontside/release
Publish New Versions
2 parents 285869a + 2591e23 commit 1b8deac

File tree

9 files changed

+26
-18
lines changed

9 files changed

+26
-18
lines changed

.changes/auth0-migration-to-foundation.md

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

.changes/foundation-ssl-cert.md

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

package-lock.json

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

3+
## \[0.10.0]
4+
5+
### Enhancements
6+
7+
- [`2a51566`](https://github.com/thefrontside/simulacrum/commit/2a5156698652f9a4ae206d0e0a9b379c140ff0b0) Rebuild Auth0 Simulator on top of the Foundation simulator. This simplifies the configuration required to run it. It also provides some flexibility for the future in handling the data store, and building out other APIs.
8+
39
## \[0.9.0]
410

511
- Add the `refresh_token` flow

packages/auth0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum/auth0-simulator",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Run local instance of Auth0 API for local development and integration testing",
55
"main": "dist/index.js",
66
"bin": "bin/start.js",

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.0]
4+
5+
### New Features
6+
7+
- [`774c860`](https://github.com/thefrontside/simulacrum/commit/774c860d91896c1cfdad64b283dcab836b57441d) Now allows setting the server as https with a certificate applied in the home directory. Use the `protocol` to enable the search for the SSL certificate.
8+
39
## \[0.3.1]
410

511
### 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.3.1",
3+
"version": "0.4.0",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[0.5.6]
4+
5+
### Dependencies
6+
7+
- Upgraded to `@simulacrum/foundation-simulator@0.4.0`
8+
39
## \[0.5.5]
410

511
### 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.5.5",
3+
"version": "0.5.6",
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.3.1",
46+
"@simulacrum/foundation-simulator": "0.4.0",
4747
"assert-ts": "^0.3.4",
4848
"graphql": "^16.9.0",
4949
"graphql-yoga": "^5.10.4",

0 commit comments

Comments
 (0)