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

Bump for 2.2.1 release #3604

Merged
merged 1 commit into from
Mar 20, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
#### 2.2.1: Release

- Validate kb and km for `apiMaxLength` (#3603) @Steve-Mcl
- Bump vue from 3.4.5 to 3.4.21 (#3524) @app/dependabot
- Bump vue-router from 4.2.5 to 4.3.0 (#3557) @app/dependabot
- Add apiMaxLength & debugMaxLength settings (#3595) @hardillb
- Bump copy-webpack-plugin from 11.0.0 to 12.0.2 (#3594) @app/dependabot
- Bump @headlessui/vue from 1.7.16 to 1.7.19 (#3592) @app/dependabot
- Bump eslint-plugin-n from 16.2.0 to 16.6.2 (#3593) @app/dependabot
- Validate redirect_uri in oauth flow (#3600) @knolleary
- Change type param to required while creating a team (#3597) @Jayanth-Parthsarathy
- Allow for combined device/instance team limits (#3585) @knolleary
- Validate instance property on provisioning token api (#3589) @knolleary
- Ensure device agent gets feature flags (#3584) @Steve-Mcl
- Bump follow-redirects from 1.15.4 to 1.15.6 (#3587) @app/dependabot
- Only show http bearer when licensed (#3583) @hardillb
- Docs: Fix broken links in the Device registration docs (#3579) @joepavitt

#### 2.2.0: Release

- HTTP Bearer Tokens test for correct flag (#3573) @hardillb
Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowfuse/flowfuse",
"version": "2.2.0",
"version": "2.2.1",
"description": "An open source low-code development platform",
"homepage": "https://flowfuse.com",
"bugs": {
Expand Down Expand Up @@ -66,7 +66,7 @@
"@fastify/swagger": "^8.10.1",
"@fastify/swagger-ui": "^2.1.0",
"@fastify/websocket": "^8.1.0",
"@flowfuse/driver-localfs": "^2.2.0",
"@flowfuse/driver-localfs": "^2.2.1",
"@headlessui/vue": "1.7.19",
"@heroicons/vue": "1.0.6",
"@immobiliarelabs/fastify-sentry": "^8.0.0",
Expand Down