Skip to content

Commit 3b521e1

Browse files
committed
🚀 Release v1.0.0
1 parent 323b0b1 commit 3b521e1

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11

22

3+
## [1.0.0](https://github.com/adaptui/react-native-tailwind/compare/1.0.0-alpha.13...1.0.0) (2024-03-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **checkbox:** :green_heart: fix build ts definition ([f430579](https://github.com/adaptui/react-native-tailwind/commit/f4305790271cb6d034c5c9196b735b00f65911e6))
9+
* **example-app:** :bug: fix web focus issues ([01c495c](https://github.com/adaptui/react-native-tailwind/commit/01c495cedc4dd45d9df6909fcc50ee997b621036))
10+
* **types:** add comments for ignoring ts errors, and fix a ts error with Type assertion ([a931de3](https://github.com/adaptui/react-native-tailwind/commit/a931de3eba74d111c391eec01ce7def514648a11))
11+
12+
13+
### Documentation Changes
14+
15+
* **readme:** :memo: update getting started guide ([19fce43](https://github.com/adaptui/react-native-tailwind/commit/19fce435792ba36e4eb1ec66526572a7a033e990))
16+
17+
18+
### Build Updates
19+
20+
* :green_heart: fix github workflows to use node 16 ([affe8ac](https://github.com/adaptui/react-native-tailwind/commit/affe8ac44b59233c2af9b27ae54f4a3c9f30dbd2))
21+
* :green_heart: fix lint github workflow ([92fa561](https://github.com/adaptui/react-native-tailwind/commit/92fa561d733c029842c63dba7048f82b689e8326))
22+
* **example-app:** :rocket: deploy web version ([40b0b07](https://github.com/adaptui/react-native-tailwind/commit/40b0b0704ce3637b92e7f40f3a25b43c8111bc31))
23+
24+
25+
### Feature Updates
26+
27+
* **components:** :zap: use useWebFocusRing hook, to remove the outline style ([ccf8d42](https://github.com/adaptui/react-native-tailwind/commit/ccf8d4298471684c08344a67b8e59b4802eaa51c))
28+
* **theme:** :art: add common web style to component default styles ([87f3227](https://github.com/adaptui/react-native-tailwind/commit/87f322763234331d3c5864d78a423645416ae446))
29+
* update react-native-svg package to latest fixing infinite console errors on web ([452cf1c](https://github.com/adaptui/react-native-tailwind/commit/452cf1c11790ea975cff244049f34036620e146d))
30+
* **utils:** :zap: add useWebFocusRing hook ([f400928](https://github.com/adaptui/react-native-tailwind/commit/f4009287f041896325a724a28ff68f0f93d91544))
31+
32+
33+
### Maintanance Updates
34+
35+
* :package: add @react-aria/focus package ([7e18eaf](https://github.com/adaptui/react-native-tailwind/commit/7e18eaf7d511d4621e54278db3c4481babfa0ae3))
36+
* add ios & android build folders ([c8a70bb](https://github.com/adaptui/react-native-tailwind/commit/c8a70bb411a40e7e84755c8eb00da66806d7a5fc))
37+
* changes to get the published version code ([323b0b1](https://github.com/adaptui/react-native-tailwind/commit/323b0b176c5003de566823402a0d915eb8f2bcbc))
38+
* **components:** :fire: remove ts-ignore ([e653da2](https://github.com/adaptui/react-native-tailwind/commit/e653da2b8b10463176590c6422ab193d0f6aaf9f))
39+
* **example-app:** :arrow_up: upgrade to latest expo dependencies ([d64b309](https://github.com/adaptui/react-native-tailwind/commit/d64b3093fdc7b99e3de42533d0ffc74b6e21fc90))
40+
* **example-app:** :green_heart: fix npm scripts to use expo go ([a46da3c](https://github.com/adaptui/react-native-tailwind/commit/a46da3c3cdf3ed1727c73f58fbcdfd3c9d5cf4e2))
41+
* **example-app:** :heavy_minus_sign: remove twrnc from example app as library already imports ([bd65a20](https://github.com/adaptui/react-native-tailwind/commit/bd65a20d2845d54dfdd252b9055122a982ee8fa6))
42+
* **select:** :arrow_up: upgrade bottom-sheet to alpha-version ([0fbb51a](https://github.com/adaptui/react-native-tailwind/commit/0fbb51acee034775c66ae1343c35254041b6e741))
43+
* update packages to the latest supported version of expo ([94d584e](https://github.com/adaptui/react-native-tailwind/commit/94d584e134a4c0c06a79e0f81b200b48ed48780d))
44+
345
## [1.0.0-alpha.9](https://github.com/adaptui/react-native-tailwind/compare/1.0.0-alpha.8...1.0.0-alpha.9) (2022-12-16)
446

547

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adaptui/react-native-tailwind",
3-
"version": "1.0.0-alpha.11",
3+
"version": "1.0.0",
44
"description": "Collection of components that are accessible, composable, customizable from low level to build your own UI & Design System",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)