@cutting/svg 4.31.8 → 4.31.9

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 299ccd72637a36c2
1
+ @cutting/svg:build: cache hit, replaying output 4eaf9621b6f5c23e
2
2
  @cutting/svg:build:
3
- @cutting/svg:build: > @cutting/svg@4.31.8 build /home/runner/work/cuttingedge/cuttingedge/packages/svg
3
+ @cutting/svg:build: > @cutting/svg@4.31.9 build /home/runner/work/cuttingedge/cuttingedge/packages/svg
4
4
  @cutting/svg:build: > NODE_ENV=development cutting rollup
5
5
  @cutting/svg:build:
6
6
  @cutting/svg:build: DEBUG using tsconfig.dist.json
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @cutting/svg
2
2
 
3
+ ## 4.31.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e6a06fa0]
8
+ - @cutting/util@4.30.0
9
+ - @cutting/use-get-parent-size@1.6.9
10
+
3
11
  ## 4.31.8
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cutting/svg",
3
- "version": "4.31.8",
3
+ "version": "4.31.9",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dagda1/cuttingedge.git"
@@ -15,14 +15,14 @@
15
15
  "types": "dist/esm/index.d.ts",
16
16
  "license": "MIT",
17
17
  "dependencies": {
18
- "@cutting/use-get-parent-size": "1.6.8",
19
- "@cutting/util": "4.29.8",
18
+ "@cutting/use-get-parent-size": "1.6.9",
19
+ "@cutting/util": "4.30.0",
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.2",
25
- "@cutting/component-library": "5.4.13",
25
+ "@cutting/component-library": "5.4.14",
26
26
  "@cutting/devtools": "4.31.8",
27
27
  "@cutting/eslint-config": "4.28.5",
28
28
  "@cutting/tsconfig": "4.26.4",