Skip to content

Commit

Permalink
publish new versions (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: cowboyd <[email protected]>
  • Loading branch information
frontsidejack and cowboyd authored Oct 12, 2022
1 parent d90e257 commit f9fb3fa
Show file tree
Hide file tree
Showing 15 changed files with 54 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changes/auth0-standalone.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/more-null-logging-status.md

This file was deleted.

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

## \[0.1.14]

- now exports a `createAuth0Server` operation which can be used directly without
starting a Simulacrum server
- Bumped due to a bump in @simulacrum/auth0-simulator.
- [875def0](https://github.com/thefrontside/simulacrum/commit/875def0277a9c6d6d1f5ea05d8dbffcfcc65d1a2) Add change entry on 2022-10-01

## \[0.1.13]

- The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.
Expand Down
6 changes: 3 additions & 3 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.13",
"version": "0.1.14",
"private": true,
"scripts": {
"standup": "npm run sim & npm run dev",
Expand All @@ -21,9 +21,9 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@simulacrum/auth0-simulator": "0.6.3",
"@simulacrum/auth0-simulator": "0.7.0",
"@simulacrum/client": "0.5.4",
"@simulacrum/server": "0.6.1",
"@simulacrum/server": "0.6.2",
"@types/react": "17.0.37",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1",
Expand Down
7 changes: 7 additions & 0 deletions examples/nextjs/nextjs-auth0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[0.0.15]

- now exports a `createAuth0Server` operation which can be used directly without
starting a Simulacrum server
- Bumped due to a bump in @simulacrum/auth0-simulator.
- [875def0](https://github.com/thefrontside/simulacrum/commit/875def0277a9c6d6d1f5ea05d8dbffcfcc65d1a2) Add change entry on 2022-10-01

## \[0.0.14]

- The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.
Expand Down
6 changes: 3 additions & 3 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.14",
"version": "0.0.15",
"private": true,
"scripts": {
"standup": "npm run sim & npm run dev",
Expand All @@ -22,9 +22,9 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@simulacrum/auth0-simulator": "0.6.3",
"@simulacrum/auth0-simulator": "0.7.0",
"@simulacrum/client": "0.5.4",
"@simulacrum/server": "0.6.1",
"@simulacrum/server": "0.6.2",
"@types/react": "17.0.37",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1",
Expand Down
7 changes: 7 additions & 0 deletions integrations/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[0.6.4]

- now exports a `createAuth0Server` operation which can be used directly without
starting a Simulacrum server
- Bumped due to a bump in @simulacrum/auth0-simulator.
- [875def0](https://github.com/thefrontside/simulacrum/commit/875def0277a9c6d6d1f5ea05d8dbffcfcc65d1a2) Add change entry on 2022-10-01

## \[0.6.3]

- The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.
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.3",
"version": "0.6.4",
"description": "Cypress simulacrum commands",
"main": "dist/support/index.js",
"types": "dist/support/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

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

## \[0.7.0]

- now exports a `createAuth0Server` operation which can be used directly without
starting a Simulacrum server
- [875def0](https://github.com/thefrontside/simulacrum/commit/875def0277a9c6d6d1f5ea05d8dbffcfcc65d1a2) Add change entry on 2022-10-01

## \[0.6.3]

- The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.
Expand Down
4 changes: 2 additions & 2 deletions packages/auth0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simulacrum/auth0-simulator",
"version": "0.6.3",
"version": "0.7.0",
"description": "Run local instance of Auth0 API for local development and integration testing",
"main": "dist/index.js",
"bin": "bin/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@effection/process": "^2.0.1",
"@simulacrum/client": "0.5.4",
"@simulacrum/server": "0.6.1",
"@simulacrum/server": "0.6.2",
"@types/faker": "^5.1.7",
"assert-ts": "^0.3.2",
"base64-url": "^2.3.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/ldap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[0.5.3]

- The simulation server can return null events on shutdown, and the logger did not consider this. The previous patch fixed a single instance. This addresses the remaining three instances by checking for undefined within the filter.
- Bumped due to a bump in @simulacrum/server.
- [7a3b87a](https://github.com/thefrontside/simulacrum/commit/7a3b87aeea69128f9dff04d6a99a52b5d58d08fa) simulation filter may include null, include check on 2022-09-19

## \[0.5.2]

- The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.
Expand Down
2 changes: 1 addition & 1 deletion packages/ldap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simulacrum/ldap-simulator",
"version": "0.5.2",
"version": "0.5.3",
"description": "Run local LDAP server with specific users for local development and integration testing",
"main": "dist/index.js",
"bin": "bin/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[0.6.2]

- The simulation server can return null events on shutdown, and the logger did not consider this. The previous patch fixed a single instance. This addresses the remaining three instances by checking for undefined within the filter.
- [7a3b87a](https://github.com/thefrontside/simulacrum/commit/7a3b87aeea69128f9dff04d6a99a52b5d58d08fa) simulation filter may include null, include check on 2022-09-19

## \[0.6.1]

- The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simulacrum/server",
"version": "0.6.1",
"version": "0.6.2",
"description": "A server containing simulation state, and the control API to manipulate it",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit f9fb3fa

Please sign in to comment.