From 33342c787b20f3b96dc1eb4d0c6fa2fc0a7c3dfe Mon Sep 17 00:00:00 2001 From: Brian Takita Date: Sun, 28 Mar 2021 20:30:19 -0400 Subject: [PATCH] ## 6.0.38 ### Patch Changes - fix: npm publish: https://github.com/npm/cli/issues/2834 - Updated dependencies [undefined] - @ctx-core/array@20.2.2 --- CHANGELOG.md | 8 ++++++++ package.json | 9 +++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbb0c9f..73da951 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/package.json b/package.json index 97d91c1..f84b6cd 100644 --- a/package.json +++ b/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" @@ -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", @@ -36,6 +36,7 @@ "typescript": "^4.2.3" }, "publishConfig": { - "access": "public" + "access": "public", + "cache": "~/.npm" } -} \ No newline at end of file +}