alouette 16.1.0 → 16.1.1

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 +5 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,11 @@
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.1.1](https://github.com/christophehurpeau/alouette/compare/alouette@16.1.0...alouette@16.1.1) (2025-11-04)
7
+
8
+ Version bump for dependency: alouette-icons
9
+
10
+
6
11
  ## [16.1.0](https://github.com/christophehurpeau/alouette/compare/alouette@16.0.0...alouette@16.1.0) (2025-11-04)
7
12
 
8
13
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alouette",
3
- "version": "16.1.0",
3
+ "version": "16.1.1",
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)",
@@ -126,7 +126,7 @@
126
126
  "@tamagui/animations-css": "1.136.1",
127
127
  "@tamagui/animations-react-native": "1.136.1",
128
128
  "@tamagui/core": "1.136.1",
129
- "alouette-icons": "8.0.0",
129
+ "alouette-icons": "8.0.1",
130
130
  "expo-linear-gradient": "15.0.7",
131
131
  "react-native-safe-area-context": "5.6.2",
132
132
  "type-fest": "4.41.0"