Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump to v2.3.0 #226

Merged
merged 1 commit into from
Apr 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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