diff --git a/CHANGELOG.md b/CHANGELOG.md index b61b720b..99b899b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [v24.3.0](https://github.com/gisaia/ARLAS-WUI/tree/v24.3.0) (2023-12-20) + +[Full Changelog](https://github.com/gisaia/ARLAS-WUI/compare/v24.3.0-rc.2...v24.3.0) + ## [v24.3.0-rc.2](https://github.com/gisaia/ARLAS-WUI/tree/v24.3.0-rc.2) (2023-12-12) [Full Changelog](https://github.com/gisaia/ARLAS-WUI/compare/v24.3.0-rc.1...v24.3.0-rc.2) @@ -634,19 +638,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 ca6939b7..efde437c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "arlas-wui", - "version": "24.3.0-rc.2", + "version": "24.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "arlas-wui", - "version": "24.3.0-rc.2", + "version": "24.3.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 4ede8d89..1faf2bfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arlas-wui", - "version": "24.3.0-rc.2", + "version": "24.3.0", "author": "gisaia", "license": "Apache-2.0", "scripts": { diff --git a/src/package.json b/src/package.json index 9e7970a5..53dbcd80 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "arlas-wui", - "version": "24.3.0-rc.2", + "version": "24.3.0", "author": "gisaia", "license": "Apache-2.0" }