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.4
 - rsocket-examples@1.0.0-alpha.4
  • Loading branch information
viglucci committed Aug 13, 2022
1 parent 36bd9f5 commit 106d6d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/rsocket-adapter-rxjs/package.json
@@ -1,6 +1,6 @@
{
"name": "rsocket-adapter-rxjs",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"license": "Apache-2.0",
"main": "dist/index",
"types": "dist/index",
Expand Down
4 changes: 2 additions & 2 deletions packages/rsocket-examples/package.json
@@ -1,6 +1,6 @@
{
"name": "rsocket-examples",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"license": "Apache-2.0",
"private": true,
"files": [
Expand All @@ -20,7 +20,7 @@
"start-client-server-rxjs-requester-responder": "ts-node -r tsconfig-paths/register src/rxjs/RxjsRequesterResponderExample.ts"
},
"dependencies": {
"rsocket-adapter-rxjs": "^1.0.0-alpha.3",
"rsocket-adapter-rxjs": "^1.0.0-alpha.4",
"rsocket-composite-metadata": "^1.0.0-alpha.3",
"rsocket-core": "^1.0.0-alpha.3",
"rsocket-tcp-client": "^1.0.0-alpha.3",
Expand Down

0 comments on commit 106d6d9

Please sign in to comment.