Skip to content

Commit d3dd67a

Browse files
committed
fix skill, version
1 parent 302b335 commit d3dd67a

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.changeset/add-authors-endpoints.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.claude/skills/sdk-creator/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ After making changes, create a changeset file manually in the `.changeset/` fold
8686

8787
```md
8888
---
89-
'@arcxp/sdk-ts': minor
89+
'@code.store/arcxp-sdk-ts': minor
9090
---
9191

9292
Add bulkGetStories method to Content API

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @code.store/arcxp-sdk-ts
22

3+
## 5.5.0
4+
5+
### Minor Changes
6+
7+
- 3ee4690: Add missing Authors API endpoints: getAuthor, createAuthor, updateAuthor, getConfiguration. Expand ListAuthorsParams with full filter support.
8+
39
## 5.4.0
410

511
### Minor Changes

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ After making changes, create a file in `.changeset/` named after the feature:
9292

9393
```md
9494
---
95-
'@arcxp/sdk-ts': minor
95+
'@code.store/arcxp-sdk-ts': minor
9696
---
9797

9898
Add getAuthor and createAuthor methods to Author API

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code.store/arcxp-sdk-ts",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "A strongly typed set of ArcXP API's and utilities reduce the amount of work required to develop with ArcXP, starting with reducing the boilerplate code you have to write.",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -35,7 +35,7 @@
3535
"test": "npx vitest",
3636
"coverage": "npx vitest run --coverage",
3737
"gen:ts": "npx tsx ./src/scripts/json-schema-to-ts.ts",
38-
"cs": "npx changeset && npx changeset version"
38+
"cs": "npx changeset version"
3939
},
4040
"keywords": [
4141
"ArcXP",

0 commit comments

Comments
 (0)