diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d18ca827..f2df450b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.0.60-alpha", + ".": "0.0.60", "./themes/nuclei": "0.0.60", "./(themes|packages|components)/*/": "0.0.60", "bootstrap-sha": "df652e3cd03ee96d06ec1cd8e9400ac5faa88ec9" diff --git a/CHANGELOG.md b/CHANGELOG.md index 44a36cad..4d85bdfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.0.60](https://github.com/myntra/applique-ui/compare/v0.0.60-alpha...v0.0.60) (2023-12-15) + + +### Bug Fixes + +* Dummy commit to check dependency updates ([687542a](https://github.com/myntra/applique-ui/commit/687542afc023af08f9d9743afb6f5e6417adbf75)) +* removed gradle dependencies | dummy commit ([825919c](https://github.com/myntra/applique-ui/commit/825919ca86a8b732771ee4aa707221a8a87f480b)) + + +### Miscellaneous Chores + +* release 0.0.60 ([3ecb675](https://github.com/myntra/applique-ui/commit/3ecb675658ed9b78b6fd408f432b0b7e41f20548)) + ## [0.0.60-alpha](https://github.com/myntra/applique-ui/compare/v0.0.59-alpha...v0.0.60-alpha) (2023-12-14) diff --git a/package.json b/package.json index 7f14c899..261e221a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Myntra", "license": "MIT", "private": true, - "version": "0.0.60-alpha", + "version": "0.0.60", "engines": { "node": ">=16.14.1" },