Skip to content

Commit

Permalink
Merge pull request #3711 from FlowFuse/release-2.3.0
Browse files Browse the repository at this point in the history
Release 2.3.0
  • Loading branch information
ppawlowski committed Apr 11, 2024
2 parents b5326bd + 6e795f7 commit 70f518f
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 31 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
#### 2.3.0: Release

- Allow .npmrc and calalogue urls to be set for Application bound devices (#3643) @hardillb
- fix: Update forge domain to use HTTPS (#3710) @ppawlowski
- Update concepts.md (#3706) @sumitshinde-84
- docs: Minor typo and language updates (#3707) @sumitshinde-84
- Bump tar from 6.1.15 to 6.2.1 (#3708) @app/dependabot
- Bump @fastify/swagger-ui from 2.1.0 to 3.0.0 (#3702) @app/dependabot
- Bump pg from 8.11.3 to 8.11.5 (#3705) @app/dependabot
- Bump mqtt from 5.3.5 to 5.5.0 (#3703) @app/dependabot
- Bump @immobiliarelabs/fastify-sentry from 8.0.0 to 8.0.1 (#3704) @app/dependabot
- Add explicit relationship tests prior to adding MSSQL support (#3700) @Steve-Mcl
- Update branch-deploy.yaml to use custom broker domain (#3674) @ppawlowski
- Bump eslint from 8.56.0 to 8.57.0 (#3701) @app/dependabot
- Update instance-settings.md (#3699) @sumitshinde-84
- Bump @sentry/node from 7.81.0 to 7.109.0 (#3664) @app/dependabot
- Link to ebook and blog post (#3697) @ZJvandeWeg

#### 2.2.2: Release

- Handle sessionless requests in deviceEditor routes (#3692) @knolleary
Expand Down
58 changes: 29 additions & 29 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.2",
"version": "2.3.0",
"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": "^3.0.0",
"@fastify/websocket": "^8.1.0",
"@flowfuse/driver-localfs": "^2.2.1",
"@flowfuse/driver-localfs": "^2.3.0",
"@headlessui/vue": "1.7.19",
"@heroicons/vue": "1.0.6",
"@immobiliarelabs/fastify-sentry": "^8.0.0",
Expand Down

0 comments on commit 70f518f

Please sign in to comment.