@cutting/svg 4.44.0 → 4.45.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.
- package/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +5 -35
- package/package.json +8 -8
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@cutting/svg:build: cache hit, replaying output
|
|
1
|
+
@cutting/svg:build: cache hit, replaying output eb1d9036a82dd9d2
|
|
2
2
|
@cutting/svg:build:
|
|
3
|
-
@cutting/svg:build: > @cutting/svg@4.
|
|
3
|
+
@cutting/svg:build: > @cutting/svg@4.45.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,43 +1,13 @@
|
|
|
1
1
|
# @cutting/svg
|
|
2
2
|
|
|
3
|
-
## 4.
|
|
3
|
+
## 4.45.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- a38ea904: reset changelogs
|
|
8
8
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
- @cutting/use-get-parent-size@1.18.0
|
|
15
|
-
- @cutting/util@4.49.0
|
|
16
|
-
|
|
17
|
-
## 4.43.2
|
|
18
|
-
|
|
19
|
-
### Patch Changes
|
|
20
|
-
|
|
21
|
-
- Updated dependencies [1edcec38]
|
|
22
|
-
- @cutting/util@4.48.0
|
|
23
|
-
- @cutting/use-get-parent-size@1.17.2
|
|
24
|
-
|
|
25
|
-
## 4.43.1
|
|
26
|
-
|
|
27
|
-
### Patch Changes
|
|
28
|
-
|
|
29
|
-
- Updated dependencies [20164c54]
|
|
30
|
-
- @cutting/util@4.47.0
|
|
31
|
-
- @cutting/use-get-parent-size@1.17.1
|
|
32
|
-
|
|
33
|
-
## 4.43.0
|
|
34
|
-
|
|
35
|
-
### Minor Changes
|
|
36
|
-
|
|
37
|
-
- d98dd7d1: use browserlistrc and remove babel targets
|
|
38
|
-
|
|
39
|
-
### Patch Changes
|
|
40
|
-
|
|
41
|
-
- Updated dependencies [d98dd7d1]
|
|
42
|
-
- @cutting/use-get-parent-size@1.17.0
|
|
43
|
-
- @cutting/util@4.46.0
|
|
11
|
+
- Updated dependencies [a38ea904]
|
|
12
|
+
- @cutting/use-get-parent-size@1.19.0
|
|
13
|
+
- @cutting/util@4.50.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cutting/svg",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.45.0",
|
|
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.
|
|
19
|
-
"@cutting/util": "4.
|
|
18
|
+
"@cutting/use-get-parent-size": "1.19.0",
|
|
19
|
+
"@cutting/util": "4.50.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.9",
|
|
25
|
-
"@cutting/component-library": "5.
|
|
26
|
-
"@cutting/devtools": "4.
|
|
27
|
-
"@cutting/eslint-config": "4.
|
|
28
|
-
"@cutting/tsconfig": "4.
|
|
29
|
-
"@cutting/useful-types": "4.
|
|
25
|
+
"@cutting/component-library": "5.24.0",
|
|
26
|
+
"@cutting/devtools": "4.52.0",
|
|
27
|
+
"@cutting/eslint-config": "4.40.0",
|
|
28
|
+
"@cutting/tsconfig": "4.37.0",
|
|
29
|
+
"@cutting/useful-types": "4.36.0",
|
|
30
30
|
"@jest/globals": "27.5.1",
|
|
31
31
|
"@testing-library/jest-dom": "5.16.4",
|
|
32
32
|
"@testing-library/react": "^13.0.1",
|