Skip to content

Commit

Permalink
publish new versions (#253)
Browse files Browse the repository at this point in the history
Co-authored-by: dagda1 <[email protected]>
  • Loading branch information
frontsidejack and dagda1 committed Feb 11, 2023
1 parent 7e4e918 commit 2f8afd3
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .changes/refresh_token.md

This file was deleted.

6 changes: 6 additions & 0 deletions examples/nextjs/auth0-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[0.1.20]

- Add the `refresh_token` flow
- Bumped due to a bump in @simulacrum/auth0-simulator.
- [7e4e918](https://github.com/thefrontside/simulacrum/commit/7e4e918b83484116021b06eeb0f5407ea3458628) Refresh token ([#252](https://github.com/thefrontside/simulacrum/pull/252)) on 2023-02-11

## \[0.1.19]

- The auth0-simulator `/login/callback` is difficult to inspect. We need the `client_id` passed, but it seems safe to pass the whole `wctx` object as query strings.
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs/auth0-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simulacrum-examples/nextjs-with-auth0-react",
"version": "0.1.19",
"version": "0.1.20",
"private": true,
"scripts": {
"standup": "npm run sim & npm run dev",
Expand All @@ -21,7 +21,7 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@simulacrum/auth0-simulator": "0.8.3",
"@simulacrum/auth0-simulator": "0.9.0",
"@simulacrum/client": "0.5.4",
"@simulacrum/server": "0.6.3",
"@types/react": "17.0.37",
Expand Down
6 changes: 6 additions & 0 deletions examples/nextjs/nextjs-auth0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[0.0.21]

- Add the `refresh_token` flow
- Bumped due to a bump in @simulacrum/auth0-simulator.
- [7e4e918](https://github.com/thefrontside/simulacrum/commit/7e4e918b83484116021b06eeb0f5407ea3458628) Refresh token ([#252](https://github.com/thefrontside/simulacrum/pull/252)) on 2023-02-11

## \[0.0.20]

- The auth0-simulator `/login/callback` is difficult to inspect. We need the `client_id` passed, but it seems safe to pass the whole `wctx` object as query strings.
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs/nextjs-auth0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simulacrum-examples/nextjs-with-nextjs-auth0",
"version": "0.0.20",
"version": "0.0.21",
"private": true,
"scripts": {
"standup": "npm run sim & npm run dev",
Expand All @@ -22,7 +22,7 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@simulacrum/auth0-simulator": "0.8.3",
"@simulacrum/auth0-simulator": "0.9.0",
"@simulacrum/client": "0.5.4",
"@simulacrum/server": "0.6.3",
"@types/react": "17.0.37",
Expand Down
6 changes: 6 additions & 0 deletions integrations/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[0.6.10]

- Add the `refresh_token` flow
- Bumped due to a bump in @simulacrum/auth0-simulator.
- [7e4e918](https://github.com/thefrontside/simulacrum/commit/7e4e918b83484116021b06eeb0f5407ea3458628) Refresh token ([#252](https://github.com/thefrontside/simulacrum/pull/252)) on 2023-02-11

## \[0.6.9]

- The auth0-simulator `/login/callback` is difficult to inspect. We need the `client_id` passed, but it seems safe to pass the whole `wctx` object as query strings.
Expand Down
2 changes: 1 addition & 1 deletion integrations/cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simulacrum/auth0-cypress",
"version": "0.6.9",
"version": "0.6.10",
"description": "Cypress simulacrum commands",
"main": "dist/support/index.js",
"types": "dist/support/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions packages/auth0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[0.9.0]

- Add the `refresh_token` flow
- [7e4e918](https://github.com/thefrontside/simulacrum/commit/7e4e918b83484116021b06eeb0f5407ea3458628) Refresh token ([#252](https://github.com/thefrontside/simulacrum/pull/252)) on 2023-02-11

## \[0.8.3]

- The auth0-simulator `/login/callback` is difficult to inspect. We need the `client_id` passed, but it seems safe to pass the whole `wctx` object as query strings.
Expand Down
2 changes: 1 addition & 1 deletion packages/auth0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simulacrum/auth0-simulator",
"version": "0.8.3",
"version": "0.9.0",
"description": "Run local instance of Auth0 API for local development and integration testing",
"main": "dist/index.js",
"bin": "bin/index.js",
Expand Down

0 comments on commit 2f8afd3

Please sign in to comment.