Skip to content

Commit

Permalink
Bump for version 2.0.1
Browse files Browse the repository at this point in the history
- update Changelog.md
- update package.json version
  • Loading branch information
hardillb committed Jan 23, 2024
1 parent 432d9c5 commit b86f2e7
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 19 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
#### 2.0.1: Release

- Bump @vitejs/plugin-vue from 5.0.2 to 5.0.3 (#3373) @app/dependabot
- Show application select dropdown in team -> device -> create dialog (#3363) @Steve-Mcl
- Bump style-loader from 3.3.3 to 3.3.4 (#3370) @app/dependabot
- Bump @vitest/coverage-istanbul from 1.1.0 to 1.2.1 (#3372) @app/dependabot
- Bump nodemailer from 6.9.6 to 6.9.8 (#3371) @app/dependabot
- Bump nodemon from 3.0.1 to 3.0.3 (#3369) @app/dependabot
- Ensure that the project team is available (#3375) @hardillb
- Blueprints docs (#3368) @MarianRaphael
- Bump vite from 5.0.10 to 5.0.12 (#3364) @app/dependabot
- Bump css-loader from 6.8.1 to 6.9.0 (#3346) @app/dependabot
- Bump postcss from 8.4.32 to 8.4.33 (#3347) @app/dependabot
- Bump @sentry/webpack-plugin from 2.10.1 to 2.10.2 (#3343) @app/dependabot
- add missing or (#3361) @hardillb
- Adjust kebab menu x/y if out of viewport when rendered (#3354) @Steve-Mcl

#### 2.0.0: Release

- Describe local pgsql upgrade process (#3108) @ppawlowski
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.0.0",
"version": "2.0.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.0.0",
"@flowfuse/driver-localfs": "^2.0.1",
"@headlessui/vue": "1.7.16",
"@heroicons/vue": "1.0.6",
"@immobiliarelabs/fastify-sentry": "^8.0.0",
Expand Down

0 comments on commit b86f2e7

Please sign in to comment.