Skip to content

Commit

Permalink
## 6.0.38
Browse files Browse the repository at this point in the history
### Patch Changes

- fix: npm publish: npm/cli#2834
- Updated dependencies [undefined]
- @ctx-core/array@20.2.2
  • Loading branch information
btakita committed Mar 29, 2021
1 parent 5e1440d commit 33342c7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# @ctx-core/ctx-core-package-tools

## 6.0.38

### Patch Changes

- fix: npm publish: https://github.com/npm/cli/issues/2834
- Updated dependencies [undefined]
- @ctx-core/array@20.2.2

## 6.0.37

### Patch Changes
Expand Down
9 changes: 5 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@ctx-core/ctx-core-package-tools",
"version": "6.0.37",
"version": "6.0.38",
"description": "package tools for the @ctx-core monorepo",
"keywords": [
"ctx-core"
Expand All @@ -26,7 +26,7 @@
"exec": "$@"
},
"dependencies": {
"@ctx-core/array": "workspace:^20.2.1"
"@ctx-core/array": "workspace:^20.2.2"
},
"devDependencies": {
"@types/glob": "~7.1.3",
Expand All @@ -36,6 +36,7 @@
"typescript": "^4.2.3"
},
"publishConfig": {
"access": "public"
"access": "public",
"cache": "~/.npm"
}
}
}

0 comments on commit 33342c7

Please sign in to comment.