diff --git a/.changes/refresh_token.md b/.changes/refresh_token.md deleted file mode 100644 index b9fbda23..00000000 --- a/.changes/refresh_token.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -"@simulacrum/auth0-simulator": minor ---- -Add the `refresh_token` flow \ No newline at end of file diff --git a/examples/nextjs/auth0-react/CHANGELOG.md b/examples/nextjs/auth0-react/CHANGELOG.md index 3de564ad..eb8b2de0 100644 --- a/examples/nextjs/auth0-react/CHANGELOG.md +++ b/examples/nextjs/auth0-react/CHANGELOG.md @@ -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. diff --git a/examples/nextjs/auth0-react/package.json b/examples/nextjs/auth0-react/package.json index f4b01bb1..9299d937 100644 --- a/examples/nextjs/auth0-react/package.json +++ b/examples/nextjs/auth0-react/package.json @@ -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", @@ -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", diff --git a/examples/nextjs/nextjs-auth0/CHANGELOG.md b/examples/nextjs/nextjs-auth0/CHANGELOG.md index 26ab75c9..43766395 100644 --- a/examples/nextjs/nextjs-auth0/CHANGELOG.md +++ b/examples/nextjs/nextjs-auth0/CHANGELOG.md @@ -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. diff --git a/examples/nextjs/nextjs-auth0/package.json b/examples/nextjs/nextjs-auth0/package.json index a1d6035b..5a413e0c 100644 --- a/examples/nextjs/nextjs-auth0/package.json +++ b/examples/nextjs/nextjs-auth0/package.json @@ -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", @@ -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", diff --git a/integrations/cypress/CHANGELOG.md b/integrations/cypress/CHANGELOG.md index ae465733..e2b04e9d 100644 --- a/integrations/cypress/CHANGELOG.md +++ b/integrations/cypress/CHANGELOG.md @@ -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. diff --git a/integrations/cypress/package.json b/integrations/cypress/package.json index a3559ab1..a4504e86 100644 --- a/integrations/cypress/package.json +++ b/integrations/cypress/package.json @@ -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", diff --git a/package-lock.json b/package-lock.json index 4ccc5825..fceac6d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12718,7 +12718,7 @@ }, "packages/auth0": { "name": "@simulacrum/auth0-simulator", - "version": "0.8.3", + "version": "0.9.0", "license": "MIT", "dependencies": { "@effection/process": "^2.0.1", diff --git a/packages/auth0/CHANGELOG.md b/packages/auth0/CHANGELOG.md index 27d74390..7ee421ae 100644 --- a/packages/auth0/CHANGELOG.md +++ b/packages/auth0/CHANGELOG.md @@ -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. diff --git a/packages/auth0/package.json b/packages/auth0/package.json index 110ee334..22626c57 100644 --- a/packages/auth0/package.json +++ b/packages/auth0/package.json @@ -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",