Skip to content

Commit

Permalink
chore(release): 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kolkov committed Mar 16, 2023
1 parent 53eb15e commit 9255452
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kolkov/ngx-metrika",
"version": "1.0.7",
"version": "1.0.8",
"scripts": {
"ng": "ng",
"start": "ng serve ngx-metrika-app",
Expand Down
8 changes: 4 additions & 4 deletions projects/ngx-metrika/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@kolkov/ngx-metrika",
"version": "1.0.7",
"version": "1.0.8",
"author": "Andrey Kolkov <a.kolkov@gmail.com>",
"repository": "https://github.com/kolkov/ngx-metrika",
"license": "MIT",
"description": "A simple Yandex Mertika (Яндекс Метрика) package for Angular 6+.",
"private": false,
"peerDependencies": {
"@angular/common": ">=13.0.0 <=14",
"@angular/core": ">=13.0.0 <=14",
"@angular/router": ">=13.0.0 <=14"
"@angular/common": ">=13.0.0",
"@angular/core": ">=13.0.0",
"@angular/router": ">=13.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 9255452

Please sign in to comment.