Skip to content

Commit

Permalink
Bump version to: v0.3.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cray0000 committed Sep 6, 2024
1 parent cf4f5c4 commit 71a44c6
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 48 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example",
"private": true,
"version": "0.3.4",
"version": "0.3.5",
"type": "module",
"scripts": {
"start": "node --watch server.js"
Expand All @@ -10,6 +10,6 @@
"esbuild": "^0.21.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"teamplay": "^0.3.4"
"teamplay": "^0.3.5"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.4",
"version": "0.3.5",
"npmClient": "yarn",
"packages": [
"packages/*",
Expand Down
12 changes: 6 additions & 6 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teamplay/backend",
"version": "0.3.4",
"version": "0.3.5",
"description": "Create new ShareDB backend instance",
"type": "module",
"main": "index.js",
Expand All @@ -12,11 +12,11 @@
".": "./index.js"
},
"dependencies": {
"@teamplay/schema": "^0.3.4",
"@teamplay/server-aggregate": "^0.3.4",
"@teamplay/sharedb-access": "^0.3.4",
"@teamplay/sharedb-schema": "^0.3.4",
"@teamplay/utils": "^0.3.4",
"@teamplay/schema": "^0.3.5",
"@teamplay/server-aggregate": "^0.3.5",
"@teamplay/sharedb-access": "^0.3.5",
"@teamplay/sharedb-schema": "^0.3.5",
"@teamplay/utils": "^0.3.5",
"@types/ioredis-mock": "^8.2.5",
"ioredis": "^5.3.2",
"ioredis-mock": "^8.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teamplay/cache",
"version": "0.3.4",
"version": "0.3.5",
"type": "module",
"description": "Helpers for doing auto-caching and memoization",
"main": "index.js",
Expand All @@ -12,7 +12,7 @@
"access": "public"
},
"dependencies": {
"@teamplay/debug": "^0.3.4"
"@teamplay/debug": "^0.3.5"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion packages/channel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@teamplay/channel",
"type": "module",
"version": "0.3.4",
"version": "0.3.5",
"description": "WebSocket/SockJS 2-way communication channel",
"main": "index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teamplay/debug",
"version": "0.3.4",
"version": "0.3.5",
"type": "module",
"description": "Debugging helpers",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@teamplay/schema",
"type": "module",
"version": "0.3.4",
"version": "0.3.5",
"description": "Utils to work with json-schema",
"main": "index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server-aggregate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teamplay/server-aggregate",
"version": "0.3.4",
"version": "0.3.5",
"description": "ShareDB middleware to allow defining aggregations only on the server",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/sharedb-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teamplay/sharedb-access",
"version": "0.3.4",
"version": "0.3.5",
"description": "ShareDB access-control middleware",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/sharedb-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teamplay/sharedb-schema",
"version": "0.3.4",
"version": "0.3.5",
"description": "ShareDB schema validation middleware",
"type": "module",
"main": "lib/index.js",
Expand Down
14 changes: 7 additions & 7 deletions packages/teamplay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "teamplay",
"version": "0.3.4",
"version": "0.3.5",
"description": "Full-stack signals ORM with multiplayer",
"type": "module",
"main": "index.js",
Expand All @@ -23,12 +23,12 @@
},
"dependencies": {
"@nx-js/observer-util": "^4.1.3",
"@teamplay/backend": "^0.3.4",
"@teamplay/cache": "^0.3.4",
"@teamplay/channel": "^0.3.4",
"@teamplay/debug": "^0.3.4",
"@teamplay/schema": "^0.3.4",
"@teamplay/utils": "^0.3.4",
"@teamplay/backend": "^0.3.5",
"@teamplay/cache": "^0.3.5",
"@teamplay/channel": "^0.3.5",
"@teamplay/debug": "^0.3.5",
"@teamplay/schema": "^0.3.5",
"@teamplay/utils": "^0.3.5",
"diff-match-patch": "^1.0.5",
"events": "^3.3.0",
"json0-ot-diff": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@teamplay/utils",
"type": "module",
"version": "0.3.4",
"version": "0.3.5",
"description": "Isomorphic utils for internal cross-package usage",
"main": "index.js",
"exports": {
Expand Down
46 changes: 23 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2605,15 +2605,15 @@ __metadata:
languageName: node
linkType: hard

"@teamplay/backend@npm:^0.3.4, @teamplay/backend@workspace:packages/backend":
"@teamplay/backend@npm:^0.3.5, @teamplay/backend@workspace:packages/backend":
version: 0.0.0-use.local
resolution: "@teamplay/backend@workspace:packages/backend"
dependencies:
"@teamplay/schema": "npm:^0.3.4"
"@teamplay/server-aggregate": "npm:^0.3.4"
"@teamplay/sharedb-access": "npm:^0.3.4"
"@teamplay/sharedb-schema": "npm:^0.3.4"
"@teamplay/utils": "npm:^0.3.4"
"@teamplay/schema": "npm:^0.3.5"
"@teamplay/server-aggregate": "npm:^0.3.5"
"@teamplay/sharedb-access": "npm:^0.3.5"
"@teamplay/sharedb-schema": "npm:^0.3.5"
"@teamplay/utils": "npm:^0.3.5"
"@types/ioredis-mock": "npm:^8.2.5"
ioredis: "npm:^5.3.2"
ioredis-mock: "npm:^8.9.0"
Expand All @@ -2628,15 +2628,15 @@ __metadata:
languageName: unknown
linkType: soft

"@teamplay/cache@npm:^0.3.4, @teamplay/cache@workspace:packages/cache":
"@teamplay/cache@npm:^0.3.5, @teamplay/cache@workspace:packages/cache":
version: 0.0.0-use.local
resolution: "@teamplay/cache@workspace:packages/cache"
dependencies:
"@teamplay/debug": "npm:^0.3.4"
"@teamplay/debug": "npm:^0.3.5"
languageName: unknown
linkType: soft

"@teamplay/channel@npm:^0.3.4, @teamplay/channel@workspace:packages/channel":
"@teamplay/channel@npm:^0.3.5, @teamplay/channel@workspace:packages/channel":
version: 0.0.0-use.local
resolution: "@teamplay/channel@workspace:packages/channel"
dependencies:
Expand All @@ -2646,13 +2646,13 @@ __metadata:
languageName: unknown
linkType: soft

"@teamplay/debug@npm:^0.3.4, @teamplay/debug@workspace:packages/debug":
"@teamplay/debug@npm:^0.3.5, @teamplay/debug@workspace:packages/debug":
version: 0.0.0-use.local
resolution: "@teamplay/debug@workspace:packages/debug"
languageName: unknown
linkType: soft

"@teamplay/schema@npm:^0.3.4, @teamplay/schema@workspace:packages/schema":
"@teamplay/schema@npm:^0.3.5, @teamplay/schema@workspace:packages/schema":
version: 0.0.0-use.local
resolution: "@teamplay/schema@workspace:packages/schema"
dependencies:
Expand All @@ -2662,13 +2662,13 @@ __metadata:
languageName: unknown
linkType: soft

"@teamplay/server-aggregate@npm:^0.3.4, @teamplay/server-aggregate@workspace:packages/server-aggregate":
"@teamplay/server-aggregate@npm:^0.3.5, @teamplay/server-aggregate@workspace:packages/server-aggregate":
version: 0.0.0-use.local
resolution: "@teamplay/server-aggregate@workspace:packages/server-aggregate"
languageName: unknown
linkType: soft

"@teamplay/sharedb-access@npm:^0.3.4, @teamplay/sharedb-access@workspace:packages/sharedb-access":
"@teamplay/sharedb-access@npm:^0.3.5, @teamplay/sharedb-access@workspace:packages/sharedb-access":
version: 0.0.0-use.local
resolution: "@teamplay/sharedb-access@workspace:packages/sharedb-access"
dependencies:
Expand All @@ -2680,7 +2680,7 @@ __metadata:
languageName: unknown
linkType: soft

"@teamplay/sharedb-schema@npm:^0.3.4, @teamplay/sharedb-schema@workspace:packages/sharedb-schema":
"@teamplay/sharedb-schema@npm:^0.3.5, @teamplay/sharedb-schema@workspace:packages/sharedb-schema":
version: 0.0.0-use.local
resolution: "@teamplay/sharedb-schema@workspace:packages/sharedb-schema"
dependencies:
Expand All @@ -2691,7 +2691,7 @@ __metadata:
languageName: unknown
linkType: soft

"@teamplay/utils@npm:^0.3.4, @teamplay/utils@workspace:packages/utils":
"@teamplay/utils@npm:^0.3.5, @teamplay/utils@workspace:packages/utils":
version: 0.0.0-use.local
resolution: "@teamplay/utils@workspace:packages/utils"
dependencies:
Expand Down Expand Up @@ -6574,7 +6574,7 @@ __metadata:
esbuild: "npm:^0.21.4"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
teamplay: "npm:^0.3.4"
teamplay: "npm:^0.3.5"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -15073,18 +15073,18 @@ __metadata:
languageName: node
linkType: hard

"teamplay@npm:^0.3.4, teamplay@workspace:packages/teamplay":
"teamplay@npm:^0.3.5, teamplay@workspace:packages/teamplay":
version: 0.0.0-use.local
resolution: "teamplay@workspace:packages/teamplay"
dependencies:
"@jest/globals": "npm:^29.7.0"
"@nx-js/observer-util": "npm:^4.1.3"
"@teamplay/backend": "npm:^0.3.4"
"@teamplay/cache": "npm:^0.3.4"
"@teamplay/channel": "npm:^0.3.4"
"@teamplay/debug": "npm:^0.3.4"
"@teamplay/schema": "npm:^0.3.4"
"@teamplay/utils": "npm:^0.3.4"
"@teamplay/backend": "npm:^0.3.5"
"@teamplay/cache": "npm:^0.3.5"
"@teamplay/channel": "npm:^0.3.5"
"@teamplay/debug": "npm:^0.3.5"
"@teamplay/schema": "npm:^0.3.5"
"@teamplay/utils": "npm:^0.3.5"
"@testing-library/react": "npm:^15.0.7"
diff-match-patch: "npm:^1.0.5"
events: "npm:^3.3.0"
Expand Down

0 comments on commit 71a44c6

Please sign in to comment.