Skip to content

Commit

Permalink
chore(release): publish v0.7.0-alpha.0 via lerna [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
systemteamopensource committed Jun 18, 2020
1 parent ae25abd commit 89d15ec
Show file tree
Hide file tree
Showing 10 changed files with 66 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0-alpha.0](https://github.com/natura-cosmeticos/natds/compare/v0.6.18...v0.7.0-alpha.0) (2020-06-18)


### Features

* **icons:** add support to CDN ([42e68eb](https://github.com/natura-cosmeticos/natds/commit/42e68eb063265c9c227631ebc6955c49b202d5ad))
* **icons:** add support to UMD and unpkg CDN ([e11cd81](https://github.com/natura-cosmeticos/natds/commit/e11cd81b4d744e9b0ea7d65026e8b51030ba8f66))
* **web:** add rollup config for UMD generation ([c80d291](https://github.com/natura-cosmeticos/natds/commit/c80d2911adc5b29b732c79e59efdba7a6b312b54))
* **web:** add support to UMD and unpkg CDN ([807bc72](https://github.com/natura-cosmeticos/natds/commit/807bc72bbd1e352c5254f83c9c96b53c9798a10e))
* **web:** adds support for browser and jsdelivr usage ([323fc8f](https://github.com/natura-cosmeticos/natds/commit/323fc8f95b6417404b0c16d258cfa4edc61a13b8))





## [0.6.18](https://github.com/natura-cosmeticos/natds/compare/v0.6.18-alpha.0...v0.6.18) (2020-06-18)

**Note:** Version bump only for package natds
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "0.6.18"
"version": "0.7.0-alpha.0"
}
8 changes: 8 additions & 0 deletions packages/docs/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.7.0-alpha.0](https://github.com/natura-cosmeticos/natds-js/compare/v0.6.18...v0.7.0-alpha.0) (2020-06-18)

**Note:** Version bump only for package @naturacosmeticos/natds-docs





## [0.6.18](https://github.com/natura-cosmeticos/natds-js/compare/v0.6.18-alpha.0...v0.6.18) (2020-06-18)

**Note:** Version bump only for package @naturacosmeticos/natds-docs
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@naturacosmeticos/natds-docs",
"version": "0.6.18",
"version": "0.7.0-alpha.0",
"description": "Natura Design System - A collection of components used by Natura Cosmeticos",
"main": "dist/index.js",
"keywords": [
Expand Down Expand Up @@ -77,9 +77,9 @@
"dependencies": {
"@material-ui/core": "4.8.3",
"@material-ui/icons": "4.9.1",
"@naturacosmeticos/natds-icons": "^0.6.18",
"@naturacosmeticos/natds-styles": "^0.6.18",
"@naturacosmeticos/natds-web": "^0.6.18",
"@naturacosmeticos/natds-icons": "^0.7.0-alpha.0",
"@naturacosmeticos/natds-styles": "^0.7.0-alpha.0",
"@naturacosmeticos/natds-web": "^0.7.0-alpha.0",
"directory-tree": "2.2.4",
"fuzzy-search": "3.2.1",
"react": "16.13.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0-alpha.0](https://github.com/natura-cosmeticos/natds/compare/v0.6.18...v0.7.0-alpha.0) (2020-06-18)


### Features

* **icons:** add support to CDN ([42e68eb](https://github.com/natura-cosmeticos/natds/commit/42e68eb063265c9c227631ebc6955c49b202d5ad))
* **icons:** add support to UMD and unpkg CDN ([e11cd81](https://github.com/natura-cosmeticos/natds/commit/e11cd81b4d744e9b0ea7d65026e8b51030ba8f66))





## [0.6.18](https://github.com/natura-cosmeticos/natds/compare/v0.6.18-alpha.0...v0.6.18) (2020-06-18)

**Note:** Version bump only for package @naturacosmeticos/natds-icons
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@naturacosmeticos/natds-icons",
"displayName": "NatDS Icons",
"version": "0.6.18",
"version": "0.7.0-alpha.0",
"private": false,
"description": "A collection of icons for Natura Design System",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/styles/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.7.0-alpha.0](https://github.com/natura-cosmeticos/natds/compare/v0.6.18...v0.7.0-alpha.0) (2020-06-18)

**Note:** Version bump only for package @naturacosmeticos/natds-styles





## [0.6.18](https://github.com/natura-cosmeticos/natds/compare/v0.6.18-alpha.0...v0.6.18) (2020-06-18)

**Note:** Version bump only for package @naturacosmeticos/natds-styles
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@naturacosmeticos/natds-styles",
"displayName": "Styles",
"version": "0.6.18",
"version": "0.7.0-alpha.0",
"description": "Natura Design System - A collection of components used by Natura Cosmeticos",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0-alpha.0](https://github.com/natura-cosmeticos/natds-js/compare/v0.6.18...v0.7.0-alpha.0) (2020-06-18)


### Features

* **web:** add rollup config for UMD generation ([c80d291](https://github.com/natura-cosmeticos/natds-js/commit/c80d2911adc5b29b732c79e59efdba7a6b312b54))
* **web:** add support to UMD and unpkg CDN ([807bc72](https://github.com/natura-cosmeticos/natds-js/commit/807bc72bbd1e352c5254f83c9c96b53c9798a10e))
* **web:** adds support for browser and jsdelivr usage ([323fc8f](https://github.com/natura-cosmeticos/natds-js/commit/323fc8f95b6417404b0c16d258cfa4edc61a13b8))





## [0.6.18](https://github.com/natura-cosmeticos/natds-js/compare/v0.6.18-alpha.0...v0.6.18) (2020-06-18)

**Note:** Version bump only for package @naturacosmeticos/natds-web
Expand Down
6 changes: 3 additions & 3 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@naturacosmeticos/natds-web",
"displayName": "NatDS React Web",
"description": "A collection of components from Natura Design System for React websites and webapps",
"version": "0.6.18",
"version": "0.7.0-alpha.0",
"private": false,
"keywords": [
"design-system",
Expand Down Expand Up @@ -69,8 +69,8 @@
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "4.0.0-alpha.56",
"@material-ui/pickers": "3.2.10",
"@naturacosmeticos/natds-icons": "^0.6.18",
"@naturacosmeticos/natds-styles": "^0.6.18",
"@naturacosmeticos/natds-icons": "^0.7.0-alpha.0",
"@naturacosmeticos/natds-styles": "^0.7.0-alpha.0",
"clsx": "1.1.1",
"lodash": "4.17.15",
"react-text-mask": "5.4.3",
Expand Down

0 comments on commit 89d15ec

Please sign in to comment.