Skip to content

Commit

Permalink
Merge pull request #225 from thefrontside/release
Browse files Browse the repository at this point in the history
Publish New Versions
  • Loading branch information
jbolda authored Nov 4, 2022
2 parents f325037 + 5d86e1e commit c22f1fe
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changes/async-rules-running.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.17]

- Async rules were not properly processing and would run as a race condition mutating the `user` and `context` objects. This would mean part of the rule might be applied. This adds some additional wrappers in the rule running to properly handle and `await` on async code.
- Bumped due to a bump in @simulacrum/auth0-simulator.
- [013b5db](https://github.com/thefrontside/simulacrum/commit/013b5dbf12d1995efe1fb6fba90b55d3fe05f523) change file on 2022-11-03

## \[0.1.16]

- export `createAuth0Server` operation for running Auth0 server standalone.
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.16",
"version": "0.1.17",
"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.0",
"@simulacrum/auth0-simulator": "0.8.1",
"@simulacrum/client": "0.5.4",
"@simulacrum/server": "0.6.2",
"@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.18]

- Async rules were not properly processing and would run as a race condition mutating the `user` and `context` objects. This would mean part of the rule might be applied. This adds some additional wrappers in the rule running to properly handle and `await` on async code.
- Bumped due to a bump in @simulacrum/auth0-simulator.
- [013b5db](https://github.com/thefrontside/simulacrum/commit/013b5dbf12d1995efe1fb6fba90b55d3fe05f523) change file on 2022-11-03

## \[0.0.17]

- export `createAuth0Server` operation for running Auth0 server standalone.
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.17",
"version": "0.0.18",
"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.0",
"@simulacrum/auth0-simulator": "0.8.1",
"@simulacrum/client": "0.5.4",
"@simulacrum/server": "0.6.2",
"@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.7]

- Async rules were not properly processing and would run as a race condition mutating the `user` and `context` objects. This would mean part of the rule might be applied. This adds some additional wrappers in the rule running to properly handle and `await` on async code.
- Bumped due to a bump in @simulacrum/auth0-simulator.
- [013b5db](https://github.com/thefrontside/simulacrum/commit/013b5dbf12d1995efe1fb6fba90b55d3fe05f523) change file on 2022-11-03

## \[0.6.6]

- export `createAuth0Server` operation for running Auth0 server standalone.
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.6",
"version": "0.6.7",
"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.8.1]

- Async rules were not properly processing and would run as a race condition mutating the `user` and `context` objects. This would mean part of the rule might be applied. This adds some additional wrappers in the rule running to properly handle and `await` on async code.
- [013b5db](https://github.com/thefrontside/simulacrum/commit/013b5dbf12d1995efe1fb6fba90b55d3fe05f523) change file on 2022-11-03

## \[0.8.0]

- export `createAuth0Server` operation for running Auth0 server standalone.
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.0",
"version": "0.8.1",
"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 c22f1fe

Please sign in to comment.