Skip to content

Commit

Permalink
chore(main): release flows-ide 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 28, 2024
1 parent 94c2125 commit a309cd4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.2"
".": "1.4.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.3](https://github.com/globus/flows-ide/compare/flows-ide-v1.4.2...flows-ide-v1.4.3) (2024-10-28)


### Bug Fixes

* only store definition when a value is present ([107d95f](https://github.com/globus/flows-ide/commit/107d95fe2bb7bc5d798876a48e195f0c771b0e81))

## [1.4.2](https://github.com/globus/flows-ide/compare/flows-ide-v1.4.1...flows-ide-v1.4.2) (2024-10-09)


Expand Down
12 changes: 6 additions & 6 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": "@globus/flows-ide",
"version": "1.4.2",
"version": "1.4.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -18,7 +18,7 @@
"@globus/react-auth-context": "^0.0.6",
"@globus/sdk": "^4.4.0",
"@monaco-editor/react": "^4.6.0",
"framer-motion": "^11.11.10",
"framer-motion": "^11.11.7",
"lodash": "^4.17.21",
"lz-string": "^1.5.0",
"next": "14.2.15",
Expand Down

0 comments on commit a309cd4

Please sign in to comment.