Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @naturacosmeticos/natds-docs@0.1.0
 - @naturacosmeticos/natds-rn@0.1.0
 - @naturacosmeticos/natds-styles@0.1.0
 - @naturacosmeticos/natds-web@0.1.0
  • Loading branch information
Travis CI committed Dec 4, 2019
1 parent b87f9af commit 0ca5bb6
Show file tree
Hide file tree
Showing 8 changed files with 116 additions and 10 deletions.
31 changes: 31 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2019-12-04)


### Bug Fixes

* **docs:** fixing Avatar Docs properties ([748a968](https://github.com/natura-cosmeticos/natds/commit/748a968b368a8f2d5fba3ab363579137c79dc0cf))
* **docs:** fixing Avatar's docs page ([45fbb16](https://github.com/natura-cosmeticos/natds/commit/45fbb167e453fc5071acb56a20665fe56c97da2c))
* **docs:** updating Docs theme and including favicon ([c3a0f89](https://github.com/natura-cosmeticos/natds/commit/c3a0f89995d7bc7c16bb4baf0af7dd4d93aa4b7d))
* **docs:** updating storybook theme ([9ab0c40](https://github.com/natura-cosmeticos/natds/commit/9ab0c40d0ce3aead9d04e2d1ed129bc149a86efc))
* **mobile:** fixing color default to rn ([0ca8cee](https://github.com/natura-cosmeticos/natds/commit/0ca8cee292df2a741c25ddcf45a2657f4ad57758))
* **mobile:** fixing mobile use of AvatarSizes token ([47652c7](https://github.com/natura-cosmeticos/natds/commit/47652c73c8149baec85b94a9a8c03f6c88ad6d8d))
* **mobile:** including button size and fixing component and storybook ([82286f7](https://github.com/natura-cosmeticos/natds/commit/82286f77878635301d6313f4ef66585bde58e3e6))
* **mobile:** including color type flag in button and fixing implementation ([155eaea](https://github.com/natura-cosmeticos/natds/commit/155eaeafb1f374252f01771d1f67b32ee26de641))
* **mobile:** including types to avatar size and fixing dependencies ([e01b615](https://github.com/natura-cosmeticos/natds/commit/e01b615165941a359576ce81996056ed97d1ff7e))
* **styles:** creating tokens and config for Avatar text size ([c7f248b](https://github.com/natura-cosmeticos/natds/commit/c7f248be0093a9ed47a0fcb6e51d0b002f0cb43a))


### Features

* **docs:** theming storybook ([6797e21](https://github.com/natura-cosmeticos/natds/commit/6797e21e8ee3807a8cb91f4662892691b8061e7f))
* **text-input:** added TextField component for mobile ([3dcad50](https://github.com/natura-cosmeticos/natds/commit/3dcad50127c615a857bf8fab3b100dd6b05a270e))
* **web:** creating Search, Password and CustomIcon functionalities ([7f0bf07](https://github.com/natura-cosmeticos/natds/commit/7f0bf07a83dbb361f7338776abaf19fe541dfa74))
* **web:** creating TextField component for web ([e95cccd](https://github.com/natura-cosmeticos/natds/commit/e95cccdc467f97e377ea42f9c84c654b70683966))
* **web:** extending Avatar behavior to include theme based Colors ([6aebed3](https://github.com/natura-cosmeticos/natds/commit/6aebed307bdb7a506bcd7a520447f884f2f94b42))
* **web:** including mask functionality ([3d659e5](https://github.com/natura-cosmeticos/natds/commit/3d659e5ed314dd95fa0a4a161799075d9bf0cac2))
* **web:** textField readonly state and Docs updates ([4b10436](https://github.com/natura-cosmeticos/natds/commit/4b10436f0df58f6363bb7a78d1577d95798d1550))





## 0.0.1 (2019-10-18)


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.0.1",
"version": "0.1.0",
"description": "Natura Design System - A collection of components used by Natura Cosmeticos",
"main": "dist/index.js",
"keywords": [
Expand Down Expand Up @@ -69,9 +69,9 @@
},
"dependencies": {
"@material-ui/icons": "4.5.1",
"@naturacosmeticos/natds-rn": "^0.0.1",
"@naturacosmeticos/natds-styles": "^0.0.1",
"@naturacosmeticos/natds-web": "^0.0.1",
"@naturacosmeticos/natds-rn": "^0.1.0",
"@naturacosmeticos/natds-styles": "^0.1.0",
"@naturacosmeticos/natds-web": "^0.1.0",
"@types/react-native": "^0.60.19",
"directory-tree": "2.2.4",
"react": "^16.10.2",
Expand Down
25 changes: 25 additions & 0 deletions packages/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2019-12-04)


### Bug Fixes

* **all:** fixing button size padding styles and applying in packages ([f41c269](https://github.com/natura-cosmeticos/natds/commit/f41c269f8a51495a976eeb3918832a413aaedb1a))
* **mobile:** fixing color default to rn ([0ca8cee](https://github.com/natura-cosmeticos/natds/commit/0ca8cee292df2a741c25ddcf45a2657f4ad57758))
* **mobile:** fixing margin and padding to support icon ([33b0929](https://github.com/natura-cosmeticos/natds/commit/33b092946bdf3204ec8e0c779a53c68c3a4b6e69))
* **mobile:** fixing mobile use of AvatarSizes token ([47652c7](https://github.com/natura-cosmeticos/natds/commit/47652c73c8149baec85b94a9a8c03f6c88ad6d8d))
* **mobile:** fixing snapshot tests ([4bf0dd5](https://github.com/natura-cosmeticos/natds/commit/4bf0dd5b0387d6bae51eabdb245753b4ddf1fa2e))
* **mobile:** fixing uncovered lines to percent branchs and fixing code ([05b695a](https://github.com/natura-cosmeticos/natds/commit/05b695aa781cff29d312c9ad85de73b1418e1bc8))
* **mobile:** including button size and fixing component and storybook ([82286f7](https://github.com/natura-cosmeticos/natds/commit/82286f77878635301d6313f4ef66585bde58e3e6))
* **mobile:** including color type flag in button and fixing implementation ([155eaea](https://github.com/natura-cosmeticos/natds/commit/155eaeafb1f374252f01771d1f67b32ee26de641))
* **mobile:** including types to avatar size and fixing dependencies ([e01b615](https://github.com/natura-cosmeticos/natds/commit/e01b615165941a359576ce81996056ed97d1ff7e))
* **mobile:** using react hook to treat mutable properties ([154067a](https://github.com/natura-cosmeticos/natds/commit/154067ae2ae03b21698f9ba23dea96638e54e507))


### Features

* **text-input:** added TextField component for mobile ([3dcad50](https://github.com/natura-cosmeticos/natds/commit/3dcad50127c615a857bf8fab3b100dd6b05a270e))





## 0.0.1 (2019-10-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@naturacosmeticos/natds-rn",
"version": "0.0.1",
"version": "0.1.0",
"description": "Natura Design System - A collection of components used by Natura Cosmeticos",
"keywords": [
"design-system"
Expand Down Expand Up @@ -37,7 +37,7 @@
"verify": "yarn lint && yarn test"
},
"dependencies": {
"@naturacosmeticos/natds-styles": "^0.0.1",
"@naturacosmeticos/natds-styles": "^0.1.0",
"@types/react-native-vector-icons": "^6.4.4",
"proptypes": "^1.1.0",
"react-native-paper": "^3.2.1",
Expand Down
22 changes: 22 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2019-12-04)


### Bug Fixes

* **all:** fixing button size padding styles and applying in packages ([f41c269](https://github.com/natura-cosmeticos/natds/commit/f41c269f8a51495a976eeb3918832a413aaedb1a))
* **mobile:** fixing margin and padding to support icon ([33b0929](https://github.com/natura-cosmeticos/natds/commit/33b092946bdf3204ec8e0c779a53c68c3a4b6e69))
* **mobile:** fixing snapshot tests ([4bf0dd5](https://github.com/natura-cosmeticos/natds/commit/4bf0dd5b0387d6bae51eabdb245753b4ddf1fa2e))
* **mobile:** including button size and fixing component and storybook ([82286f7](https://github.com/natura-cosmeticos/natds/commit/82286f77878635301d6313f4ef66585bde58e3e6))
* **styles:** creating tokens and config for Avatar text size ([c7f248b](https://github.com/natura-cosmeticos/natds/commit/c7f248be0093a9ed47a0fcb6e51d0b002f0cb43a))


### Features

* **styles:** creating tokens for Avatar sizes ([705b4bf](https://github.com/natura-cosmeticos/natds/commit/705b4bfb7700efc1f65e0589d61dce8cd04b52b8))
* **text-input:** added TextField component for mobile ([3dcad50](https://github.com/natura-cosmeticos/natds/commit/3dcad50127c615a857bf8fab3b100dd6b05a270e))
* **web:** textField readonly state and Docs updates ([4b10436](https://github.com/natura-cosmeticos/natds/commit/4b10436f0df58f6363bb7a78d1577d95798d1550))





## 0.0.1 (2019-10-18)


Expand Down
3 changes: 1 addition & 2 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@naturacosmeticos/natds-styles",
"version": "0.0.1",
"version": "0.1.0",
"description": "Natura Design System - A collection of components used by Natura Cosmeticos",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,6 @@
"typescript": "^3.6.4",
"yarn": "1.19.1"
},
"dependencies": {},
"publishConfig": {
"access": "public"
}
Expand Down
29 changes: 29 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2019-12-04)


### Bug Fixes

* **all:** fixing button size padding styles and applying in packages ([f41c269](https://github.com/natura-cosmeticos/natds/commit/f41c269f8a51495a976eeb3918832a413aaedb1a))
* **mobile:** fixing snapshot tests ([4bf0dd5](https://github.com/natura-cosmeticos/natds/commit/4bf0dd5b0387d6bae51eabdb245753b4ddf1fa2e))
* **mobile:** including button size and fixing component and storybook ([82286f7](https://github.com/natura-cosmeticos/natds/commit/82286f77878635301d6313f4ef66585bde58e3e6))
* **styles:** creating tokens and config for Avatar text size ([c7f248b](https://github.com/natura-cosmeticos/natds/commit/c7f248be0093a9ed47a0fcb6e51d0b002f0cb43a))
* **web:** setting font-family for textarea ([63f499c](https://github.com/natura-cosmeticos/natds/commit/63f499c7526e89c6160453a86d2fcf922afe81bc))
* **web:** textfield visual reviews ([e4c31ac](https://github.com/natura-cosmeticos/natds/commit/e4c31acace4e35fa1a5aa13e83d948bfc46fa5c1))
* **web:** visual review of TextField web ([283d947](https://github.com/natura-cosmeticos/natds/commit/283d9473d922b75f74613b395f5fb5b95b737956))


### Features

* **styles:** creating tokens for Avatar sizes ([705b4bf](https://github.com/natura-cosmeticos/natds/commit/705b4bfb7700efc1f65e0589d61dce8cd04b52b8))
* **text-input:** added TextField component for mobile ([3dcad50](https://github.com/natura-cosmeticos/natds/commit/3dcad50127c615a857bf8fab3b100dd6b05a270e))
* **web:** creating Avatar predefined sizes ([b8943eb](https://github.com/natura-cosmeticos/natds/commit/b8943eb91d6419debd7a45e6cb941622f198185e))
* **web:** creating Search, Password and CustomIcon functionalities ([7f0bf07](https://github.com/natura-cosmeticos/natds/commit/7f0bf07a83dbb361f7338776abaf19fe541dfa74))
* **web:** creating TextField component for web ([e95cccd](https://github.com/natura-cosmeticos/natds/commit/e95cccdc467f97e377ea42f9c84c654b70683966))
* **web:** extending Avatar behavior to include theme based Colors ([6aebed3](https://github.com/natura-cosmeticos/natds/commit/6aebed307bdb7a506bcd7a520447f884f2f94b42))
* **web:** including mask functionality ([3d659e5](https://github.com/natura-cosmeticos/natds/commit/3d659e5ed314dd95fa0a4a161799075d9bf0cac2))
* **web:** textField readonly state and Docs updates ([4b10436](https://github.com/natura-cosmeticos/natds/commit/4b10436f0df58f6363bb7a78d1577d95798d1550))





## 0.0.1 (2019-10-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@naturacosmeticos/natds-web",
"version": "0.0.1",
"version": "0.1.0",
"description": "Natura Design System - A collection of components used by Natura Cosmeticos",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@material-ui/core": "4.6.1",
"@naturacosmeticos/natds-styles": "^0.0.1",
"@naturacosmeticos/natds-styles": "^0.1.0",
"@types/react-text-mask": "5.4.6",
"@types/styled-components": "4.4.0",
"react-text-mask": "5.4.3",
Expand Down

0 comments on commit 0ca5bb6

Please sign in to comment.