Skip to content

Commit 9b74a84

Browse files
authored
📝 Update CHANGELOG
1 parent 2dc22ae commit 9b74a84

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

CHANGELOG.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11

2-
32
## [1.0.0-alpha.3](https://github.com/adaptui/react-native-tailwind/compare/1.0.0-alpha.2...1.0.0-alpha.3) (2022-06-16)
43

4+
### Feature Updates
55

6-
### Bug Fixes
7-
8-
* **deps:** ⬆️ update dependency react-native-web to v0.18.1 ([da8c34a](https://github.com/adaptui/react-native-tailwind/commit/da8c34a7a589227e793b5a22a8e5889921881f61))
9-
6+
* **progress-bar:** :lipstick: wrap tailwind classnames with cx ([f39de78](https://github.com/adaptui/react-native-tailwind/commit/f39de78ae72ef4b265d8a0faf32faacc6ebcbe11))
7+
* **progress-bar:** :sparkles: wrap progress bar component ([aa84ad2](https://github.com/adaptui/react-native-tailwind/commit/aa84ad21099560378f50528d5e0e15c9952344f7))
8+
* **tag:** :sparkles: add themeColor for tag, remove TagProps hook, restructured tag render ([d760493](https://github.com/adaptui/react-native-tailwind/commit/d760493f395b91e357521172129a8ffb44a17b05))
9+
* **tag:** :zap: wrap tailwind classnames with cx, wrap textStyle inside styleAdapter ([b5defc9](https://github.com/adaptui/react-native-tailwind/commit/b5defc987b09c4454049f88fe9f9c0439159e3e0))
10+
* **tooltip:** :lipstick: updated tooltip theme ([bdc26c2](https://github.com/adaptui/react-native-tailwind/commit/bdc26c29dafdca5f7df5e0b71a84a8012e2c290e))
11+
* **tooltip:** :mute: remove console.log ([98fa76f](https://github.com/adaptui/react-native-tailwind/commit/98fa76f0bf103a4e4429f50c3dca9c428a60b720))
12+
* **tooltip:** :sparkles: wrap tailwind classnames with `cx`, move arrow style into tooltip theme ([edf65bd](https://github.com/adaptui/react-native-tailwind/commit/edf65bd8717cbf677df8174531050c6333b91eb7))
13+
* **tooltip:** :tada: wrap tooltip component ([f3c4c53](https://github.com/adaptui/react-native-tailwind/commit/f3c4c53abea46b28e0388b8e405ad076943e35fc))
1014

1115
### Maintanance Updates
1216

@@ -15,18 +19,16 @@
1519
* :wrench: add tag to vscode scope ([f503c9b](https://github.com/adaptui/react-native-tailwind/commit/f503c9b696cd0052e800acfcaf9efa7eff034eb1))
1620
* :wrench: add tooltip scope ([7904b2a](https://github.com/adaptui/react-native-tailwind/commit/7904b2a241a19700ea2288f102363ad3fbb2ef28))
1721
* **changelog:** 🔊 update changelog & kodiak merge logic ([d95a535](https://github.com/adaptui/react-native-tailwind/commit/d95a5358823f93de677dfa9d75046101df7e29a5))
22+
1823
* **example-app:** :package: add react native popper package ([3c2abd4](https://github.com/adaptui/react-native-tailwind/commit/3c2abd4fa2a80d2409f579b5f533de8f0289747f))
1924
* **example-app:** :sparkles: add popups module, create tooltip component screen with examples ([05864a3](https://github.com/adaptui/react-native-tailwind/commit/05864a33f172a8b2190890ef9ecf36d2c01673d7))
2025
* **example-app:** :sparkles: create Progress Bar component screen with examples ([5b8592f](https://github.com/adaptui/react-native-tailwind/commit/5b8592f6d937442bb453ca2398076ac412d68e88))
2126
* **example-app:** :sparkles: create Tag component screen with examples ([8c9e89f](https://github.com/adaptui/react-native-tailwind/commit/8c9e89f9de74d66c6130177bce040709e34eb931))
22-
* **progress-bar:** :lipstick: wrap tailwind classnames with cx ([f39de78](https://github.com/adaptui/react-native-tailwind/commit/f39de78ae72ef4b265d8a0faf32faacc6ebcbe11))
23-
* **progress-bar:** :sparkles: wrap progress bar component ([aa84ad2](https://github.com/adaptui/react-native-tailwind/commit/aa84ad21099560378f50528d5e0e15c9952344f7))
24-
* **tag:** :sparkles: add themeColor for tag, remove TagProps hook, restructured tag render ([d760493](https://github.com/adaptui/react-native-tailwind/commit/d760493f395b91e357521172129a8ffb44a17b05))
25-
* **tag:** :zap: wrap tailwind classnames with cx, wrap textStyle inside styleAdapter ([b5defc9](https://github.com/adaptui/react-native-tailwind/commit/b5defc987b09c4454049f88fe9f9c0439159e3e0))
26-
* **tooltip:** :lipstick: updated tooltip theme ([bdc26c2](https://github.com/adaptui/react-native-tailwind/commit/bdc26c29dafdca5f7df5e0b71a84a8012e2c290e))
27-
* **tooltip:** :mute: remove console.log ([98fa76f](https://github.com/adaptui/react-native-tailwind/commit/98fa76f0bf103a4e4429f50c3dca9c428a60b720))
28-
* **tooltip:** :sparkles: wrap tailwind classnames with `cx`, move arrow style into tooltip theme ([edf65bd](https://github.com/adaptui/react-native-tailwind/commit/edf65bd8717cbf677df8174531050c6333b91eb7))
29-
* **tooltip:** :tada: wrap tooltip component ([f3c4c53](https://github.com/adaptui/react-native-tailwind/commit/f3c4c53abea46b28e0388b8e405ad076943e35fc))
27+
28+
### Bug Fixes
29+
30+
* **deps:** ⬆️ update dependency react-native-web to v0.18.1 ([da8c34a](https://github.com/adaptui/react-native-tailwind/commit/da8c34a7a589227e793b5a22a8e5889921881f61))
31+
3032

3133
## [1.0.0-alpha.2](https://github.com/adaptui/react-native-tailwind/compare/1.0.0-alpha.1...1.0.0-alpha.2) (2022-06-14)
3234

@@ -561,4 +563,4 @@
561563
* **migration:** 🚚 separate example from core ([4059ebf](https://github.com/adaptui/react-native-tailwind/commit/4059ebfc8d462ff291872eaaaf526dc8e6fe5db7))
562564
* **readme:** 📝 refactor ([#43](https://github.com/adaptui/react-native-tailwind/issues/43)) ([593a085](https://github.com/adaptui/react-native-tailwind/commit/593a085b07f2403834e7e4750f63d4dac08657cf))
563565
* **release-it:** 👷 remove release tag check ([4b38fb5](https://github.com/adaptui/react-native-tailwind/commit/4b38fb5a279f79dcc6e894516503ba4562183e5a))
564-
* **release-it:** 👷 remove yarn test check ([63eaa3e](https://github.com/adaptui/react-native-tailwind/commit/63eaa3e284b3d6028f1b198e9f416d4dafa1e090))
566+
* **release-it:** 👷 remove yarn test check ([63eaa3e](https://github.com/adaptui/react-native-tailwind/commit/63eaa3e284b3d6028f1b198e9f416d4dafa1e090))

0 commit comments

Comments
 (0)