Skip to content

Commit 73d16d3

Browse files
authored
chore(release): publish v0.6.0 (#25)
Co-authored-by: ct-sdks[bot] <153784748+ct-sdks[bot]@users.noreply.github.com>
1 parent df9a4aa commit 73d16d3

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.agents/plugins/commercetools/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commercetools",
33
"displayName": "commercetools",
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"description": "Build commercetools solutions faster",
66
"author": {
77
"name": "commercetools",

.agents/plugins/commercetools/skills/commercetools-connect/references/service-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ router.post('/products', verifyInbound, async (req, res) => {
204204
}
205205
}
206206
```
207-
Map the external model to the commercetools draft in `shared/src/mappers` ([project-structure.md](./project-structure.md)). Use the external system's stable identifier as the commercetools `key` so upserts are deterministic. Consider the [Import API](https://docs.commercetools.com/import-export/) for high-volume bulk loads instead of one call per item.
207+
Map the external model to the commercetools draft in `shared/src/mappers` ([project-structure.md](./project-structure.md)). Use the external system's stable identifier as the commercetools `key` so upserts are deterministic. Consider the [Import API](https://docs.commercetools.com/api/import-export/overview) for high-volume bulk loads instead of one call per item.
208208
209209
---
210210

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "commercetools",
1212
"source": "./",
1313
"description": "Build commercetools solutions faster",
14-
"version": "0.5.0",
14+
"version": "0.6.0",
1515
"author": {
1616
"name": "commercetools",
1717
"email": "support@commercetools.com",

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
33
"name": "commercetools",
44
"displayName": "commercetools",
5-
"version": "0.5.0",
5+
"version": "0.6.0",
66
"description": "Build commercetools solutions faster",
77
"author": {
88
"name": "commercetools",

.cursor-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "commercetools",
1212
"source": "./",
1313
"description": "Build commercetools solutions faster",
14-
"version": "0.5.0",
14+
"version": "0.6.0",
1515
"logo": "assets/commercetools-symbol.svg"
1616
}
1717
]

.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commercetools",
33
"displayName": "commercetools",
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"description": "Build commercetools solutions faster",
66
"author": {
77
"name": "commercetools",

skills/commercetools-connect/references/service-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ router.post('/products', verifyInbound, async (req, res) => {
204204
}
205205
}
206206
```
207-
Map the external model to the commercetools draft in `shared/src/mappers` ([project-structure.md](./project-structure.md)). Use the external system's stable identifier as the commercetools `key` so upserts are deterministic. Consider the [Import API](https://docs.commercetools.com/import-export/) for high-volume bulk loads instead of one call per item.
207+
Map the external model to the commercetools draft in `shared/src/mappers` ([project-structure.md](./project-structure.md)). Use the external system's stable identifier as the commercetools `key` so upserts are deterministic. Consider the [Import API](https://docs.commercetools.com/api/import-export/overview) for high-volume bulk loads instead of one call per item.
208208
209209
---
210210

0 commit comments

Comments
 (0)