alouette 8.0.5 → 8.0.7

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 CHANGED
@@ -3,6 +3,17 @@
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
+ ## [8.0.7](https://github.com/christophehurpeau/alouette/compare/alouette@8.0.6...alouette@8.0.7) (2024-12-05)
7
+
8
+ ### Bug Fixes
9
+
10
+ * add createAlouetteTamagui.js in files ([9d88c7e](https://github.com/christophehurpeau/alouette/commit/9d88c7e966e43aa4af3a257e74394b8619786dcd))
11
+
12
+ ## [8.0.6](https://github.com/christophehurpeau/alouette/compare/alouette@8.0.5...alouette@8.0.6) (2024-12-05)
13
+
14
+ Version bump for dependency: alouette-icons
15
+
16
+
6
17
  ## [8.0.5](https://github.com/christophehurpeau/alouette/compare/alouette@8.0.4...alouette@8.0.5) (2024-12-05)
7
18
 
8
19
  ### Bug Fixes
@@ -0,0 +1 @@
1
+ // for eslint-plugin-import :/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alouette",
3
- "version": "8.0.5",
3
+ "version": "8.0.7",
4
4
  "description": "tamagui-based design system with configurable defaults",
5
5
  "keywords": [],
6
6
  "author": "Christophe Hurpeau <302891+christophehurpeau@users.noreply.github.com> (https://christophe.hurpeau.com)",
@@ -55,7 +55,8 @@
55
55
  },
56
56
  "files": [
57
57
  "src",
58
- "dist"
58
+ "dist",
59
+ "createAlouetteTamagui.js"
59
60
  ],
60
61
  "scripts": {
61
62
  "build": "yarn clean:build && rollup --config rollup.config.mjs && yarn run build:definitions",
@@ -106,7 +107,7 @@
106
107
  "@tamagui/animations-react-native": "1.118.1",
107
108
  "@tamagui/core": "1.118.1",
108
109
  "@tamagui/react-native-media-driver": "1.118.1",
109
- "alouette-icons": "2.0.1",
110
+ "alouette-icons": "2.0.2",
110
111
  "type-fest": "4.30.0"
111
112
  },
112
113
  "devDependencies": {