Skip to content

Commit

Permalink
chore(version): update versiont to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Nov 29, 2020
1 parent 9137092 commit 0e21b4b
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "1.1.2",
"version": "1.1.3",
"useWorkspaces": true,
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/babel-preset-crius/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-crius",
"version": "1.1.2",
"version": "1.1.3",
"description": "Babel preset for all Crius plugins.",
"main": "dist/index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/crius-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crius-example",
"version": "1.1.2",
"version": "1.1.3",
"private": true,
"description": "Just a Crius example with Jest.",
"main": "index.js",
Expand All @@ -10,9 +10,9 @@
"author": "unadlib",
"license": "MIT",
"dependencies": {
"crius-graph": "^1.1.2",
"crius-logger": "^1.1.2",
"crius-test": "^1.1.2"
"crius-graph": "^1.1.3",
"crius-logger": "^1.1.3",
"crius-test": "^1.1.3"
},
"devDependencies": {
"http-server": "^0.11.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/crius-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crius-graph",
"version": "1.1.2",
"version": "1.1.3",
"description": "A graph parser for Crius Steps with Graphviz",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/crius-is/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crius-is",
"version": "1.1.2",
"version": "1.1.3",
"description": "A tool for checking Crius element types",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -9,7 +9,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"crius": "^1.1.2"
"crius": "^1.1.3"
},
"author": "unadlib",
"license": "MIT"
Expand Down
4 changes: 2 additions & 2 deletions packages/crius-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crius-logger",
"version": "1.1.2",
"version": "1.1.3",
"description": "A logger plugin for Crius Test",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -11,7 +11,7 @@
"author": "unadlib",
"license": "MIT",
"dependencies": {
"crius-test": "^1.1.2"
"crius-test": "^1.1.3"
},
"peerDependencies": {
"crius-test": "^1.0.0-alpha.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/crius-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crius-runner",
"version": "1.1.2",
"version": "1.1.3",
"description": "A Crius runner with Crius steps",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -11,8 +11,8 @@
"author": "unadlib",
"license": "MIT",
"dependencies": {
"crius": "^1.1.2",
"crius-is": "^1.1.2"
"crius": "^1.1.3",
"crius-is": "^1.1.3"
},
"peerDependencies": {
"crius": "^1.0.0-alpha.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/crius-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crius-test",
"version": "1.1.2",
"version": "1.1.3",
"description": "A new generation testing tools for BDD",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -19,8 +19,8 @@
"author": "unadlib",
"license": "MIT",
"dependencies": {
"crius": "^1.1.2",
"crius-is": "^1.1.2",
"crius-runner": "^1.1.2"
"crius": "^1.1.3",
"crius-is": "^1.1.3",
"crius-runner": "^1.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/crius/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crius",
"version": "1.1.2",
"version": "1.1.3",
"description": "A concise JavaScript library for building step processes",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 0e21b4b

Please sign in to comment.