Skip to content

Commit

Permalink
chore: upgrade release ref
Browse files Browse the repository at this point in the history
  • Loading branch information
lamabiker committed Oct 25, 2022
1 parent fbfac27 commit ec3a37a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [2.2.0](https://github.com/lamabiker/ng-date-interval/compare/v2.1.1...v2.2.0) (2022-10-25)

### Features

- updated `Angular` to `14`.

# [2.1.1](https://github.com/lamabiker/ng-date-interval/compare/v2.1.0...v2.1.1) (2021-08-30)

### Features
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-date-interval",
"version": "2.1.1",
"version": "2.2.0",
"author": "Liam Baker (@lamabiker)",
"license": "MIT",
"description": "Displaying date interval sentences with Angular, i.e From March to April 2020, Since June 16, 2021",
Expand All @@ -10,6 +10,7 @@
"adjust-version": "npm run adjust-version:main && npm run adjust-version:lib",
"build:demo": "ng build ng-date-interval-showcase --base-href='https://lamabiker.github.io/ng-date-interval/'",
"build:lib": "npm run copy:readme && ng build ng-date-interval --configuration production",
"build-lib": "ng build ng-date-interval --configuration production",
"build": "npm run build:lib && npm run build:demo",
"copy:readme": "copyfiles ./README.md ./dist/ng-date-interval",
"e2e": "ng e2e",
Expand Down
6 changes: 3 additions & 3 deletions projects/ng-date-interval/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "ng-date-interval",
"version": "2.1.1",
"version": "2.2.0",
"author": "Liam Baker (@lamabiker)",
"license": "MIT",
"description": "Displaying date interval sentences with Angular, i.e From March to April 2020, Since June 16, 2021",
"peerDependencies": {
"@angular/common": "^12.2.3",
"@angular/core": "^12.2.3"
"@angular/common": "^14.2.7",
"@angular/core": "^14.2.7"
},
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"typeRoots": ["node_modules/@types"],
"lib": ["es2018", "dom"],
"paths": {
"ng-date-interval": ["dist/ng-date-interval/ng-date-interval", "dist/ng-date-interval"]
"ng-date-interval": ["projects/ng-date-interval/src/public-api", "dist/ng-date-interval"],
"ng-date-interval-showcase": ["projects/ng-date-interval-showcase/src/public-api", "dist/ng-date-interval-showcase"]
},
"resolveJsonModule": true,
"esModuleInterop": true
Expand Down

0 comments on commit ec3a37a

Please sign in to comment.