Skip to content

Commit

Permalink
chore(release): v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TakNePoidet committed Oct 6, 2023
1 parent 575aa6d commit c5a6ef2
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 70 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog


## v1.2.3

[compare changes](https://github.com/TakNePoidet/nuxt-yandex-metrika/compare/v1.2.2...v1.2.3)

### 🩹 Fixes

- Duplicate import `useYandexMetrika` ([575aa6d](https://github.com/TakNePoidet/nuxt-yandex-metrika/commit/575aa6d))

### 🏡 Chore

- **release:** V1.2.2 ([6832355](https://github.com/TakNePoidet/nuxt-yandex-metrika/commit/6832355))
- Update dependencies ([1e41ea2](https://github.com/TakNePoidet/nuxt-yandex-metrika/commit/1e41ea2))

### 🎨 Styles

- Update linting ([f3d0b3b](https://github.com/TakNePoidet/nuxt-yandex-metrika/commit/f3d0b3b))

### ❤️ Contributors

- Yakin Nikita ([@TakNePoidet](http://github.com/TakNePoidet))

## v1.2.2

[compare changes](https://github.com/TakNePoidet/nuxt-yandex-metrika/compare/v1.2.1...v1.2.2)
Expand Down
140 changes: 70 additions & 70 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,71 +1,71 @@
{
"name": "nuxt-yandex-metrika",
"version": "1.2.2",
"description": "Add Yandex Metrika to your Nuxt 3 application.",
"repository": {
"type": "git",
"url": "git+https://github.com/TakNePoidet/nuxt-yandex-metrika.git"
},
"homepage": "TakNePoidet/nuxt-yandex-metrika",
"license": "MIT",
"type": "module",
"author": {
"name": "TakNePoidet <https://taknepoidet.xyz/>",
"url": "https://github.com/TakNePoidet"
},
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"scripts": {
"prepack": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"release": "npm run lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"prettier": "prettier --write .",
"lint": "eslint --fix .",
"prepare": "husky install"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@nuxt/kit": "^3.7.4",
"chalk": "^5.3.0",
"defu": "^6.1.2"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@poidet/eslint-config-nuxt": "^0.3.0",
"@nuxt/module-builder": "^0.5.2",
"@nuxt/schema": "^3.7.4",
"@poidet/prettier": "^0.3.0",
"@types/node": "^20.8.2",
"changelogen": "^0.5.5",
"eslint": "^8.50.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"nuxt": "^3.7.4",
"prettier": "^3.0.3"
},
"packageManager": "[email protected]",
"lint-staged": {
"**/*.(ts|vue)": [
"eslint --fix",
"git add"
],
"**/*.*": [
"prettier --write",
"git add"
]
}
}
"name": "nuxt-yandex-metrika",
"version": "1.2.3",
"description": "Add Yandex Metrika to your Nuxt 3 application.",
"repository": {
"type": "git",
"url": "git+https://github.com/TakNePoidet/nuxt-yandex-metrika.git"
},
"homepage": "TakNePoidet/nuxt-yandex-metrika",
"license": "MIT",
"type": "module",
"author": {
"name": "TakNePoidet <https://taknepoidet.xyz/>",
"url": "https://github.com/TakNePoidet"
},
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"scripts": {
"prepack": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"release": "npm run lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"prettier": "prettier --write .",
"lint": "eslint --fix .",
"prepare": "husky install"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@nuxt/kit": "^3.7.4",
"chalk": "^5.3.0",
"defu": "^6.1.2"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@poidet/eslint-config-nuxt": "^0.3.0",
"@nuxt/module-builder": "^0.5.2",
"@nuxt/schema": "^3.7.4",
"@poidet/prettier": "^0.3.0",
"@types/node": "^20.8.2",
"changelogen": "^0.5.5",
"eslint": "^8.50.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"nuxt": "^3.7.4",
"prettier": "^3.0.3"
},
"packageManager": "[email protected]",
"lint-staged": {
"**/*.(ts|vue)": [
"eslint --fix",
"git add"
],
"**/*.*": [
"prettier --write",
"git add"
]
}
}

0 comments on commit c5a6ef2

Please sign in to comment.