Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
chore(release): publish package with lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
dmijatovic committed Mar 4, 2020
1 parent 5498383 commit 269ff29
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dv4all/web-components",
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"main": "lib/dv4wcp.js",
"module": "lib/dv4wcp.js",
Expand Down Expand Up @@ -49,8 +49,8 @@
"rollup-plugin-babel": "4.3.3"
},
"dependencies": {
"@dv4all/icons": "^0.1.2",
"@dv4all/wcp-utils": "^0.1.2"
"@dv4all/icons": "^0.1.3",
"@dv4all/wcp-utils": "^0.1.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dv4all/icons",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"main": "lib/dv4icons.js",
"module": "lib/dv4icons.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
"rollup-plugin-babel": "4.3.3"
},
"dependencies": {
"@dv4all/wcp-utils": "^0.1.2"
"@dv4all/wcp-utils": "^0.1.3"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions loaders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dv4all/loaders",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"main": "lib/dv4loaders.js",
"module": "lib/dv4loaders.js",
Expand Down Expand Up @@ -58,8 +58,8 @@
"rollup-plugin-babel": "4.3.3"
},
"dependencies": {
"@dv4all/icons": "^0.1.2",
"@dv4all/wcp-utils": "^0.1.2"
"@dv4all/icons": "^0.1.3",
"@dv4all/wcp-utils": "^0.1.3"
},
"gitHead": "1b7eb9b21d7b61c21c73c4fa3385141b470fe16a"
}
2 changes: 1 addition & 1 deletion utils/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dv4all/fs-utils",
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"main": "lib/dv4fs.utils.js",
"module": "lib/dv4fs.utils.js",
Expand Down
2 changes: 1 addition & 1 deletion utils/wcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dv4all/wcp-utils",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"main": "lib/dv4wcp.utils.js",
"module": "lib/dv4wcp.utils.js",
Expand Down

0 comments on commit 269ff29

Please sign in to comment.