Skip to content

Commit

Permalink
chore: Bump to v2.3.0 (#226)
Browse files Browse the repository at this point in the history
Bump to v2.3.0
  • Loading branch information
simondotm authored Apr 6, 2024
1 parent f8d0e2f commit 59b1e2f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@

## v2.3.0 ![nx](https://img.shields.io/badge/Nx-v16.8.1-blue) ![nx](https://img.shields.io/badge/Node-v16-orange)

- TODO
- Updated plugin to be built against Nx 16.8.1
- Updated documentation to reflect latest changes
- App & Function generators now use the same templates as the Firebase tools SDK
- Firebase dependencies used by generators now derived from plugin workspace & dependabot help
- `firebase-functions` -> 4.8.2
- `firebase-functions-test` -> 3.1.1
- `firebase-admin` -> 11.11.1
- `firebase` -> 10.10.0
- `firebase-tools` -> 12.9.1
- Support [--projectNameAndRootFormat](https://nx.dev/nx-api/node/generators/application#projectnameandrootformat) for application and function generators
- Support `pnpm` Nx workspaces for function deployment by adding `@google-cloud/functions-framework` to the function dependencies

## v2.2.0 ![nx](https://img.shields.io/badge/Nx-v16.6.0-blue) ![nx](https://img.shields.io/badge/Node-v16-orange)

Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "2.3.0",
"description": "A Firebase plugin for Nx monorepo workspaces.",
"author": "Simon Morris",
"license": "MIT",
Expand Down

0 comments on commit 59b1e2f

Please sign in to comment.