Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.2.x #34

Merged
merged 7 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,75 @@
# Changelog

## v0.2.2

[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.1.5...v0.2.2)

### 🚀 Enhancements

- **ci:** Add yarn lint as a step in the CI ([5d988dc](https://github.com/stackbuilders/nuxt-utm/commit/5d988dc))
- **ci:** Return error if lint warns ([41aa042](https://github.com/stackbuilders/nuxt-utm/commit/41aa042))
- Store The URL of the page the user landed on ([8fef662](https://github.com/stackbuilders/nuxt-utm/commit/8fef662))
- **devenv:** Setup devenv project development environment. ([#25](https://github.com/stackbuilders/nuxt-utm/pull/25))
- Add playwright as a dev dependency ([#33](https://github.com/stackbuilders/nuxt-utm/pull/33))

### 🩹 Fixes

- Data Object empty ([dba7998](https://github.com/stackbuilders/nuxt-utm/commit/dba7998))
- Changelog ([da24253](https://github.com/stackbuilders/nuxt-utm/commit/da24253))
- Usage snippet in the readme ([c0852b0](https://github.com/stackbuilders/nuxt-utm/commit/c0852b0))
- Remove not used vars (yarn lint works) ([7554ef0](https://github.com/stackbuilders/nuxt-utm/commit/7554ef0))
- **doc:** Use yarn in Development section ([b2e24bc](https://github.com/stackbuilders/nuxt-utm/commit/b2e24bc))

### 💅 Refactors

- Break the code into small functions and create a module for the types ([3717aad](https://github.com/stackbuilders/nuxt-utm/commit/3717aad))
- Rename integration tests and remove unused code ([9c65178](https://github.com/stackbuilders/nuxt-utm/commit/9c65178))
- Move functions to utm.ts file ([53cabdd](https://github.com/stackbuilders/nuxt-utm/commit/53cabdd))
- Rename function generateAdditionalInfo ([40d11e3](https://github.com/stackbuilders/nuxt-utm/commit/40d11e3))
- UtmData to utm ([8ddabe6](https://github.com/stackbuilders/nuxt-utm/commit/8ddabe6))

### 🏡 Chore

- Add unit tests ([e95c66d](https://github.com/stackbuilders/nuxt-utm/commit/e95c66d))
- Update description ([7ba8ba9](https://github.com/stackbuilders/nuxt-utm/commit/7ba8ba9))
- Remove playground from pipeline ([b4279ea](https://github.com/stackbuilders/nuxt-utm/commit/b4279ea))
- Update github repository description ([8feca93](https://github.com/stackbuilders/nuxt-utm/commit/8feca93))
- Update npm module name on package.json file ([ad25ba2](https://github.com/stackbuilders/nuxt-utm/commit/ad25ba2))
- Update module version ([b0bf42b](https://github.com/stackbuilders/nuxt-utm/commit/b0bf42b))
- Add module description ([f73d57e](https://github.com/stackbuilders/nuxt-utm/commit/f73d57e))
- **release:** V0.1.1 ([e53a0b9](https://github.com/stackbuilders/nuxt-utm/commit/e53a0b9))
- Fix github actions ([f2e8b9a](https://github.com/stackbuilders/nuxt-utm/commit/f2e8b9a))
- Update github actions and add missing integration tests ([30e8e9e](https://github.com/stackbuilders/nuxt-utm/commit/30e8e9e))
- Typo in integration tests ([10eab4e](https://github.com/stackbuilders/nuxt-utm/commit/10eab4e))
- Add @playwright/test and see if we don't need to install it in CI ([e8f0655](https://github.com/stackbuilders/nuxt-utm/commit/e8f0655))
- Add @playwright/test and see if we don't need to install it in CI" ([e3cfa90](https://github.com/stackbuilders/nuxt-utm/commit/e3cfa90))
- **release:** V0.1.2 ([11de53f](https://github.com/stackbuilders/nuxt-utm/commit/11de53f))
- **release:** V0.1.3 ([5d7cfed](https://github.com/stackbuilders/nuxt-utm/commit/5d7cfed))
- Add repository to package json ([3a469e3](https://github.com/stackbuilders/nuxt-utm/commit/3a469e3))
- **release:** V0.1.4 ([61169cc](https://github.com/stackbuilders/nuxt-utm/commit/61169cc))
- Fix repository name ([f79dc36](https://github.com/stackbuilders/nuxt-utm/commit/f79dc36))
- **release:** V0.1.2 ([899792e](https://github.com/stackbuilders/nuxt-utm/commit/899792e))
- Replace your-org/my-module with stackbuilders/nuxt-utm ([20fcd4e](https://github.com/stackbuilders/nuxt-utm/commit/20fcd4e))
- Remove unused vars ([763f928](https://github.com/stackbuilders/nuxt-utm/commit/763f928))
- Update the README ([936832e](https://github.com/stackbuilders/nuxt-utm/commit/936832e))
- **release:** V0.1.5 ([88312e8](https://github.com/stackbuilders/nuxt-utm/commit/88312e8))
- **release:** V0.1.6 ([efcfa13](https://github.com/stackbuilders/nuxt-utm/commit/efcfa13))
- **release:** V0.1.7 ([03ec2d6](https://github.com/stackbuilders/nuxt-utm/commit/03ec2d6))
- Add keywords to package.json ([8e84abc](https://github.com/stackbuilders/nuxt-utm/commit/8e84abc))
- **release:** V0.1.8 ([6fbe62f](https://github.com/stackbuilders/nuxt-utm/commit/6fbe62f))
- **release:** V0.1.9 ([c73f5e1](https://github.com/stackbuilders/nuxt-utm/commit/c73f5e1))
- Test with playwright container ([5b3c216](https://github.com/stackbuilders/nuxt-utm/commit/5b3c216))
- Add status badge to the README ([e929e93](https://github.com/stackbuilders/nuxt-utm/commit/e929e93))
- **release:** V0.1.10 ([ca84ffc](https://github.com/stackbuilders/nuxt-utm/commit/ca84ffc))
- Update Readme ([#16](https://github.com/stackbuilders/nuxt-utm/pull/16))
- **ci:** Add nodejs 20 and remove support for 16 ([#26](https://github.com/stackbuilders/nuxt-utm/pull/26))

### ❤️ Contributors

- Luis David Barrera Díaz ([@hakenprog](http://github.com/hakenprog))
- Sadjow Leão ([@sadjow](http://github.com/sadjow))
- Luis David Barrera ([@hakenprog](http://github.com/hakenprog))

## v0.1.10

[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.1.4...v0.1.10)
Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-utm",
"version": "0.1.10",
"version": "0.2.2",
"description": "A Nuxt 3 module for tracking UTM parameters.",
"keywords": [
"nuxt",
Expand All @@ -16,7 +16,10 @@
"nuxt module",
"nuxt utm"
],
"repository": "stackbuilders/nuxt-utm",
"repository": {
"type": "git",
"url": "git+https://github.com/stackbuilders/nuxt-utm.git"
},
"license": "MIT",
"type": "module",
"exports": {
Expand All @@ -36,7 +39,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"release": "npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"
Expand All @@ -58,4 +61,4 @@
"playwright-core": "^1.39.0",
"vitest": "^0.33.0"
}
}
}
Loading