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 packages with lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
dmijatovic committed Mar 4, 2020
1 parent 0ca9fec commit e865859
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
8 changes: 8 additions & 0 deletions components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.6](https://github.com/dmijatovic/dv4all-wcp-lerna/compare/@dv4all/[email protected]...@dv4all/[email protected]) (2020-03-04)

**Note:** Version bump only for package @dv4all/web-components





## [0.1.1](https://github.com/dmijatovic/dv4all-wcp-lerna/compare/@dv4all/[email protected]...@dv4all/[email protected]) (2020-03-03)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.5",
"version": "0.1.6",
"type": "module",
"main": "lib/dv4wcp.js",
"module": "lib/dv4wcp.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
"rollup-plugin-babel": "4.3.3"
},
"dependencies": {
"@dv4all/icons": "^0.1.3",
"@dv4all/icons": "^0.2.0",
"@dv4all/wcp-utils": "^0.1.3"
},
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/dmijatovic/dv4all-wcp-lerna/compare/@dv4all/[email protected]...@dv4all/[email protected]) (2020-03-04)


### Features

* added arrow-right icon ([0ca9fec](https://github.com/dmijatovic/dv4all-wcp-lerna/commit/0ca9fec6b170bd9a6263348a635025565bc8dab9))





## [0.1.1](https://github.com/dmijatovic/dv4all-wcp-lerna/compare/@dv4all/[email protected]...@dv4all/[email protected]) (2020-03-03)


Expand Down
2 changes: 1 addition & 1 deletion icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dv4all/icons",
"version": "0.1.3",
"version": "0.2.0",
"type": "module",
"main": "lib/dv4icons.js",
"module": "lib/dv4icons.js",
Expand Down
8 changes: 8 additions & 0 deletions loaders/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.4](https://github.com/dmijatovic/dv4all-wcp-lerna/compare/@dv4all/[email protected]...@dv4all/[email protected]) (2020-03-04)

**Note:** Version bump only for package @dv4all/loaders





## [0.1.1](https://github.com/dmijatovic/dv4all-wcp-lerna/compare/@dv4all/[email protected]...@dv4all/[email protected]) (2020-03-03)


Expand Down
4 changes: 2 additions & 2 deletions loaders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dv4all/loaders",
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"main": "lib/dv4loaders.js",
"module": "lib/dv4loaders.js",
Expand Down Expand Up @@ -58,7 +58,7 @@
"rollup-plugin-babel": "4.3.3"
},
"dependencies": {
"@dv4all/icons": "^0.1.3",
"@dv4all/icons": "^0.2.0",
"@dv4all/wcp-utils": "^0.1.3"
},
"gitHead": "1b7eb9b21d7b61c21c73c4fa3385141b470fe16a"
Expand Down

0 comments on commit e865859

Please sign in to comment.