Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @remote-ui/async-subscription@2.1.13
 - @remote-ui/core@2.1.16
 - @remote-ui/dom@1.3.16
 - @remote-ui/htm@2.2.16
 - @remote-ui/mini-react@1.3.16
 - @remote-ui/react@4.5.12
 - @remote-ui/rpc@1.3.4
 - @remote-ui/testing@1.3.17
 - @remote-ui/traversal@1.3.16
 - @remote-ui/vue@0.3.16
  • Loading branch information
antoinegrant committed Sep 26, 2022
1 parent 66b10f1 commit a35cf5c
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions packages/async-subscription/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remote-ui/async-subscription",
"version": "2.1.12",
"version": "2.1.13",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand All @@ -20,6 +20,6 @@
},
"license": "MIT",
"dependencies": {
"@remote-ui/rpc": "^1.3.3"
"@remote-ui/rpc": "^1.3.4"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remote-ui/core",
"version": "2.1.15",
"version": "2.1.16",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand All @@ -19,7 +19,7 @@
},
"sideEffects": false,
"dependencies": {
"@remote-ui/rpc": "^1.3.3",
"@remote-ui/rpc": "^1.3.4",
"@remote-ui/types": "^1.1.2"
}
}
4 changes: 2 additions & 2 deletions packages/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remote-ui/dom",
"version": "1.3.15",
"version": "1.3.16",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand Down Expand Up @@ -31,6 +31,6 @@
"sideEffects": false,
"license": "MIT",
"dependencies": {
"@remote-ui/core": "^2.1.15"
"@remote-ui/core": "^2.1.16"
}
}
4 changes: 2 additions & 2 deletions packages/htm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remote-ui/htm",
"version": "2.2.15",
"version": "2.2.16",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand All @@ -20,7 +20,7 @@
},
"sideEffects": false,
"dependencies": {
"@remote-ui/core": "^2.1.15",
"@remote-ui/core": "^2.1.16",
"htm": "^3.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/mini-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remote-ui/mini-react",
"version": "1.3.15",
"version": "1.3.16",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand Down Expand Up @@ -63,7 +63,7 @@
},
"sideEffects": false,
"dependencies": {
"@remote-ui/core": "^2.1.15",
"@remote-ui/core": "^2.1.16",
"htm": "^3.0.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remote-ui/react",
"version": "4.5.11",
"version": "4.5.12",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand Down Expand Up @@ -41,9 +41,9 @@
"react-dom": "^17.0.0"
},
"dependencies": {
"@remote-ui/async-subscription": "^2.1.12",
"@remote-ui/core": "^2.1.15",
"@remote-ui/rpc": "^1.3.3",
"@remote-ui/async-subscription": "^2.1.13",
"@remote-ui/core": "^2.1.16",
"@remote-ui/rpc": "^1.3.4",
"@types/react": ">=17.0.0 <18.0.0",
"@types/react-reconciler": "^0.26.0",
"react-reconciler": ">=0.26.0 <0.27.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@remote-ui/rpc",
"description": "An RPC library with strong support for simulating the transfer of functions via postMessage",
"version": "1.3.3",
"version": "1.3.4",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remote-ui/testing",
"version": "1.3.16",
"version": "1.3.17",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"sideEffects": false,
"dependencies": {
"@remote-ui/core": "^2.1.15",
"@remote-ui/core": "^2.1.16",
"jest-matcher-utils": "^26.0.1"
}
}
6 changes: 3 additions & 3 deletions packages/traversal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remote-ui/traversal",
"version": "1.3.15",
"version": "1.3.16",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand All @@ -20,9 +20,9 @@
},
"sideEffects": false,
"dependencies": {
"@remote-ui/core": "^2.1.15"
"@remote-ui/core": "^2.1.16"
},
"devDependencies": {
"@remote-ui/htm": "^2.2.15"
"@remote-ui/htm": "^2.2.16"
}
}
6 changes: 3 additions & 3 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remote-ui/vue",
"version": "0.3.15",
"version": "0.3.16",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand Down Expand Up @@ -31,8 +31,8 @@
}
},
"dependencies": {
"@remote-ui/core": "^2.1.15",
"@remote-ui/rpc": "^1.3.3",
"@remote-ui/core": "^2.1.16",
"@remote-ui/rpc": "^1.3.4",
"@vue/runtime-core": ">=3.0.0 <4.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit a35cf5c

Please sign in to comment.