diff --git a/CHANGELOG.md b/CHANGELOG.md index 3409a0c..7e37645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### v6.0.1 `October 25, 2024` +* **[TASK]** unlock component fields for some modules to be able to translate component names back into english after ai translate mistranslates them [`5796eea`](https://github.com/Resultify/nimbly-lite/commit/5796eea) (dmh) + +*** + ### v6.0.0 `April 11, 2024` * **[TASK]** add option to align all components at the same time on desktop… (#74) [`0602354`](https://github.com/Resultify/nimbly-lite/commit/0602354) (Jasmine Silfver) * **[TEST]** update github actions actions/setup-node and actions/checkout to v4 (#72) [`5b6a41c`](https://github.com/Resultify/nimbly-lite/commit/5b6a41c) (Dmytro Hrynevych) diff --git a/package-lock.json b/package-lock.json index 710fb27..1ebfa3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nimbly-lite", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nimbly-lite", - "version": "6.0.0", + "version": "6.0.1", "license": "MIT", "dependencies": { "bootstrap": "~5.1.3", diff --git a/package.json b/package.json index 0b09a60..da8e193 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nimbly-lite", - "version": "6.0.0", + "version": "6.0.1", "description": "Hubspot theme", "license": "MIT", "authors": "Resultify", diff --git a/theme/theme.json b/theme/theme.json index da7aa01..41f6bfe 100644 --- a/theme/theme.json +++ b/theme/theme.json @@ -5,7 +5,7 @@ "screenshot_path": "./images/template-previews/home.jpg", "enable_domain_stylesheets": false, "license": "MIT", - "version": "6.0.0", + "version": "6.0.1", "author": { "name": "Resultify", "email": "info@resultify.se",