Skip to content

Commit

Permalink
Merge pull request #3604 from FlowFuse/2.2.1-release
Browse files Browse the repository at this point in the history
Bump for 2.2.1 release
  • Loading branch information
knolleary committed Mar 20, 2024
2 parents c045c60 + 304de34 commit 897e78e
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 27 deletions.
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

0 comments on commit 897e78e

Please sign in to comment.