From fa1f86be502f4ff07e59b3e1672dcd8de5200770 Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Fri, 5 Apr 2024 13:40:28 +0100 Subject: [PATCH] Bump for 2.2.2 release --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 40 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78623bcecb..890be77349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,40 @@ +#### 2.2.2: Release + + - Handle sessionless requests in deviceEditor routes (#3692) @knolleary + - Enable enterprise features on pre-staging environments (#3686) @ppawlowski + - SSO docs update (#3687) @ZJvandeWeg + - Update keycloak sso docs (#3684) @knolleary + - Show Target Snapshots for Device Groups (#3680) @Steve-Mcl + - Bump @babel/core from 7.23.7 to 7.24.3 (#3661) @app/dependabot + - Make limits tougher on common auth routes (#3679) @knolleary + - Add error handling and logging if device sends invalid response (#3677) @knolleary + - Ensure InstanceForm applies InstanceType availability for manual billing teams (#3676) @knolleary + - Bump nodemon from 3.0.3 to 3.1.0 (#3662) @app/dependabot + - Bump @fastify/static from 7.0.1 to 7.0.2 (#3665) @app/dependabot + - Bump random-words from 2.0.0 to 2.0.1 (#3663) @app/dependabot + - Ensure polling for NR logs is stopped if page changed (#3667) @Steve-Mcl + - Add credentialSecret to snapshot model and update logic to use it (#3649) @knolleary + - Implement blueprint availability to team type option (#3645) @Steve-Mcl + - Signup form validation improvements (#3601) @Steve-Mcl + - Show dashboard link on instances when dashboard-2 is installed (#3652) @Steve-Mcl + - Update persistent-context.md (#3651) @ZJvandeWeg + - Bump express from 4.18.2 to 4.19.2 (#3641) @app/dependabot + - Ensure popover is above other elements (#3633) @Steve-Mcl + - Bump @vitest/coverage-istanbul from 1.2.1 to 1.4.0 (#3635) @app/dependabot + - Bump sass-loader from 13.3.2 to 14.1.1 (#3636) @app/dependabot + - Bump @vitejs/plugin-vue from 5.0.3 to 5.0.4 (#3639) @app/dependabot + - Bump webpack from 5.89.0 to 5.91.0 (#3637) @app/dependabot + - Bump dotenv from 16.4.1 to 16.4.5 (#3640) @app/dependabot + - Bump nodemailer from 6.9.9 to 6.9.13 (#3638) @app/dependabot + - Bump sequelize from 6.35.2 to 6.37.1 (#3634) @app/dependabot + - Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (#3618) @app/dependabot + - ci: Add initial FlowFuse platform setup when deployed from feature branch (#3602) @ppawlowski + - Clear Device Group when device owner is changed (#3616) @Steve-Mcl + - Ensure device group data loaded on direct navigation (#3614) @knolleary + - Fix gtag handling (#3615) @knolleary + - Disable "add device" when at limit (#3606) @Steve-Mcl + - Verify snapshot ownership on api (#3608) @knolleary + #### 2.2.1: Release - Validate kb and km for `apiMaxLength` (#3603) @Steve-Mcl diff --git a/package-lock.json b/package-lock.json index 19b9056474..5fbe9a1955 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@flowfuse/flowfuse", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@flowfuse/flowfuse", - "version": "2.2.1", + "version": "2.2.2", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "@aws-sdk/client-ses": "^3.352.0", diff --git a/package.json b/package.json index 8abed10c45..ff43beea65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flowfuse/flowfuse", - "version": "2.2.1", + "version": "2.2.2", "description": "An open source low-code development platform", "homepage": "https://flowfuse.com", "bugs": {