Skip to content

Commit

Permalink
chore(main): release flows-ide 1.4.2 (#130)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.4.2](flows-ide-v1.4.1...flows-ide-v1.4.2)
(2024-10-09)


### Bug Fixes

* ensure sessions are refereshed on load, prompt for sign in on failure
([#129](#129))
([6fecf78](6fecf78))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: Joe Bottigliero <694253+jbottigliero@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and jbottigliero authored Oct 9, 2024
1 parent 1f28484 commit e83be54
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 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.1"
".": "1.4.2"
}
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.2](https://github.com/globus/flows-ide/compare/flows-ide-v1.4.1...flows-ide-v1.4.2) (2024-10-09)


### Bug Fixes

* ensure sessions are refereshed on load, prompt for sign in on failure ([#129](https://github.com/globus/flows-ide/issues/129)) ([6fecf78](https://github.com/globus/flows-ide/commit/6fecf78491ab5df67e25912ed773e23893adacd2))

## [1.4.1](https://github.com/globus/flows-ide/compare/flows-ide-v1.4.0...flows-ide-v1.4.1) (2024-09-18)


Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@globus/flows-ide",
"version": "1.4.1",
"version": "1.4.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit e83be54

Please sign in to comment.