@spark-ui/icons 1.1.2 → 1.1.4

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 +11 -0
  2. package/package.json +3 -4
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
+ ## [1.1.4](https://github.com/adevinta/spark/compare/@spark-ui/icons@1.1.3...@spark-ui/icons@1.1.4) (2023-03-28)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **icons:** fix ci process ([66d01d3](https://github.com/adevinta/spark/commit/66d01d399570a7ac428c8303b02c439b73492e7a))
11
+ - **icons:** update check icon ([ef5b0f1](https://github.com/adevinta/spark/commit/ef5b0f196648f271d3ddf93150bbf207439790ff))
12
+
13
+ ## [1.1.3](https://github.com/adevinta/spark/compare/@spark-ui/icons@1.1.2...@spark-ui/icons@1.1.3) (2023-03-28)
14
+
15
+ **Note:** Version bump only for package @spark-ui/icons
16
+
6
17
  ## [1.1.2](https://github.com/adevinta/spark/compare/@spark-ui/icons@1.1.1...@spark-ui/icons@1.1.2) (2023-03-27)
7
18
 
8
19
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/icons",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "spark-ui icons",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -9,7 +9,7 @@
9
9
  "module": "./dist/index.mjs",
10
10
  "types": "./dist/index.d.ts",
11
11
  "scripts": {
12
- "prebuild": "./scripts/build.mjs",
12
+ "prebuild": "node ./scripts/build.mjs",
13
13
  "build": "vite build"
14
14
  },
15
15
  "repository": {
@@ -21,9 +21,8 @@
21
21
  "change-case": "4.1.2",
22
22
  "minimatch": "7.4.2",
23
23
  "path-that-svg": "1.2.4",
24
- "prettier": "2.8.6",
25
24
  "svgo": "3.0.2",
26
25
  "svgson": "5.2.1"
27
26
  },
28
- "gitHead": "826f3ac60a8777563550a50a4eeed91cc5d01c18"
27
+ "gitHead": "c50f996debdc49d589478ab27db3b3f88f643f18"
29
28
  }