Skip to content

Commit 252f507

Browse files
authored
Dev (#8)
* docs: update readme * chore: add changeset * feat: workflow improvements * fix: issue with pnpm version * chore: added change set * chore: changeset added * fix: workflow again * chore: fix * fix: remove commitlint for now, keeps failing * .
1 parent 5148a0b commit 252f507

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ on:
33
push:
44
branches:
55
- main
6-
workflow_run:
7-
workflows: [CI]
8-
branches: [main]
9-
types: [completed]
6+
# workflow_run:
7+
# workflows: [CI]
8+
# branches: [main]
9+
# types: [completed]
1010

1111
concurrency: ${{ github.workflow }}-${{ github.ref }}
1212

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# @zayne-labs/call-api
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- access public
8+
39
## 0.1.0
410

511
### Minor Changes
612

7-
- e4f691a: Bump version
13+
- 2de41e7: Bump version
814

915
### Patch Changes
1016

11-
- ba8100e: Fix workflow bug
17+
- 60683b6: Fix workflow bug

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zayne-labs/call-api",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"description": "A lightweight wrapper over fetch with quality of life improvements like built-in request cancellation, retries, interceptors and more",
66
"repository": {
@@ -32,6 +32,10 @@
3232
"dist"
3333
],
3434
"sideEffects": false,
35+
"publishConfig": {
36+
"access": "public",
37+
"registry": "https://registry.npmjs.org/"
38+
},
3539
"devDependencies": {
3640
"@changesets/cli": "^2.27.5",
3741
"@commitlint/cli": "^19.3.0",

0 commit comments

Comments
 (0)