Skip to content

Commit

Permalink
chore(nxext): version bump of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPieper committed Oct 31, 2023
1 parent 94a0316 commit 2e80b4c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nxext/common",
"version": "17.0.0",
"version": "17.0.1",
"description": "Core utilities for nxext Nx plugins",
"author": {
"name": "Gion Kunz",
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nxext/nuxt",
"version": "17.0.0",
"version": "17.0.0-alpha2",
"license": "MIT",
"author": "Gion Kunz",
"description": "Nx plugin for Nuxt3",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@nx/workspace": "17.0.1",
"@nuxt/kit": "3.6.5",
"nuxi": "3.6.5",
"@nxext/common": "*"
"@nxext/common": "17.0.1"
},
"peerDependencies": {
"@nx/js": "17.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nxext/preact",
"version": "17.0.0",
"version": "17.0.1",
"license": "MIT",
"author": "Jordan Hall",
"description": "Nx plugin for preact",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nxext/solid",
"version": "17.0.0",
"version": "17.0.1",
"license": "MIT",
"author": "Dominik Pieper",
"description": "Nx plugin for solid",
Expand Down
2 changes: 1 addition & 1 deletion packages/stencil/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nxext/stencil",
"version": "17.0.1",
"version": "17.0.2",
"license": "MIT",
"author": "Dominik Pieper",
"description": "Nx plugin for stenciljs",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nxext/svelte",
"version": "17.0.0",
"version": "17.0.1",
"license": "MIT",
"author": "Dominik Pieper",
"description": "Nx plugin for Svelte",
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nxext/sveltekit",
"version": "17.0.0",
"version": "17.0.1",
"license": "MIT",
"author": "Dominik Pieper",
"description": "Nx plugin for Sveltekit",
Expand Down

0 comments on commit 2e80b4c

Please sign in to comment.