From 954122beccc469000c8459c3a48e881842aa7f79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sadjow=20Le=C3=A3o?= Date: Wed, 2 Jul 2025 10:12:23 -0300 Subject: [PATCH 1/4] fix: npm pre-pack build by removing the clj requiredment Co-authored-by: David Barrera --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 40976ed..2244bc7 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,7 @@ "exports": { ".": { "types": "./dist/types.d.mts", - "import": "./dist/module.mjs", - "require": "./dist/module.cjs" + "import": "./dist/module.mjs" } }, "main": "./dist/module.mjs", From 0d0e1e300684b615c5dbba8946338bc583830e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sadjow=20Le=C3=A3o?= Date: Wed, 2 Jul 2025 10:23:35 -0300 Subject: [PATCH 2/4] chore(release): v0.2.8 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cfdd91..55641e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v0.2.8 + +[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.2.7...v0.2.8) + +### 🩹 Fixes + +- Address security vulnerabilities and upgrade Nuxt to v3.17.2 ([#49](https://github.com/stackbuilders/nuxt-utm/pull/49)) +- Npm pre-pack build by removing the clj requiredment ([954122b](https://github.com/stackbuilders/nuxt-utm/commit/954122b)) + +### ❤️ Contributors + +- Sadjow Leão ([@sadjow](https://github.com/sadjow)) +- Luis David Barrera Díaz + ## v0.2.7 [compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.2.6...v0.2.7) diff --git a/package.json b/package.json index 2244bc7..914288c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-utm", - "version": "0.2.7", + "version": "0.2.8", "description": "A Nuxt 3 module for tracking UTM parameters.", "keywords": [ "nuxt", From 2e827c2113861f4b48156b7308871f0e50a550ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sadjow=20Le=C3=A3o?= Date: Wed, 2 Jul 2025 10:25:50 -0300 Subject: [PATCH 3/4] chore(release): v0.2.9 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55641e2..cdb6eab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v0.2.9 + +[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.2.7...v0.2.9) + +### 🩹 Fixes + +- Address security vulnerabilities and upgrade Nuxt to v3.17.2 ([#49](https://github.com/stackbuilders/nuxt-utm/pull/49)) +- Npm pre-pack build by removing the clj requiredment ([954122b](https://github.com/stackbuilders/nuxt-utm/commit/954122b)) + +### 🏡 Chore + +- **release:** V0.2.8 ([0d0e1e3](https://github.com/stackbuilders/nuxt-utm/commit/0d0e1e3)) + +### ❤️ Contributors + +- Sadjow Leão ([@sadjow](https://github.com/sadjow)) +- Luis David Barrera Díaz + ## v0.2.8 [compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.2.7...v0.2.8) diff --git a/package.json b/package.json index 914288c..341a89c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-utm", - "version": "0.2.8", + "version": "0.2.9", "description": "A Nuxt 3 module for tracking UTM parameters.", "keywords": [ "nuxt", From f8af933900e70a2e6a120cc8a3f30d0617643afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sadjow=20Le=C3=A3o?= Date: Wed, 2 Jul 2025 10:26:14 -0300 Subject: [PATCH 4/4] chore(release): v0.2.10 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdb6eab..f8ea02e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## v0.2.10 + +[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.2.7...v0.2.10) + +### 🩹 Fixes + +- Address security vulnerabilities and upgrade Nuxt to v3.17.2 ([#49](https://github.com/stackbuilders/nuxt-utm/pull/49)) +- Npm pre-pack build by removing the clj requiredment ([954122b](https://github.com/stackbuilders/nuxt-utm/commit/954122b)) + +### 🏡 Chore + +- **release:** V0.2.8 ([0d0e1e3](https://github.com/stackbuilders/nuxt-utm/commit/0d0e1e3)) +- **release:** V0.2.9 ([2e827c2](https://github.com/stackbuilders/nuxt-utm/commit/2e827c2)) + +### ❤️ Contributors + +- Sadjow Leão ([@sadjow](https://github.com/sadjow)) +- Luis David Barrera Díaz + ## v0.2.9 [compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.2.7...v0.2.9) diff --git a/package.json b/package.json index 341a89c..23bbe81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-utm", - "version": "0.2.9", + "version": "0.2.10", "description": "A Nuxt 3 module for tracking UTM parameters.", "keywords": [ "nuxt",