Skip to content

Commit 7d77efb

Browse files
authored
chore(release): publish v0.9.0 (#28)
Co-authored-by: ct-sdks[bot] <153784748+ct-sdks[bot]@users.noreply.github.com>
1 parent 9a1063f commit 7d77efb

11 files changed

Lines changed: 7 additions & 11 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.8.0",
4+
"version": "0.9.0",
55
"description": "Build commercetools solutions faster",
66
"author": {
77
"name": "commercetools",

.agents/plugins/commercetools/skills/commercetools-storefront/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Pick the adapter for your frontend stack. Each stack folder under `references/st
111111

112112
| Stack | Reference | Commands |
113113
|-------|-----------|----------|
114-
| **Next.js 16** (App Router) + next-intl v4 + Tailwind v4 | [stack/nextjs/overview.md](./references/stack/nextjs/overview.md) | `/nextjs-setup-project`, `/nextjs-deploy-vercel`, `/nextjs-deploy-netlify`, `/nextjs-add-locale` |
114+
| **Next.js 16** (App Router) + next-intl v4 + Tailwind v4 | [stack/nextjs/overview.md](./references/stack/nextjs/overview.md) | `/nextjs-setup-project`, `/nextjs-deploy-vercel`, `/nextjs-deploy-netlify` |
115115
| **Nuxt 4** (Vue, SSR) + Nitro + @nuxtjs/i18n v10 + nuxt-auth-utils + Pinia + Tailwind v4 | [stack/nuxtjs/overview.md](./references/stack/nuxtjs/overview.md) | `/nuxtjs-setup-project` |
116116

117117

.agents/plugins/commercetools/skills/commercetools-storefront/references/stack/nextjs/concept-mapping.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ The generic skill writes paths and client-side data access as stack-neutral plac
5353
| Styling | Tailwind v4 — no config file, `@tailwindcss/postcss`, `@import 'tailwindcss'` in `globals.css` |
5454
| Deploy target | `vercel.json` / `netlify.toml` (repo root); `/nextjs-deploy-vercel`, `/nextjs-deploy-netlify` |
5555
| Scaffold a new project | `/nextjs-setup-project` |
56-
| Add a locale | `/nextjs-add-locale` |
5756

5857
> **Portable, not remapped:** the commercetools SDK calls (`apiRoot.*`, the as-associate chain), the mappers, and `getLocalizedString`/`formatMoney` are identical in both skills — only their *location* (`<server>/``lib/`) and the render/state primitives around them differ. SWR and `jose` are this stack's realizations of the generic **client state** and **server-managed session** concepts.
5958

.agents/plugins/commercetools/skills/commercetools-storefront/references/stack/nextjs/project-layout.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,5 @@ Run `/nextjs-deploy-vercel` or `/nextjs-deploy-netlify` — they enforce the Fro
119119
| Task | Command |
120120
|------|---------|
121121
| Scaffold the project (steps above, automated) | `/nextjs-setup-project` |
122-
| Add a country/locale (`COUNTRY_CONFIG`, `i18n/routing`, messages, hero config) | `/nextjs-add-locale` |
123122
| Deploy to Vercel | `/nextjs-deploy-vercel` |
124123
| Deploy to Netlify | `/nextjs-deploy-netlify` |

.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.8.0",
14+
"version": "0.9.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.8.0",
5+
"version": "0.9.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.8.0",
14+
"version": "0.9.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.8.0",
4+
"version": "0.9.0",
55
"description": "Build commercetools solutions faster",
66
"author": {
77
"name": "commercetools",

skills/commercetools-storefront/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Pick the adapter for your frontend stack. Each stack folder under `references/st
111111

112112
| Stack | Reference | Commands |
113113
|-------|-----------|----------|
114-
| **Next.js 16** (App Router) + next-intl v4 + Tailwind v4 | [stack/nextjs/overview.md](./references/stack/nextjs/overview.md) | `/nextjs-setup-project`, `/nextjs-deploy-vercel`, `/nextjs-deploy-netlify`, `/nextjs-add-locale` |
114+
| **Next.js 16** (App Router) + next-intl v4 + Tailwind v4 | [stack/nextjs/overview.md](./references/stack/nextjs/overview.md) | `/nextjs-setup-project`, `/nextjs-deploy-vercel`, `/nextjs-deploy-netlify` |
115115
| **Nuxt 4** (Vue, SSR) + Nitro + @nuxtjs/i18n v10 + nuxt-auth-utils + Pinia + Tailwind v4 | [stack/nuxtjs/overview.md](./references/stack/nuxtjs/overview.md) | `/nuxtjs-setup-project` |
116116

117117

skills/commercetools-storefront/references/stack/nextjs/concept-mapping.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ The generic skill writes paths and client-side data access as stack-neutral plac
5353
| Styling | Tailwind v4 — no config file, `@tailwindcss/postcss`, `@import 'tailwindcss'` in `globals.css` |
5454
| Deploy target | `vercel.json` / `netlify.toml` (repo root); `/nextjs-deploy-vercel`, `/nextjs-deploy-netlify` |
5555
| Scaffold a new project | `/nextjs-setup-project` |
56-
| Add a locale | `/nextjs-add-locale` |
5756

5857
> **Portable, not remapped:** the commercetools SDK calls (`apiRoot.*`, the as-associate chain), the mappers, and `getLocalizedString`/`formatMoney` are identical in both skills — only their *location* (`<server>/``lib/`) and the render/state primitives around them differ. SWR and `jose` are this stack's realizations of the generic **client state** and **server-managed session** concepts.
5958

0 commit comments

Comments
 (0)