@cutting/svg 4.44.0 → 4.45.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.
@@ -1,6 +1,6 @@
1
- @cutting/svg:build: cache hit, replaying output 3affa4aa45ef9128
1
+ @cutting/svg:build: cache hit, replaying output 95919d7609b09a7a
2
2
  @cutting/svg:build:
3
- @cutting/svg:build: > @cutting/svg@4.44.0 build /home/runner/work/cuttingedge/cuttingedge/packages/svg
3
+ @cutting/svg:build: > @cutting/svg@4.45.2 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,43 +1,30 @@
1
1
  # @cutting/svg
2
2
 
3
- ## 4.44.0
4
-
5
- ### Minor Changes
6
-
7
- - 7ea7da5d: here we go
8
-
9
- ### Patch Changes
10
-
11
- - 7ea7da5d: AAA
12
- - Updated dependencies [7ea7da5d]
13
- - Updated dependencies [7ea7da5d]
14
- - @cutting/use-get-parent-size@1.18.0
15
- - @cutting/util@4.49.0
16
-
17
- ## 4.43.2
3
+ ## 4.45.2
18
4
 
19
5
  ### Patch Changes
20
6
 
21
- - Updated dependencies [1edcec38]
22
- - @cutting/util@4.48.0
23
- - @cutting/use-get-parent-size@1.17.2
7
+ - Updated dependencies [f732b2a7]
8
+ - @cutting/util@4.50.2
9
+ - @cutting/use-get-parent-size@1.19.2
24
10
 
25
- ## 4.43.1
11
+ ## 4.45.1
26
12
 
27
13
  ### Patch Changes
28
14
 
29
- - Updated dependencies [20164c54]
30
- - @cutting/util@4.47.0
31
- - @cutting/use-get-parent-size@1.17.1
15
+ - afb80318: bump
16
+ - Updated dependencies [afb80318]
17
+ - @cutting/use-get-parent-size@1.19.1
18
+ - @cutting/util@4.50.1
32
19
 
33
- ## 4.43.0
20
+ ## 4.45.0
34
21
 
35
22
  ### Minor Changes
36
23
 
37
- - d98dd7d1: use browserlistrc and remove babel targets
24
+ - a38ea904: reset changelogs
38
25
 
39
26
  ### Patch Changes
40
27
 
41
- - Updated dependencies [d98dd7d1]
42
- - @cutting/use-get-parent-size@1.17.0
43
- - @cutting/util@4.46.0
28
+ - Updated dependencies [a38ea904]
29
+ - @cutting/use-get-parent-size@1.19.0
30
+ - @cutting/util@4.50.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cutting/svg",
3
- "version": "4.44.0",
3
+ "version": "4.45.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dagda1/cuttingedge.git"
@@ -15,18 +15,18 @@
15
15
  "types": "dist/esm/index.d.ts",
16
16
  "license": "MIT",
17
17
  "dependencies": {
18
- "@cutting/use-get-parent-size": "1.18.0",
19
- "@cutting/util": "4.49.0",
18
+ "@cutting/use-get-parent-size": "1.19.2",
19
+ "@cutting/util": "4.50.2",
20
20
  "classnames": "^2.3.1",
21
21
  "resize-observer-polyfill": "^1.5.1"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@babel/runtime": "7.17.9",
25
- "@cutting/component-library": "5.23.0",
26
- "@cutting/devtools": "4.51.0",
27
- "@cutting/eslint-config": "4.39.0",
28
- "@cutting/tsconfig": "4.36.0",
29
- "@cutting/useful-types": "4.35.0",
25
+ "@cutting/component-library": "5.25.2",
26
+ "@cutting/devtools": "4.53.2",
27
+ "@cutting/eslint-config": "4.40.1",
28
+ "@cutting/tsconfig": "4.37.1",
29
+ "@cutting/useful-types": "4.36.1",
30
30
  "@jest/globals": "27.5.1",
31
31
  "@testing-library/jest-dom": "5.16.4",
32
32
  "@testing-library/react": "^13.0.1",