@liner-fe/icon-rn 0.0.3 → 0.0.5

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 +25 -0
  2. package/package.json +2 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,25 @@
1
+ # @liner-fe/icon-rn
2
+
3
+ ## 0.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - b4dcca3: @liner-fe/icon-rn 업데이트
8
+
9
+ ## 0.0.4
10
+
11
+ ### Patch Changes
12
+
13
+ - 1a122e2: icon 변경
14
+
15
+ ## 0.0.3
16
+
17
+ ### Patch Changes
18
+
19
+ - 7c833dd: icon update
20
+
21
+ ## 0.0.2
22
+
23
+ ### Patch Changes
24
+
25
+ - 89d90a1: icon 패키지 배포
package/package.json CHANGED
@@ -1,13 +1,10 @@
1
1
  {
2
2
  "name": "@liner-fe/icon-rn",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "scripts": {
5
5
  "build": ""
6
6
  },
7
7
  "publishConfig": {
8
8
  "access": "public"
9
- },
10
- "files": [
11
- "lib"
12
- ]
9
+ }
13
10
  }