Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Release @nxtend/capacitor 1.1.0 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinshoemaker committed Aug 25, 2020
1 parent 3311ff1 commit 022bd0c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/capacitor/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
22 changes: 22 additions & 0 deletions packages/docs/blog/2020-08-15-capacitor-1.1.0.md
Original file line number Diff line number Diff line change
@@ -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

<!--truncate-->

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).

0 comments on commit 022bd0c

Please sign in to comment.