Skip to content

Commit 49745f3

Browse files
committed
## 9.1.42
### Patch Changes - fix: npm publish: npm/cli#2834 - Updated dependencies [undefined] - @ctx-core/[email protected] - @ctx-core/[email protected] - @ctx-core/[email protected] - @ctx-core/[email protected]
1 parent 533d09c commit 49745f3

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @ctx-core/tree\_\_checkbox
22

3+
## 9.1.42
4+
5+
### Patch Changes
6+
7+
- fix: npm publish: https://github.com/npm/cli/issues/2834
8+
- Updated dependencies [undefined]
9+
- @ctx-core/array@20.2.2
10+
- @ctx-core/object@17.4.2
11+
- @ctx-core/sass@9.2.13
12+
- @ctx-core/store@24.1.15
13+
314
## 9.1.41
415

516
### Patch Changes

package.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ctx-core/tree__checkbox",
3-
"version": "9.1.41",
3+
"version": "9.1.42",
44
"description": "ctx-core tree__checkbox",
55
"keywords": [
66
"ctx-core",
@@ -29,16 +29,17 @@
2929
"prepublishOnly": "npm run compile"
3030
},
3131
"dependencies": {
32-
"@ctx-core/array": "workspace:^20.2.1",
33-
"@ctx-core/object": "workspace:^17.4.1",
34-
"@ctx-core/sass": "workspace:^9.2.12",
35-
"@ctx-core/store": "workspace:^24.1.14",
32+
"@ctx-core/array": "workspace:^20.2.2",
33+
"@ctx-core/object": "workspace:^17.4.2",
34+
"@ctx-core/sass": "workspace:^9.2.13",
35+
"@ctx-core/store": "workspace:^24.1.15",
3636
"svelte": "3.35.0"
3737
},
3838
"devDependencies": {
3939
"typescript": "^4.2.3"
4040
},
4141
"publishConfig": {
42-
"access": "public"
42+
"access": "public",
43+
"cache": "~/.npm"
4344
}
4445
}

0 commit comments

Comments
 (0)