Skip to content

Commit 253b463

Browse files
publish new versions (#206)
Co-authored-by: dagda1 <dagda1@users.noreply.github.com>
1 parent 6b0c7d1 commit 253b463

File tree

10 files changed

+31
-12
lines changed

10 files changed

+31
-12
lines changed

.changes/client.md

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

examples/nextjs/auth0-react/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.1.12]
4+
5+
- add missing @simulacrum/client to auth0 package
6+
- Bumped due to a bump in @simulacrum/auth0-simulator.
7+
- [6b0c7d1](https://github.com/thefrontside/simulacrum/commit/6b0c7d1cdca0f19455b5e9017216520bcae06ff2) add missing @simulacrum/client to auth0 package ([#205](https://github.com/thefrontside/simulacrum/pull/205)) on 2022-04-20
8+
39
## \[0.1.11]
410

511
- Add cosmiconfig as a dependency to the auth0-simulator

examples/nextjs/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.11",
3+
"version": "0.1.12",
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.6.1",
24+
"@simulacrum/auth0-simulator": "0.6.2",
2525
"@simulacrum/client": "0.5.4",
2626
"@simulacrum/server": "0.6.0",
2727
"@types/react": "17.0.37",

examples/nextjs/nextjs-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.0.13]
4+
5+
- add missing @simulacrum/client to auth0 package
6+
- Bumped due to a bump in @simulacrum/auth0-simulator.
7+
- [6b0c7d1](https://github.com/thefrontside/simulacrum/commit/6b0c7d1cdca0f19455b5e9017216520bcae06ff2) add missing @simulacrum/client to auth0 package ([#205](https://github.com/thefrontside/simulacrum/pull/205)) on 2022-04-20
8+
39
## \[0.0.12]
410

511
- Add cosmiconfig as a dependency to the auth0-simulator

examples/nextjs/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.12",
3+
"version": "0.0.13",
44
"private": true,
55
"scripts": {
66
"standup": "npm run sim & npm run dev",
@@ -22,7 +22,7 @@
2222
"react-dom": "17.0.2"
2323
},
2424
"devDependencies": {
25-
"@simulacrum/auth0-simulator": "0.6.1",
25+
"@simulacrum/auth0-simulator": "0.6.2",
2626
"@simulacrum/client": "0.5.4",
2727
"@simulacrum/server": "0.6.0",
2828
"@types/react": "17.0.37",

integrations/cypress/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.6.2]
4+
5+
- add missing @simulacrum/client to auth0 package
6+
- Bumped due to a bump in @simulacrum/auth0-simulator.
7+
- [6b0c7d1](https://github.com/thefrontside/simulacrum/commit/6b0c7d1cdca0f19455b5e9017216520bcae06ff2) add missing @simulacrum/client to auth0 package ([#205](https://github.com/thefrontside/simulacrum/pull/205)) on 2022-04-20
8+
39
## \[0.6.1]
410

511
- Add cosmiconfig as a dependency to the auth0-simulator

integrations/cypress/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-cypress",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Cypress simulacrum commands",
55
"main": "dist/support/index.js",
66
"types": "dist/support/index.d.ts",

package-lock.json

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

packages/auth0/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.6.2]
4+
5+
- add missing @simulacrum/client to auth0 package
6+
- [6b0c7d1](https://github.com/thefrontside/simulacrum/commit/6b0c7d1cdca0f19455b5e9017216520bcae06ff2) add missing @simulacrum/client to auth0 package ([#205](https://github.com/thefrontside/simulacrum/pull/205)) on 2022-04-20
7+
38
## \[0.6.1]
49

510
- Add cosmiconfig as a dependency to the auth0-simulator

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.6.1",
3+
"version": "0.6.2",
44
"description": "Run local instance of Auth0 API for local development and integration testing",
55
"main": "dist/index.js",
66
"bin": "bin/index.js",

0 commit comments

Comments
 (0)