Skip to content

Commit

Permalink
chore(release): release
Browse files Browse the repository at this point in the history
 - rsocket-adapter-rxjs@1.0.0-alpha.2
 - rsocket-composite-metadata@1.0.0-alpha.2
 - rsocket-examples@1.0.0-alpha.2
 - rsocket-messaging@1.0.0-alpha.2
  • Loading branch information
viglucci committed Jun 18, 2022
1 parent bcd7336 commit c5113bb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/rsocket-adapter-rxjs/package.json
@@ -1,6 +1,6 @@
{
"name": "rsocket-adapter-rxjs",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"license": "Apache-2.0",
"main": "dist/index",
"types": "dist/index",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"rsocket-core": "^1.0.0-alpha.1",
"rsocket-messaging": "^1.0.0-alpha.1",
"rsocket-messaging": "^1.0.0-alpha.2",
"rxjs": "^7.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rsocket-composite-metadata/package.json
@@ -1,6 +1,6 @@
{
"name": "rsocket-composite-metadata",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"license": "Apache-2.0",
"main": "dist/index",
"types": "dist/index",
Expand Down
6 changes: 3 additions & 3 deletions packages/rsocket-examples/package.json
@@ -1,6 +1,6 @@
{
"name": "rsocket-examples",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"license": "Apache-2.0",
"private": true,
"files": [
Expand All @@ -19,8 +19,8 @@
"start-client-server-rx-composite-metadata-route": "ts-node -r tsconfig-paths/register src/rxjs/ClientServerCompositeMetadataRouteExample.ts"
},
"dependencies": {
"rsocket-adapter-rxjs": "^1.0.0-alpha.1",
"rsocket-composite-metadata": "^1.0.0-alpha.1",
"rsocket-adapter-rxjs": "^1.0.0-alpha.2",
"rsocket-composite-metadata": "^1.0.0-alpha.2",
"rsocket-core": "^1.0.0-alpha.1",
"rsocket-tcp-client": "^1.0.0-alpha.1",
"rsocket-tcp-server": "^1.0.0-alpha.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/rsocket-messaging/package.json
@@ -1,6 +1,6 @@
{
"name": "rsocket-messaging",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"license": "Apache-2.0",
"main": "dist/index",
"types": "dist/index",
Expand All @@ -19,7 +19,7 @@
"test": "echo \"Error: no test specified\" && exit 0"
},
"dependencies": {
"rsocket-composite-metadata": "^1.0.0-alpha.1",
"rsocket-composite-metadata": "^1.0.0-alpha.2",
"rsocket-core": "^1.0.0-alpha.1"
},
"devDependencies": {
Expand Down

0 comments on commit c5113bb

Please sign in to comment.