Skip to content

Commit 4dee45a

Browse files
committed
prerelease
1 parent 9528d0f commit 4dee45a

File tree

4 files changed

+20
-1
lines changed

4 files changed

+20
-1
lines changed

.changeset/good-cheetahs-kneel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@squarecloud/api": patch
3+
---
4+
5+
Attempt to fix circular dependency error

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"mode": "pre",
3+
"tag": "next",
4+
"initialVersions": {
5+
"@squarecloud/api": "3.5.0"
6+
},
7+
"changesets": ["good-cheetahs-kneel"]
8+
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @squarecloud/api
22

3+
## 3.5.1-next.0
4+
5+
### Patch Changes
6+
7+
- Attempt to fix circular dependency error
8+
39
## 3.5.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@squarecloud/api",
3-
"version": "3.5.0",
3+
"version": "3.5.1-next.0",
44
"description": "A NodeJS wrapper for Square Cloud API",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)