Skip to content

Commit

Permalink
chore: Release v2.1.2 (#156)
Browse files Browse the repository at this point in the history
* Add `@nx/devkit` as package peerDep

* Update to v2.1.2
  • Loading branch information
simondotm authored Oct 2, 2023
1 parent 20b7016 commit 3ce1b72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
This plugin was completely rewritten since V2.x to use esbuild for bundling cloud functions. For documentation of the legacy v1.x plugin version see [here](https://github.com/simondotm/nx-firebase/tree/release/v1.1.0).

- [@simondotm/nx-firebase Changelog](#simondotmnx-firebase-changelog)
- [v2.1.2](#v212)
- [v2.1.1](#v211)
- [v2.1.0](#v210)
- [v2.0.0](#v200)
Expand All @@ -23,6 +24,11 @@ This plugin was completely rewritten since V2.x to use esbuild for bundling clou
- [v0.2.3](#v023)
- [v0.2.2 - Initial Release](#v022---initial-release)

## v2.1.2

* Include `@nx/devkit` as a peer dependency for the package
* Listing in the [Nx plugin registry](https://nx.dev/plugin-registry)

## v2.1.1

* Fix issues in the v2.1.0 release
Expand Down
5 changes: 3 additions & 2 deletions packages/nx-firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simondotm/nx-firebase",
"version": "2.1.1",
"version": "2.1.2",
"description": "A Firebase plugin for Nx monorepo workspaces.",
"author": "Simon Morris",
"license": "MIT",
Expand All @@ -21,10 +21,11 @@
"generators": "./generators.json",
"executors": "./executors.json",
"peerDependencies": {
"@nx/devkit": ">= 16.1.1",
"@nx/workspace": ">= 16.1.1",
"nx": ">= 16.1.1"
},
"dependencies": {
"@nx/node": "^16.1.1"
"@nx/node": "^16.6.0"
}
}

0 comments on commit 3ce1b72

Please sign in to comment.