alouette 16.2.1 → 16.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
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
+ ## [16.3.0](https://github.com/christophehurpeau/alouette/compare/alouette@16.2.1...alouette@16.3.0) (2025-11-11)
7
+
8
+ ### Features
9
+
10
+ * update tamagui
11
+
6
12
  ## [16.2.1](https://github.com/christophehurpeau/alouette/compare/alouette@16.2.0...alouette@16.2.1) (2025-11-10)
7
13
 
8
14
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alouette",
3
- "version": "16.2.1",
3
+ "version": "16.3.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)",
@@ -123,9 +123,9 @@
123
123
  }
124
124
  },
125
125
  "dependencies": {
126
- "@tamagui/animations-css": "1.136.1",
127
- "@tamagui/animations-react-native": "1.136.1",
128
- "@tamagui/core": "1.136.1",
126
+ "@tamagui/animations-css": "1.137.0",
127
+ "@tamagui/animations-react-native": "1.137.0",
128
+ "@tamagui/core": "1.137.0",
129
129
  "alouette-icons": "8.0.1",
130
130
  "expo-linear-gradient": "15.0.7",
131
131
  "react-native-safe-area-context": "5.6.2",