Skip to content

Commit

Permalink
NOJIRA: 4.7.1 related release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Jul 30, 2024
1 parent 466c470 commit 9c0c533
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ Infusion from v2.0.0 onwards adheres to [Semantic Versioning](https://semver.org

### More Info

## [4.7.1] - 2024-07-30

### Fixed

* [FLUID-6781](https://issues.fluidproject.org/browse/FLUID-6781) 404 error for sourcing open-sans font in
SeparatedPanelPrefsEditor styles.

### More Info

* [Changes in 4.7.1](https://github.com/fluid-project/infusion/compare/v4.7.0...v4.7.1)


## [4.7.0] - 2024-07-29

### Added
Expand Down Expand Up @@ -1028,7 +1040,8 @@ A pre-release of [0.3.0].
* [Issues addressed in 0.1.0](https://issues.fluidproject.org/projects/FLUID/versions/10000)
* [Changes in 0.1.0](https://github.com/fluid-project/infusion/commits/v0.1.0)

[Unreleased]: https://github.com/fluid-project/infusion/compare/v4.7.0...HEAD
[Unreleased]: https://github.com/fluid-project/infusion/compare/v4.7.1...HEAD
[4.7.1]: https://github.com/fluid-project/infusion/releases/tag/v4.7.1
[4.7.0]: https://github.com/fluid-project/infusion/releases/tag/v4.7.0
[4.6.0]: https://github.com/fluid-project/infusion/releases/tag/v4.6.0
[4.5.0]: https://github.com/fluid-project/infusion/releases/tag/v4.5.0
Expand Down
8 changes: 7 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Release Notes for Fluid Infusion 4.6.0
# Release Notes for Fluid Infusion 4

[Fluid Project](https://fluidproject.org)

[Infusion Documentation](https://github.com/fluid-project/infusion-docs)

## What's New in 4.7.1

* Maintenance release which resolves
* [FLUID-6781](https://issues.fluidproject.org/browse/FLUID-6781) 404 error for sourcing open-sans font in
SeparatedPanelPrefsEditor styles.

## What's New in 4.7.0

* New features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "infusion",
"description": "Infusion is an application framework for developing flexible stuff with JavaScript",
"version": "4.7.0",
"version": "4.7.1",
"author": "Fluid Project",
"bugs": "http://issues.fluidproject.org/browse/FLUID",
"homepage": "http://www.fluidproject.org/",
Expand Down
4 changes: 2 additions & 2 deletions src/framework/core/js/Fluid.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Fluid Infusion v4.7.0
* Fluid Infusion v4.7.1
*
* Infusion is distributed under the Educational Community License 2.0 and new BSD licenses:
* http://wiki.fluidproject.org/display/fluid/Fluid+Licensing
Expand Down Expand Up @@ -30,7 +30,7 @@ Underscore may be freely distributed under the MIT license.

var fluid = fluid || {}; // eslint-disable-line no-redeclare

fluid.version = "Infusion 4.7.0";
fluid.version = "Infusion 4.7.1";

// Export this for use in environments like node.js, where it is useful for
// configuring stack trace behaviour
Expand Down

0 comments on commit 9c0c533

Please sign in to comment.