diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ebab876..0d16c3a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,6 +43,10 @@ jobs: - uses: danielroe/uppt/release@7bcfb5397c37202ef882363f755423130419d28a # v0.5.5 with: token: ${{ secrets.GITHUB_TOKEN }} + packages: | + packages/create-nuxt + packages/nuxi + packages/nuxt-cli pack: if: github.event_name == 'workflow_dispatch' && startsWith(github.ref, 'refs/tags/v') diff --git a/packages/create-nuxt/package.json b/packages/create-nuxt/package.json index 15fcc1e8..99da2490 100644 --- a/packages/create-nuxt/package.json +++ b/packages/create-nuxt/package.json @@ -1,7 +1,7 @@ { "name": "create-nuxt", "type": "module", - "version": "3.35.2", + "version": "3.37.0", "description": "Create a Nuxt app in seconds", "license": "MIT", "repository": { diff --git a/packages/nuxi/package.json b/packages/nuxi/package.json index ef798f6c..9d95ca03 100644 --- a/packages/nuxi/package.json +++ b/packages/nuxi/package.json @@ -1,7 +1,7 @@ { "name": "nuxi", "type": "module", - "version": "3.35.2", + "version": "3.37.0", "description": "Nuxt CLI", "license": "MIT", "repository": { diff --git a/packages/nuxt-cli/package.json b/packages/nuxt-cli/package.json index 9dce4204..2d0b8bc3 100644 --- a/packages/nuxt-cli/package.json +++ b/packages/nuxt-cli/package.json @@ -1,7 +1,7 @@ { "name": "@nuxt/cli", "type": "module", - "version": "3.35.2", + "version": "3.37.0", "description": "Nuxt CLI", "license": "MIT", "repository": {