Skip to content

Commit

Permalink
## 5.0.28
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
- @ctx-core/object@17.4.2
  • Loading branch information
btakita committed Mar 29, 2021
1 parent 3906e1c commit cad41d5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# @ctx-core/ctx-core-typescript-tools

## 5.0.28

### Patch Changes

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

## 5.0.27

### Patch Changes
Expand Down
11 changes: 6 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@ctx-core/ctx-core-typescript-tools",
"version": "5.0.27",
"version": "5.0.28",
"description": "Typescript tools for the @ctx-core monorepo",
"keywords": [
"ctx-core"
Expand All @@ -22,14 +22,15 @@
"exec": "$@"
},
"dependencies": {
"@ctx-core/array": "workspace:^20.2.1",
"@ctx-core/object": "workspace:^17.4.1",
"@ctx-core/array": "workspace:^20.2.2",
"@ctx-core/object": "workspace:^17.4.2",
"globby": "^11.0.3"
},
"devDependencies": {
"typescript": "^4.2.3"
},
"publishConfig": {
"access": "public"
"access": "public",
"cache": "~/.npm"
}
}
}

0 comments on commit cad41d5

Please sign in to comment.