@cutting/svg 4.39.1 → 4.41.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.
@@ -1,6 +1,6 @@
1
- @cutting/svg:build: cache hit, replaying output 19e8529a174bc943
1
+ @cutting/svg:build: cache hit, replaying output 6a7d17ef95da7abd
2
2
  @cutting/svg:build:
3
- @cutting/svg:build: > @cutting/svg@4.39.1 build /home/runner/work/cuttingedge/cuttingedge/packages/svg
3
+ @cutting/svg:build: > @cutting/svg@4.41.0 build /home/runner/work/cuttingedge/cuttingedge/packages/svg
4
4
  @cutting/svg:build: > NODE_ENV=production devtools rollup
5
5
  @cutting/svg:build:
6
6
  @cutting/svg:build: DEBUG using tsconfig.dist.json
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @cutting/svg
2
2
 
3
+ ## 4.41.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d542ad8f: version
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [d542ad8f]
12
+ - @cutting/use-get-parent-size@1.15.0
13
+ - @cutting/util@4.40.0
14
+
15
+ ## 4.40.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [22996a38]
20
+ - @cutting/use-get-parent-size@1.14.1
21
+
22
+ ## 4.40.0
23
+
24
+ ### Minor Changes
25
+
26
+ - is not well
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies
31
+ - @cutting/use-get-parent-size@1.14.0
32
+ - @cutting/util@4.39.0
33
+
3
34
  ## 4.39.1
4
35
 
5
36
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cutting/svg",
3
- "version": "4.39.1",
3
+ "version": "4.41.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dagda1/cuttingedge.git"
@@ -47,8 +47,7 @@
47
47
  "lint": "eslint ./src/**/*.{ts,tsx} --fix",
48
48
  "start": "PORT=8888 NODE_ENV=development devtools devserver-start",
49
49
  "test": "NODE_ENV=test devtools test",
50
- "test:ci": "CI=true pnpm test",
51
- "prepack": "pnpm build"
50
+ "test:ci": "CI=true pnpm test"
52
51
  },
53
52
  "volta": {
54
53
  "extends": "../../package.json"