alouette 18.7.0 → 18.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/package.json +9 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [18.8.0](https://github.com/christophehurpeau/alouette/compare/alouette@18.7.0...alouette@18.8.0) (2026-05-01)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **deps:** update dependency type-fest to v5 ([#248](https://github.com/christophehurpeau/alouette/issues/248))
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* add @tamagui/metro-plugin to have warning when version is not compatible
|
|
15
|
+
* **deps:** update tamagui to v2.0.0-rc.41 ([#305](https://github.com/christophehurpeau/alouette/issues/305))
|
|
16
|
+
|
|
17
|
+
Version bump for dependency: alouette-icons
|
|
18
|
+
|
|
19
|
+
|
|
6
20
|
## [18.7.0](https://github.com/christophehurpeau/alouette/compare/alouette@18.6.1...alouette@18.7.0) (2026-03-12)
|
|
7
21
|
|
|
8
22
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "alouette",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.8.0",
|
|
4
4
|
"description": "A modern, customizable design system built on top of Tamagui with configurable defaults",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "Christophe Hurpeau <302891+christophehurpeau@users.noreply.github.com> (https://christophe.hurpeau.com)",
|
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
},
|
|
108
108
|
"prettier": "@pob/root/prettier-config",
|
|
109
109
|
"peerDependencies": {
|
|
110
|
+
"@tamagui/metro-plugin": "2.0.0-rc.41",
|
|
110
111
|
"alouette-icons": "*",
|
|
111
112
|
"expo-web-browser": "*",
|
|
112
113
|
"react": "^19.1.0",
|
|
@@ -123,17 +124,18 @@
|
|
|
123
124
|
}
|
|
124
125
|
},
|
|
125
126
|
"dependencies": {
|
|
126
|
-
"@tamagui/animations-css": "2.0.0-rc.
|
|
127
|
-
"@tamagui/animations-react-native": "2.0.0-rc.
|
|
128
|
-
"@tamagui/core": "2.0.0-rc.
|
|
129
|
-
"alouette-icons": "8.0.
|
|
127
|
+
"@tamagui/animations-css": "2.0.0-rc.41",
|
|
128
|
+
"@tamagui/animations-react-native": "2.0.0-rc.41",
|
|
129
|
+
"@tamagui/core": "2.0.0-rc.41",
|
|
130
|
+
"alouette-icons": "8.0.7",
|
|
130
131
|
"expo-web-browser": "~15.0.10",
|
|
131
132
|
"react-native-safe-area-context": "5.6.2",
|
|
132
|
-
"type-fest": "4.
|
|
133
|
+
"type-fest": "5.4.4"
|
|
133
134
|
},
|
|
134
135
|
"devDependencies": {
|
|
135
|
-
"@pob/rollup-esbuild": "8.
|
|
136
|
+
"@pob/rollup-esbuild": "8.3.0",
|
|
136
137
|
"@rollup/plugin-replace": "6.0.3",
|
|
138
|
+
"@tamagui/metro-plugin": "2.0.0-rc.41",
|
|
137
139
|
"@types/node": "24.10.1",
|
|
138
140
|
"@types/react": "19.1.13",
|
|
139
141
|
"react": "19.1.0",
|