alouette-icons 2.0.0 → 2.0.2

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 +12 -0
  2. package/package.json +7 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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
+ ## [2.0.2](https://github.com/christophehurpeau/alouette/compare/alouette-icons@2.0.1...alouette-icons@2.0.2) (2024-12-05)
7
+
8
+ ### Bug Fixes
9
+
10
+ * add react-native field in package.json ([f8bf639](https://github.com/christophehurpeau/alouette/commit/f8bf6390402c9a9c25979899781b7a849d04202d))
11
+
12
+ ## [2.0.1](https://github.com/christophehurpeau/alouette/compare/alouette-icons@2.0.0...alouette-icons@2.0.1) (2024-12-05)
13
+
14
+ ### Bug Fixes
15
+
16
+ * fix dist for web ([43ddeaf](https://github.com/christophehurpeau/alouette/commit/43ddeaf1efc4989d56b248aa91aa667cdb418fa3))
17
+
6
18
  ## [2.0.0](https://github.com/christophehurpeau/alouette/compare/alouette-icons@1.0.0...alouette-icons@2.0.0) (2024-12-03)
7
19
 
8
20
  ### ⚠ BREAKING CHANGES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alouette-icons",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "icons for alouette",
5
5
  "keywords": [],
6
6
  "author": "Christophe Hurpeau <302891+christophehurpeau@users.noreply.github.com> (https://christophe.hurpeau.com)",
@@ -23,12 +23,15 @@
23
23
  "./package.json": "./package.json",
24
24
  "./phosphor-icons": {
25
25
  "types": "./lib/phosphor-icons.d.ts",
26
- "react-native": "./lib/phosphor-icons.cjs",
27
- "node": {
26
+ "browser": "./lib/phosphor-icons.mjs",
27
+ "react-native": {
28
28
  "import": "./lib/phosphor-icons.mjs",
29
29
  "require": "./lib/phosphor-icons.cjs"
30
30
  },
31
- "browser": "./lib/phosphor-icons.mjs"
31
+ "node": {
32
+ "import": "./lib/phosphor-icons.node.mjs",
33
+ "require": "./lib/phosphor-icons.node.cjs"
34
+ }
32
35
  }
33
36
  },
34
37
  "files": [