Skip to content

Commit db144d3

Browse files
authored
Merge pull request #110 from thefrontside/release
Publish New Versions
2 parents 6dcf9a7 + fe4b546 commit db144d3

File tree

10 files changed

+50
-28
lines changed

10 files changed

+50
-28
lines changed

.changes/bare-export-person-scenario.md

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

.changes/email-typo.md

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

.changes/error.md

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

examples/nextjs-with-auth0-react/CHANGELOG.md

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

3+
## \[0.1.3]
4+
5+
- Fix bug where person scenario was not passing parameters down
6+
- Bumped due to a bump in @simulacrum/auth0-simulator.
7+
- [cfe6862](https://github.com/thefrontside/simulacrum/commit/cfe68622e3609336e0cde6ea40c3d144710c3734) Transparently pass through person scenario on 2021-08-05
8+
- fix malformed token that had `mail` field, not `email` field
9+
- Bumped due to a bump in @simulacrum/auth0-simulator.
10+
- [da75afd](https://github.com/thefrontside/simulacrum/commit/da75afdd0b5c47901e05ae7df5a4f968d0d2d613) add changefile on 2021-08-05
11+
- Add a `debug` option to server that will log errors when
12+
createSimulation() fails
13+
- Bumped due to a bump in @simulacrum/auth0-simulator.
14+
- [7db8e11](https://github.com/thefrontside/simulacrum/commit/7db8e110f5d262f37d7dbf670d10a98cfe29f066) add changeset on 2021-07-15
15+
- [c2525dc](https://github.com/thefrontside/simulacrum/commit/c2525dcab303cc37a638c7cefe180ef9926ab9ee) remove redundant task.halt from logging effect on 2021-07-27
16+
- [6c2f83e](https://github.com/thefrontside/simulacrum/commit/6c2f83e5b183906a0a45ec6f3b8c8b06369dbfdb) add description to change file on 2021-07-30
17+
318
## \[0.1.2]
419

520
- rollback effection to beta-5.

examples/nextjs-with-auth0-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum-examples/nextjs-with-auth0-react",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"private": true,
55
"scripts": {
66
"standup": "npm run sim & npm run dev",
@@ -21,7 +21,7 @@
2121
"react-dom": "17.0.2"
2222
},
2323
"devDependencies": {
24-
"@simulacrum/auth0-simulator": "0.2.1",
24+
"@simulacrum/auth0-simulator": "0.2.2",
2525
"@simulacrum/client": "0.5.0",
2626
"@simulacrum/server": "0.3.1",
2727
"@types/react": "17.0.14",

examples/nextjs-with-nextjs-auth0/CHANGELOG.md

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

3+
## \[0.0.4]
4+
5+
- Fix bug where person scenario was not passing parameters down
6+
- Bumped due to a bump in @simulacrum/auth0-simulator.
7+
- [cfe6862](https://github.com/thefrontside/simulacrum/commit/cfe68622e3609336e0cde6ea40c3d144710c3734) Transparently pass through person scenario on 2021-08-05
8+
- fix malformed token that had `mail` field, not `email` field
9+
- Bumped due to a bump in @simulacrum/auth0-simulator.
10+
- [da75afd](https://github.com/thefrontside/simulacrum/commit/da75afdd0b5c47901e05ae7df5a4f968d0d2d613) add changefile on 2021-08-05
11+
- Add a `debug` option to server that will log errors when
12+
createSimulation() fails
13+
- Bumped due to a bump in @simulacrum/auth0-simulator.
14+
- [7db8e11](https://github.com/thefrontside/simulacrum/commit/7db8e110f5d262f37d7dbf670d10a98cfe29f066) add changeset on 2021-07-15
15+
- [c2525dc](https://github.com/thefrontside/simulacrum/commit/c2525dcab303cc37a638c7cefe180ef9926ab9ee) remove redundant task.halt from logging effect on 2021-07-27
16+
- [6c2f83e](https://github.com/thefrontside/simulacrum/commit/6c2f83e5b183906a0a45ec6f3b8c8b06369dbfdb) add description to change file on 2021-07-30
17+
318
## \[0.0.3]
419

520
- rollback effection to beta-5.

examples/nextjs-with-nextjs-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-examples/nextjs-with-nextjs-auth0",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"private": true,
55
"scripts": {
66
"sim": "node ./simulator-server.mjs",
@@ -21,7 +21,7 @@
2121
"react-dom": "17.0.2"
2222
},
2323
"devDependencies": {
24-
"@simulacrum/auth0-simulator": "0.2.1",
24+
"@simulacrum/auth0-simulator": "0.2.2",
2525
"@simulacrum/client": "0.5.0",
2626
"@simulacrum/server": "0.3.1",
2727
"@types/react": "17.0.14",

package-lock.json

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

3+
## \[0.2.2]
4+
5+
- Fix bug where person scenario was not passing parameters down
6+
- [cfe6862](https://github.com/thefrontside/simulacrum/commit/cfe68622e3609336e0cde6ea40c3d144710c3734) Transparently pass through person scenario on 2021-08-05
7+
- fix malformed token that had `mail` field, not `email` field
8+
- [da75afd](https://github.com/thefrontside/simulacrum/commit/da75afdd0b5c47901e05ae7df5a4f968d0d2d613) add changefile on 2021-08-05
9+
- Add a `debug` option to server that will log errors when
10+
createSimulation() fails
11+
- [7db8e11](https://github.com/thefrontside/simulacrum/commit/7db8e110f5d262f37d7dbf670d10a98cfe29f066) add changeset on 2021-07-15
12+
- [c2525dc](https://github.com/thefrontside/simulacrum/commit/c2525dcab303cc37a638c7cefe180ef9926ab9ee) remove redundant task.halt from logging effect on 2021-07-27
13+
- [6c2f83e](https://github.com/thefrontside/simulacrum/commit/6c2f83e5b183906a0a45ec6f3b8c8b06369dbfdb) add description to change file on 2021-07-30
14+
315
## \[0.2.1]
416

517
- rollback effection to beta-5.

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.2.1",
3+
"version": "0.2.2",
44
"description": "Simulate Auth0",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)