diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b5f91506f..049986f612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lerna.json b/lerna.json index 48dbedb624..31b892f9f8 100644 --- a/lerna.json +++ b/lerna.json @@ -11,5 +11,5 @@ "packages/*" ], "useWorkspaces": true, - "version": "0.6.18" + "version": "0.7.0-alpha.0" } diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index ac9761a527..7f82b576e3 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -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 diff --git a/packages/docs/package.json b/packages/docs/package.json index 487d189086..a14655c8f3 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -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": [ @@ -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", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 895eceac7f..cec11edcd8 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -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 diff --git a/packages/icons/package.json b/packages/icons/package.json index 8aa029e60c..f217031625 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -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": [ diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 12b9134aa4..4ae7cedae6 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -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 diff --git a/packages/styles/package.json b/packages/styles/package.json index 2e7a6d948f..5d2434c477 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -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", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 5a16022e2a..d9eb49bd23 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -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 diff --git a/packages/web/package.json b/packages/web/package.json index b98572d360..ae8e402a61 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -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", @@ -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",