Skip to content

Commit d95a535

Browse files
committed
chore(changelog): 🔊 update changelog & kodiak merge logic
1 parent ecbaacf commit d95a535

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

.kodiak.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = 1
44
[merge]
55
automerge_label = "ready 🎉"
66
require_automerge_label = false
7-
method = "squash"
7+
method = "rebase"
88
delete_branch_on_merge = true
99
optimistic_updates = true
1010
prioritize_ready_to_merge = true

CHANGELOG.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,44 @@
33
## [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)
44

55

6+
### Bug Fixes
7+
8+
* **meter:** :bug: set default value for themeColor
9+
10+
### Code Refactors
11+
12+
* **checkbox:** :recycle: wrapped tailwind classnames inside `cx`
13+
* **badge:** :art: improve theme structure
14+
* **button:** :recycle: wrap Button Component
15+
* **button:** :recycle: wrap button component
16+
617
### Maintanance Updates
718

819
* **deps:** ⬆️ update dependency lint-staged to v13.0.1 ([#46](https://github.com/adaptui/react-native-tailwind/issues/46)) ([2f24edd](https://github.com/adaptui/react-native-tailwind/commit/2f24edd935b226105ae5b1e4f4c375ad35450d33))
20+
* **avatar:** :lipstick: update active status bg color
21+
* **badge:** :art: add theme and set default theme to base
22+
* **button:** :art: add button theme, add themeColor prop & set to `base`
23+
* **button:** :lipstick: add active styles from figma to pressed state
24+
* **example-app:** :sparkles: add different Button variant component to Screen
25+
* **checkbox:** :lipstick: update checkbox theme to have updated colors and other theming
26+
* **checkbox:** :heavy_minus_sign: removed invalid utility class select-none
27+
* **checkbox:** :sparkles: wrap checkbox component
28+
* **example-app:** :sparkles: add Checkbox component screen
29+
* **spinner:** :sparkles: wrap spinner component
30+
* **example-app:** :bug: changed icon prop to iconOnly
31+
* **example-app:** :sparkles: add Spinner Component Screen
32+
* **avatar:** :lipstick: update bg of typing container & change font weight of avatar initials
33+
* **meter:** :sparkles: wrap meter component, add theming to meter & restructured theme
34+
* **meter:** :adhesive_bandage: change order of props
35+
* **badge:** :ambulance: fix outline text color, add vertical padding to badge container
36+
* **example-app:** :sparkles: add outline badge variants to example app
37+
* **example-app:** :recycle: add common component export, add MeterComponent to drawer screen
38+
* **spinner:** :adhesive_bandage: change `h-14px` tailwind classname to `h-3.5`
39+
* **primitives:** :truck: change primitives folder name (#51)
40+
* **spinner:** :bug: change border-2 tailwind classname to { borderWidth: 1.5 }
41+
* **checkbox:** :ambulance: add optional chaining for null check
42+
* **button:** :art: move `opacity-0` tailwind classname to button theme
43+
* **badge:** :fire: remove badge keys
944

1045
## [1.0.0-alpha.1](https://github.com/adaptui/react-native-tailwind/compare/1.0.0-alpha.0...1.0.0-alpha.1) (2022-06-08)
1146

@@ -498,4 +533,4 @@
498533
* **migration:** 🚚 separate example from core ([4059ebf](https://github.com/adaptui/react-native-tailwind/commit/4059ebfc8d462ff291872eaaaf526dc8e6fe5db7))
499534
* **readme:** 📝 refactor ([#43](https://github.com/adaptui/react-native-tailwind/issues/43)) ([593a085](https://github.com/adaptui/react-native-tailwind/commit/593a085b07f2403834e7e4750f63d4dac08657cf))
500535
* **release-it:** 👷 remove release tag check ([4b38fb5](https://github.com/adaptui/react-native-tailwind/commit/4b38fb5a279f79dcc6e894516503ba4562183e5a))
501-
* **release-it:** 👷 remove yarn test check ([63eaa3e](https://github.com/adaptui/react-native-tailwind/commit/63eaa3e284b3d6028f1b198e9f416d4dafa1e090))
536+
* **release-it:** 👷 remove yarn test check ([63eaa3e](https://github.com/adaptui/react-native-tailwind/commit/63eaa3e284b3d6028f1b198e9f416d4dafa1e090))

0 commit comments

Comments
 (0)