From 022bd0cfe45a432ed273cb30094a2eb28c9e5f00 Mon Sep 17 00:00:00 2001 From: Devin Shoemaker Date: Tue, 25 Aug 2020 06:45:10 -0500 Subject: [PATCH] Release @nxtend/capacitor 1.1.0 (#217) --- packages/capacitor/package.json | 2 +- .../docs/blog/2020-08-15-capacitor-1.1.0.md | 22 +++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 packages/docs/blog/2020-08-15-capacitor-1.1.0.md diff --git a/packages/capacitor/package.json b/packages/capacitor/package.json index 7e3fc776..f6d04f9e 100644 --- a/packages/capacitor/package.json +++ b/packages/capacitor/package.json @@ -1,6 +1,6 @@ { "name": "@nxtend/capacitor", - "version": "1.0.0", + "version": "1.1.0", "description": "An Nx plugin for developing cross-platform applications using Capacitor", "author": { "name": "Devin Shoemaker", diff --git a/packages/docs/blog/2020-08-15-capacitor-1.1.0.md b/packages/docs/blog/2020-08-15-capacitor-1.1.0.md new file mode 100644 index 00000000..49320ef3 --- /dev/null +++ b/packages/docs/blog/2020-08-15-capacitor-1.1.0.md @@ -0,0 +1,22 @@ +--- +id: capacitor-1.1.0 +title: '@nxtend/capacitor 1.1.0' +author: Devin Shoemaker +author_title: Maintainer of nxtend +author_url: https://twitter.com/paranoidcoder +author_image_url: https://avatars2.githubusercontent.com/u/1919548?s=460&u=e8799ad545249d59bf57b7ee35a8841825004ca0&v=4 +tags: [capacitor, release] +--- + +This release upgrades Capacitor dependencies to 2.4.0, and also makes it easier to add Capacitor plugins to a project. Previously, the user would have to add a Capacitor plugin dependency to both the root workspace `package.json`, but also the individual Capacitor projects `package.json`. Now, a `package.json` in the individual Capacitor project is no longer needed. + +## Features + +- upgrade Capacitor to 2.4.0 +- copy package.json from workspace root for cap commands + + + +This update should be a good quality of life improvement for developers using the `@nxtend/capacitor` plugin. If you have any issues or feedback then feel free to file an issue on the offical [GitHub repository](https://github.com/nxtend-team/nxtend). + +For information on upgrading the plugin, visit the [nxtend upgrades documentation](../docs/nxtend/upgrades).