From 0decfba44d3c3aa0d2d90e68545e7cddac07469a Mon Sep 17 00:00:00 2001 From: Bucky Maler Date: Sun, 9 May 2021 17:09:55 -0500 Subject: [PATCH] Release 11.0.1 --- libs/docusaurus/package.json | 2 +- libs/nuxt/package.json | 2 +- libs/vue/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/docusaurus/package.json b/libs/docusaurus/package.json index fe0a0087..4083e9c1 100644 --- a/libs/docusaurus/package.json +++ b/libs/docusaurus/package.json @@ -1,6 +1,6 @@ { "name": "@nx-plus/docusaurus", - "version": "11.0.0", + "version": "11.0.1", "main": "src/index.js", "schematics": "./collection.json", "builders": "./builders.json", diff --git a/libs/nuxt/package.json b/libs/nuxt/package.json index d8405e52..bd5ff2b0 100644 --- a/libs/nuxt/package.json +++ b/libs/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@nx-plus/nuxt", - "version": "11.0.0", + "version": "11.0.1", "main": "src/index.js", "schematics": "./collection.json", "builders": "./builders.json", diff --git a/libs/vue/package.json b/libs/vue/package.json index 3c3e9ed9..b3301594 100644 --- a/libs/vue/package.json +++ b/libs/vue/package.json @@ -1,6 +1,6 @@ { "name": "@nx-plus/vue", - "version": "11.0.0", + "version": "11.0.1", "main": "src/index.js", "schematics": "./collection.json", "builders": "./builders.json",