Skip to content

Commit e0ed822

Browse files
committed
Bump version to: v0.1.3 [skip ci]
1 parent 1ef83f7 commit e0ed822

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.2",
2+
"version": "0.1.3",
33
"npmClient": "yarn",
44
"packages": [
55
"packages/*"

packages/cache/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teamplay/cache",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"type": "module",
55
"description": "Helpers for doing auto-caching and memoization",
66
"main": "index.js",
@@ -12,7 +12,7 @@
1212
"access": "public"
1313
},
1414
"dependencies": {
15-
"@teamplay/debug": "^0.1.2"
15+
"@teamplay/debug": "^0.1.3"
1616
},
1717
"license": "MIT"
1818
}

packages/channel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@teamplay/channel",
33
"type": "module",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"description": "WebSocket/SockJS 2-way communication channel",
66
"main": "index.js",
77
"exports": {

packages/debug/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teamplay/debug",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"type": "module",
55
"description": "Debugging helpers",
66
"main": "index.js",

packages/teamplay/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "teamplay",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Full-stack signals ORM with multiplayer",
55
"type": "module",
66
"main": "index.js",
@@ -22,9 +22,9 @@
2222
},
2323
"dependencies": {
2424
"@nx-js/observer-util": "^4.1.3",
25-
"@teamplay/cache": "^0.1.2",
26-
"@teamplay/channel": "^0.1.2",
27-
"@teamplay/debug": "^0.1.2",
25+
"@teamplay/cache": "^0.1.3",
26+
"@teamplay/channel": "^0.1.3",
27+
"@teamplay/debug": "^0.1.3",
2828
"diff-match-patch": "^1.0.5",
2929
"events": "^3.3.0",
3030
"json0-ot-diff": "^1.1.2",

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1803,15 +1803,15 @@ __metadata:
18031803
languageName: node
18041804
linkType: hard
18051805

1806-
"@teamplay/cache@npm:^0.1.2, @teamplay/cache@workspace:packages/cache":
1806+
"@teamplay/cache@npm:^0.1.3, @teamplay/cache@workspace:packages/cache":
18071807
version: 0.0.0-use.local
18081808
resolution: "@teamplay/cache@workspace:packages/cache"
18091809
dependencies:
1810-
"@teamplay/debug": "npm:^0.1.2"
1810+
"@teamplay/debug": "npm:^0.1.3"
18111811
languageName: unknown
18121812
linkType: soft
18131813

1814-
"@teamplay/channel@npm:^0.1.2, @teamplay/channel@workspace:packages/channel":
1814+
"@teamplay/channel@npm:^0.1.3, @teamplay/channel@workspace:packages/channel":
18151815
version: 0.0.0-use.local
18161816
resolution: "@teamplay/channel@workspace:packages/channel"
18171817
dependencies:
@@ -1821,7 +1821,7 @@ __metadata:
18211821
languageName: unknown
18221822
linkType: soft
18231823

1824-
"@teamplay/debug@npm:^0.1.2, @teamplay/debug@workspace:packages/debug":
1824+
"@teamplay/debug@npm:^0.1.3, @teamplay/debug@workspace:packages/debug":
18251825
version: 0.0.0-use.local
18261826
resolution: "@teamplay/debug@workspace:packages/debug"
18271827
languageName: unknown
@@ -10776,9 +10776,9 @@ __metadata:
1077610776
dependencies:
1077710777
"@jest/globals": "npm:^29.7.0"
1077810778
"@nx-js/observer-util": "npm:^4.1.3"
10779-
"@teamplay/cache": "npm:^0.1.2"
10780-
"@teamplay/channel": "npm:^0.1.2"
10781-
"@teamplay/debug": "npm:^0.1.2"
10779+
"@teamplay/cache": "npm:^0.1.3"
10780+
"@teamplay/channel": "npm:^0.1.3"
10781+
"@teamplay/debug": "npm:^0.1.3"
1078210782
"@testing-library/react": "npm:^15.0.7"
1078310783
diff-match-patch: "npm:^1.0.5"
1078410784
events: "npm:^3.3.0"

0 commit comments

Comments
 (0)