diff --git a/CHANGELOG.md b/CHANGELOG.md index 754652f5..a2021bd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,35 @@ 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. +## Version 2025.05.23-2aa8a3c + +### Bug fixes +- **json-editor**: lint fix (2aa8a3c) +- **json-editor**: removed path (bd644ce) +- **ui**: overflow fix (69830ac) + +### Other +- Merge pull request #268 from sunnydanu/release/2.0.0 (94f14ef) +- Merge branch 'main' into release/2.0.0 (9f75c39) +- Merge pull request #265 from sunnydanu/pr-1319-feat(new-tool)-code-highlighter (3840ee3) + +### This pr incorporates contributions from upstream [pr-#373](https +- //github.com/CorentinTh/it-tools/pull/373) of [CorentinTh/it-tools](https://github.com/CorentinTh/it-tools) . All original commits and authorship are retained. Some adjustments may have been made for compatibility or bug fixes. (be4fba0) + +## Version 2025.05.23-bd644ce + +### Bug fixes +- **json-editor**: removed path (bd644ce) +- **ui**: overflow fix (69830ac) + +### Other +- Merge pull request #268 from sunnydanu/release/2.0.0 (94f14ef) +- Merge branch 'main' into release/2.0.0 (9f75c39) +- Merge pull request #265 from sunnydanu/pr-1319-feat(new-tool)-code-highlighter (3840ee3) + +### This pr incorporates contributions from upstream [pr-#373](https +- //github.com/CorentinTh/it-tools/pull/373) of [CorentinTh/it-tools](https://github.com/CorentinTh/it-tools) . All original commits and authorship are retained. Some adjustments may have been made for compatibility or bug fixes. (be4fba0) + ## Version 2024.11.06-4c6f110 ### Features diff --git a/package-lock.json b/package-lock.json index 5af6b10b..371a983e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "it-tools", - "version": "2024.11.6-4c6f110", + "version": "2025.5.23-2aa8a3c", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "it-tools", - "version": "2024.11.6-4c6f110", + "version": "2025.5.23-2aa8a3c", "license": "GNU GPLv3", "dependencies": { "@it-tools/bip39": "^0.0.4", diff --git a/package.json b/package.json index 34e12e02..8d818f66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "godev-run", - "version": "2024.11.6-4c6f110", + "version": "2025.5.23-2aa8a3c", "packageManager": "pnpm@8.15.3", "description": "GoDev.Run is a free, open-source collection of online tools for developers, exploring the possibilities of JavaScript—all powered entirely in your browser.", "author": "Sunny Danu (https://github.com/sunnydanu)", diff --git a/src/components/TextareaCopyable.vue b/src/components/TextareaCopyable.vue index 4fac975a..341469a7 100644 --- a/src/components/TextareaCopyable.vue +++ b/src/components/TextareaCopyable.vue @@ -44,7 +44,7 @@ const tooltipText = computed(() => isJustCopied.value ? 'Copied!' : copyMessage.