diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8232a2..7ca243a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 12.0.0 + +- Add vimeo support in [#575](https://github.com/MurhafSousli/ngx-gallery/pull/575). + ## 12.0.0-beta.4 > See the [storybook documentation](https://ngx-gallery-next.netlify.app/) diff --git a/README.md b/README.md index 8a758cff..844bdebb 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ ___ ### Explore ngx-gallery Documentation -- **For stable version (v11):** Visit our [wiki page](https://github.com/MurhafSousli/ngx-gallery/wiki) 📚. +- For **v11:** use the [wiki page](https://github.com/MurhafSousli/ngx-gallery/wiki) 📚. -- **For the latest features (v12 Beta):** Check out our [storybook documentation](https://ngx-gallery-next.netlify.app/) +- For **v12:** use the [storybook documentation](https://ngx-gallery-next.netlify.app/) We value your feedback and appreciate your support in testing this beta release! diff --git a/projects/ng-gallery/README.md b/projects/ng-gallery/README.md index 8a758cff..844bdebb 100644 --- a/projects/ng-gallery/README.md +++ b/projects/ng-gallery/README.md @@ -18,9 +18,9 @@ ___ ### Explore ngx-gallery Documentation -- **For stable version (v11):** Visit our [wiki page](https://github.com/MurhafSousli/ngx-gallery/wiki) 📚. +- For **v11:** use the [wiki page](https://github.com/MurhafSousli/ngx-gallery/wiki) 📚. -- **For the latest features (v12 Beta):** Check out our [storybook documentation](https://ngx-gallery-next.netlify.app/) +- For **v12:** use the [storybook documentation](https://ngx-gallery-next.netlify.app/) We value your feedback and appreciate your support in testing this beta release! diff --git a/projects/ng-gallery/package.json b/projects/ng-gallery/package.json index 65ca237e..b414d4c7 100644 --- a/projects/ng-gallery/package.json +++ b/projects/ng-gallery/package.json @@ -1,7 +1,7 @@ { "name": "ng-gallery", - "version": "12.0.0-beta.4", - "homepage": "https://ngx-gallery.netlify.com/", + "version": "12.0.0", + "homepage": "https://ngx-gallery.netlify.app/", "author": { "name": "Murhaf Sousli", "url": "http://github.com/murhafsousli"