Skip to content

Commit

Permalink
bump version to 1.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Peveler <[email protected]>
  • Loading branch information
MasterOdin committed Dec 14, 2021
1 parent cfa164e commit 64a3dac
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io",
"version": "1.4.0",
"version": "1.4.1",
"main": "index.js",
"license": "MIT",
"private": true,
Expand All @@ -15,8 +15,7 @@
"io-speaker": "yarn workspace @cisl/io-speaker",
"lint": "eslint packages/*/src/**/*.ts packages/*/test/**/*.ts",
"test": "jest",
"postversion": "ts-node utils/version.ts",
"whoami": "npm whoami"
"postversion": "ts-node utils/version.ts"
},
"workspaces": {
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/io-celio-speaker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cisl/io-celio-speaker",
"version": "1.4.0",
"version": "1.4.1",
"description": "Plugin for @cisl/io for interop with speaker-worker using legacy celio topics/queues",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/io-celio-transcript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cisl/io-celio-transcript",
"version": "1.4.0",
"version": "1.4.1",
"description": "Plugin for @cisl/io for interop with transcript-worker using legacy celio topics/queues",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/io-display/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cisl/io-display",
"version": "1.4.0",
"version": "1.4.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/io-speaker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cisl/io-speaker",
"version": "1.4.0",
"version": "1.4.1",
"description": "Plugin for @cisl/io for interop with speaker-worker",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cisl/io",
"version": "1.4.0",
"version": "1.4.1",
"description": "A framework for building distributed applications",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 64a3dac

Please sign in to comment.