alouette-icons 3.0.0 → 4.0.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 +25 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,31 @@
|
|
|
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
|
+
## 4.0.0 (2025-02-01)
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* drop node 18
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* alouette-icons ([924eb6d](https://github.com/christophehurpeau/alouette/commit/924eb6da66cb9689cfc1bb390a810167eb9b5d87))
|
|
15
|
+
* build alouette-icons for node (web and react-native) for unit testing or SSR ([b772a51](https://github.com/christophehurpeau/alouette/commit/b772a51c0786c722f748f8d4c212d9225529e509))
|
|
16
|
+
* **deps:** update dependency @phosphor-icons/core to v2.1.1 ([#46](https://github.com/christophehurpeau/alouette/issues/46)) ([58ba6e0](https://github.com/christophehurpeau/alouette/commit/58ba6e0473f6a7362d19e21f9f71ca97b81933df))
|
|
17
|
+
* **deps:** update dependency react-native to v0.75.2 ([#61](https://github.com/christophehurpeau/alouette/issues/61)) ([09b2a47](https://github.com/christophehurpeau/alouette/commit/09b2a472ba642defe11ef3eee5ef546ff1bf633f))
|
|
18
|
+
* **deps:** update dependency react-native to v0.77.0 ([#68](https://github.com/christophehurpeau/alouette/issues/68)) ([577dc45](https://github.com/christophehurpeau/alouette/commit/577dc45287c344164317212198c6453d1bde1a74))
|
|
19
|
+
* improvements and new components ([335f060](https://github.com/christophehurpeau/alouette/commit/335f06086a3eae528e8f351ad6bf5b94cdc4c612))
|
|
20
|
+
* update dependencies and build cjs ([121ed87](https://github.com/christophehurpeau/alouette/commit/121ed8748bed730826d206160399af2f1eae63fa))
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* add react-native field in package.json ([f8bf639](https://github.com/christophehurpeau/alouette/commit/f8bf6390402c9a9c25979899781b7a849d04202d))
|
|
25
|
+
* fix dist for web ([43ddeaf](https://github.com/christophehurpeau/alouette/commit/43ddeaf1efc4989d56b248aa91aa667cdb418fa3))
|
|
26
|
+
|
|
27
|
+
### Miscellaneous Chores
|
|
28
|
+
|
|
29
|
+
* update dev dependencies and update to node 20 ([28885df](https://github.com/christophehurpeau/alouette/commit/28885dfe4fae18e4159ec3c9fab23a7fc738b6c0))
|
|
30
|
+
|
|
6
31
|
## 3.0.0 (2025-02-01)
|
|
7
32
|
|
|
8
33
|
### ⚠ BREAKING CHANGES
|
package/package.json
CHANGED