From 5cac8e1e704a51406d4def590bfa36c90a23b5e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 08:57:58 +0700 Subject: [PATCH] v4.18.1 (#277) Co-authored-by: khanhduy1407 <68154054+khanhduy1407@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d52bc825..31885c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 🐣 [4.18.1](https://github.com/rindojs/rindo/compare/v4.18.0...v4.18.1) (2024-12-01) + + +### Bug Fixes + +* **build:** do not copy polyfills to the OT unless building es5 ([4a72bfb](https://github.com/rindojs/rindo/commit/4a72bfb6f496356f1f924683d0d5db27585ab07b)) +* **compiler:** Allow `OutputTargetCustom` to be called on `devMode` ([d0d1960](https://github.com/rindojs/rindo/commit/d0d1960cf20a6ec8d01b01ac36e22e883d49222a)) +* **compiler:** deprecate `scriptDataOpts` [ci skip] ([0ffd197](https://github.com/rindojs/rindo/commit/0ffd197aa4255b56cd3261f4e1cc78dce4bb8b70)) +* **declarations:** Attribute `ping` is missing on `AnchorHTMLAttributes` ([89e1467](https://github.com/rindojs/rindo/commit/89e1467fb9fd525cc3d692570bfda338127c8967)) +* **runtime:** add root scope id to the user provided nested children as classname ([61e13a3](https://github.com/rindojs/rindo/commit/61e13a36ff753330747d49e1ee4f6caad3699618)) + + + # 🚘 [4.18.0](https://github.com/rindojs/rindo/compare/v4.17.2...v4.18.0) (2024-08-29) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index d3d488ba..5ff06e13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rindo/core", - "version": "4.18.0", + "version": "4.18.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rindo/core", - "version": "4.18.0", + "version": "4.18.1", "license": "MIT", "bin": { "rindo": "bin/rindo" diff --git a/package.json b/package.json index 232bf1b9..c943f459 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rindo/core", - "version": "4.18.0", + "version": "4.18.1", "license": "MIT", "main": "./internal/rindo-core/index.cjs", "module": "./internal/rindo-core/index.js",