Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @fakehost/[email protected]
 - @fakehost/[email protected]
 - @fakehost/[email protected]
 - @fakehost/[email protected]
 - @fakehost/[email protected]
 - @fakehost/[email protected]
 - @fakehost/[email protected]
  • Loading branch information
ilikejames committed Oct 4, 2023
1 parent 1de77a6 commit c56f0d1
Show file tree
Hide file tree
Showing 14 changed files with 78 additions and 22 deletions.
8 changes: 8 additions & 0 deletions packages/rest/fake-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.3](https://github.com/ilikejames/fakehost/compare/@fakehost/[email protected]...@fakehost/[email protected]) (2023-10-04)

**Note:** Version bump only for package @fakehost/fake-rest





# [1.0.0-beta.2](https://github.com/ilikejames/fakehost/compare/@fakehost/[email protected]...@fakehost/[email protected]) (2023-10-04)

**Note:** Version bump only for package @fakehost/fake-rest
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/fake-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"react-native",
"mock"
],
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"private": false,
"license": "ISC",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/rest/test-fake-svc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.3](https://github.com/ilikejames/fakehost/compare/@fakehost/[email protected]...@fakehost/[email protected]) (2023-10-04)

**Note:** Version bump only for package @fakehost/rest-test-fake-svc





# [1.0.0-beta.2](https://github.com/ilikejames/fakehost/compare/@fakehost/[email protected]...@fakehost/[email protected]) (2023-10-04)

**Note:** Version bump only for package @fakehost/rest-test-fake-svc
Expand Down
4 changes: 2 additions & 2 deletions packages/rest/test-fake-svc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"react-native",
"mock"
],
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"private": true,
"license": "ISC",
"files": [
Expand All @@ -25,7 +25,7 @@
},
"types": "dist/index.d.ts",
"dependencies": {
"@fakehost/fake-rest": "^1.0.0-beta.2",
"@fakehost/fake-rest": "^1.0.0-beta.3",
"@fakehost/rest-generated-client-api": "^1.0.0-beta.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/signalr/fake-signalr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.3](https://github.com/ilikejames/fakehost/compare/@fakehost/[email protected]...@fakehost/[email protected]) (2023-10-04)

**Note:** Version bump only for package @fakehost/signalr





# [1.0.0-beta.2](https://github.com/ilikejames/fakehost/compare/@fakehost/[email protected]...@fakehost/[email protected]) (2023-10-04)

**Note:** Version bump only for package @fakehost/signalr
Expand Down
4 changes: 2 additions & 2 deletions packages/signalr/fake-signalr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"storybook",
"contact"
],
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"private": false,
"main": "dist/index.cjs",
"type": "module",
Expand Down Expand Up @@ -51,7 +51,7 @@
"license": "MIT",
"dependencies": {
"@fakehost/exchange": "^1.0.0-beta.2",
"@fakehost/fake-rest": "^1.0.0-beta.2",
"@fakehost/fake-rest": "^1.0.0-beta.3",
"@microsoft/signalr-protocol-msgpack": "^7.0.7",
"@msgpack/msgpack": "^2.8.0",
"url": "^0.11.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/signalr/signalr-test-fake-svc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/ilikejames/fakehost/compare/@fakehost/[email protected]...@fakehost/[email protected]) (2023-10-04)

**Note:** Version bump only for package @fakehost/signalr-test-fake-svc





# [1.0.0-beta.3](https://github.com/ilikejames/fakehost/compare/@fakehost/[email protected]...@fakehost/[email protected]) (2023-10-04)

**Note:** Version bump only for package @fakehost/signalr-test-fake-svc
Expand Down
4 changes: 2 additions & 2 deletions packages/signalr/signalr-test-fake-svc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fakehost/signalr-test-fake-svc",
"description": "Fake versions of the local dotnet test service",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"private": true,
"main": "dist/index.cjs",
"type": "module",
Expand All @@ -17,7 +17,7 @@
],
"license": "MIT",
"dependencies": {
"@fakehost/signalr": "^1.0.0-beta.2",
"@fakehost/signalr": "^1.0.0-beta.3",
"@fakehost/signalr-test-client-api": "^1.0.0-beta.1",
"@fakehost/state-emitter": "^1.0.0-beta.2",
"@faker-js/faker": "^7.6.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/test-cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/ilikejames/fakehost/compare/@fakehost/[email protected]...@fakehost/[email protected]) (2023-10-04)

**Note:** Version bump only for package @fakehost/test-cypress





# [1.0.0-beta.3](https://github.com/ilikejames/fakehost/compare/@fakehost/[email protected]...@fakehost/[email protected]) (2023-10-04)

**Note:** Version bump only for package @fakehost/test-cypress
Expand Down
10 changes: 5 additions & 5 deletions packages/test-cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@fakehost/test-cypress",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "e2e test in cypress",
"private": true,
"type": "module",
"license": "MIT",
"dependencies": {
"@fakehost/fake-rest": "^1.0.0-beta.2",
"@fakehost/fake-rest": "^1.0.0-beta.3",
"@fakehost/rest-generated-client-api": "^1.0.0-beta.1",
"@fakehost/rest-test-fake-svc": "^1.0.0-beta.2",
"@fakehost/signalr": "^1.0.0-beta.2",
"@fakehost/signalr-test-fake-svc": "^1.0.0-beta.3",
"@fakehost/rest-test-fake-svc": "^1.0.0-beta.3",
"@fakehost/signalr": "^1.0.0-beta.3",
"@fakehost/signalr-test-fake-svc": "^1.0.0-beta.4",
"chai-subset": "^1.6.0",
"chalk": "^4.0.0",
"cypress": "^12.14.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/test-playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/ilikejames/fakehost/compare/@fakehost/[email protected]...@fakehost/[email protected]) (2023-10-04)

**Note:** Version bump only for package @fakehost/test-playwright





# [1.0.0-beta.3](https://github.com/ilikejames/fakehost/compare/@fakehost/[email protected]...@fakehost/[email protected]) (2023-10-04)

**Note:** Version bump only for package @fakehost/test-playwright
Expand Down
10 changes: 5 additions & 5 deletions packages/test-playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@fakehost/test-playwright",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "e2e test in playwright",
"private": true,
"license": "MIT",
"dependencies": {
"@fakehost/fake-rest": "^1.0.0-beta.2",
"@fakehost/fake-rest": "^1.0.0-beta.3",
"@fakehost/rest-generated-client-api": "^1.0.0-beta.1",
"@fakehost/rest-test-fake-svc": "^1.0.0-beta.2",
"@fakehost/signalr": "^1.0.0-beta.2",
"@fakehost/signalr-test-fake-svc": "^1.0.0-beta.3",
"@fakehost/rest-test-fake-svc": "^1.0.0-beta.3",
"@fakehost/signalr": "^1.0.0-beta.3",
"@fakehost/signalr-test-fake-svc": "^1.0.0-beta.4",
"@playwright/test": "^1.32.3",
"chalk": "^4.0.0",
"url": "^0.11.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/test-web-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/ilikejames/fakehost/compare/@fakehost/[email protected]...@fakehost/[email protected]) (2023-10-04)

**Note:** Version bump only for package @fakehost/test-web-app





# [1.0.0-beta.3](https://github.com/ilikejames/fakehost/compare/@fakehost/[email protected]...@fakehost/[email protected]) (2023-10-04)

**Note:** Version bump only for package @fakehost/test-web-app
Expand Down
10 changes: 5 additions & 5 deletions packages/test-web-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fakehost/test-web-app",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Test web application for fakes in a browser",
"private": "true",
"license": "MIT",
Expand All @@ -20,12 +20,12 @@
"ws": "^8.13.0"
},
"devDependencies": {
"@fakehost/fake-rest": "^1.0.0-beta.2",
"@fakehost/fake-rest": "^1.0.0-beta.3",
"@fakehost/rest-generated-client-api": "^1.0.0-beta.1",
"@fakehost/rest-test-fake-svc": "^1.0.0-beta.2",
"@fakehost/signalr": "^1.0.0-beta.2",
"@fakehost/rest-test-fake-svc": "^1.0.0-beta.3",
"@fakehost/signalr": "^1.0.0-beta.3",
"@fakehost/signalr-test-client-api": "^1.0.0-beta.1",
"@fakehost/signalr-test-fake-svc": "^1.0.0-beta.3",
"@fakehost/signalr-test-fake-svc": "^1.0.0-beta.4",
"@types/numeral": "^2.0.2",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
Expand Down

0 comments on commit c56f0d1

Please sign in to comment.