diff --git a/CHANGELOG.md b/CHANGELOG.md index 44eb118b..f1e3c014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [v25.0.0](https://github.com/gisaia/ARLAS-WUI/tree/v25.0.0) (2024-05-15) + +[Full Changelog](https://github.com/gisaia/ARLAS-WUI/compare/v25.0.0-rc.5...v25.0.0) + ## [v25.0.0-rc.5](https://github.com/gisaia/ARLAS-WUI/tree/v25.0.0-rc.5) (2024-05-15) [Full Changelog](https://github.com/gisaia/ARLAS-WUI/compare/v25.0.0-rc.4...v25.0.0-rc.5) @@ -816,19 +820,19 @@ ## [v15.0.0](https://github.com/gisaia/ARLAS-WUI/tree/v15.0.0) (2021-02-18) -[Full Changelog](https://github.com/gisaia/ARLAS-WUI/compare/v15.0.0-beta.0...v15.0.0) +[Full Changelog](https://github.com/gisaia/ARLAS-WUI/compare/v15.0.0-beta.1...v15.0.0) **Fixed bugs:** - Wrong css applied in details section in resultlist [\#268](https://github.com/gisaia/ARLAS-wui/issues/268) -## [v15.0.0-beta.0](https://github.com/gisaia/ARLAS-WUI/tree/v15.0.0-beta.0) (2021-02-04) +## [v15.0.0-beta.1](https://github.com/gisaia/ARLAS-WUI/tree/v15.0.0-beta.1) (2021-02-04) -[Full Changelog](https://github.com/gisaia/ARLAS-WUI/compare/v15.0.0-beta.1...v15.0.0-beta.0) +[Full Changelog](https://github.com/gisaia/ARLAS-WUI/compare/v15.0.0-beta.0...v15.0.0-beta.1) -## [v15.0.0-beta.1](https://github.com/gisaia/ARLAS-WUI/tree/v15.0.0-beta.1) (2021-02-04) +## [v15.0.0-beta.0](https://github.com/gisaia/ARLAS-WUI/tree/v15.0.0-beta.0) (2021-02-04) -[Full Changelog](https://github.com/gisaia/ARLAS-WUI/compare/v14.3.1...v15.0.0-beta.1) +[Full Changelog](https://github.com/gisaia/ARLAS-WUI/compare/v14.3.1...v15.0.0-beta.0) ## [v14.3.1](https://github.com/gisaia/ARLAS-WUI/tree/v14.3.1) (2021-02-03) diff --git a/package-lock.json b/package-lock.json index 3f40e828..07340dd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "arlas-wui", - "version": "25.0.0-rc.5", + "version": "25.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "arlas-wui", - "version": "25.0.0-rc.5", + "version": "25.0.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index a200746d..4810d4dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arlas-wui", - "version": "25.0.0-rc.5", + "version": "25.0.0", "author": "gisaia", "license": "Apache-2.0", "scripts": { diff --git a/src/package.json b/src/package.json index 2f1b9a56..f9313d25 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "arlas-wui", - "version": "25.0.0-rc.5", + "version": "25.0.0", "author": "gisaia", "license": "Apache-2.0" }