Skip to content

Commit

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

- fix: npm publish: npm/cli#2834
  • Loading branch information
btakita committed Mar 29, 2021
1 parent e351bbe commit bb89b9e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions 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
Expand Down
9 changes: 5 additions & 4 deletions 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",
Expand All @@ -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"
}
}
}

0 comments on commit bb89b9e

Please sign in to comment.