Skip to content

Commit

Permalink
Merge pull request #5139 from FlowFuse/release-2.14.1
Browse files Browse the repository at this point in the history
Release 2.14.1
  • Loading branch information
cstns authored Feb 17, 2025
2 parents a417129 + 37d129b commit 7aedd40
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 19 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
#### 2.14.1: Release

- BUG: display the refresh button for the team-broker (#5137) @cstns
- Revert "Add debug on redirect_uri oauth flow" (#5136) @knolleary
- Force license Tier to be lowercase (#5135) @hardillb
- Fix: Adds new "Open Schema" button (#5134) @joepavitt
- Add debug on redirect_uri oauth flow (#5132) @knolleary
- Add option to disable manual billing (#5129) @knolleary
- Bump @vue/test-utils from 2.4.3 to 2.4.6 (#5042) @app/dependabot
- Bump serialize-javascript and mocha (#5110) @app/dependabot
- Bump untitaker/hyperlink from 0.1.43 to 0.1.44 (#5074) @app/dependabot
- Fix race condition in license expired unit test (#5119) @hardillb

#### 2.14.0: Release

- Persist opened topic state (#5114) @cstns
Expand Down
34 changes: 17 additions & 17 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.14.0",
"version": "2.14.1",
"description": "An open source low-code development platform",
"homepage": "https://flowfuse.com",
"bugs": {
Expand Down Expand Up @@ -67,7 +67,7 @@
"@fastify/swagger": "^8.10.1",
"@fastify/swagger-ui": "^3.0.0",
"@fastify/websocket": "^8.1.0",
"@flowfuse/driver-localfs": "^2.14.0",
"@flowfuse/driver-localfs": "^2.14.1",
"@flowfuse/flow-renderer": "^0.4.1",
"@headlessui/vue": "1.7.19",
"@heroicons/vue": "1.0.6",
Expand Down

0 comments on commit 7aedd40

Please sign in to comment.