Skip to content

Commit

Permalink
chore: update version to 7.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rars committed Mar 9, 2024
1 parent 0102319 commit c80d1d2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "ngx-diff",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"type": "module",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -22,7 +23,7 @@
"@angular/router": "^17.0.0",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"diff-match-patch-ts": "^0.3.0",
"diff-match-patch-ts": "^0.4.0-rc.1",
"rxjs": "~7.8.1",
"standard-version": "^9.3.2",
"tslib": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-diff",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"peerDependencies": {
"@angular/common": ">=17.0.0",
"@angular/core": ">=17.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Diff, DiffMatchPatch } from 'diff-match-patch-ts';
import { type Diff, DiffMatchPatch } from 'diff-match-patch-ts';

import { Injectable } from '@angular/core';

Expand Down

0 comments on commit c80d1d2

Please sign in to comment.