From bb89b9ef3311e18512af6ca224ab62959ed9f6ad Mon Sep 17 00:00:00 2001 From: Brian Takita Date: Sun, 28 Mar 2021 20:30:19 -0400 Subject: [PATCH] ## 2.0.11 ### Patch Changes - fix: npm publish: https://github.com/npm/cli/issues/2834 --- CHANGELOG.md | 6 ++++++ package.json | 9 +++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b2c83..af86617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @ctx-core/theme--pocketgrid +## 2.0.11 + +### Patch Changes + +- fix: npm publish: https://github.com/npm/cli/issues/2834 + ## 2.0.10 ### Patch Changes diff --git a/package.json b/package.json index c0917db..a2524f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ctx-core/theme--pocketgrid", - "version": "2.0.10", + "version": "2.0.11", "description": "ctx-core theme support", "keywords": [ "ctx-core", @@ -24,11 +24,12 @@ "module": "./src/index.js", "types": "./src/index.ts", "devDependencies": { - "@ctx-core/sass": "workspace:^9.2.12", + "@ctx-core/sass": "workspace:^9.2.13", "svelte": "3.35.0", "typescript": "^4.2.3" }, "publishConfig": { - "access": "public" + "access": "public", + "cache": "~/.npm" } -} \ No newline at end of file +}