Skip to content

Commit 9a663a2

Browse files
josephperrottthePunderWoman
authored andcommitted
release: bump version of in memory web api
1 parent 4c6b4d7 commit 9a663a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/misc/angular-in-memory-web-api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "angular-in-memory-web-api",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "An in-memory web api for Angular demos and tests",
55
"author": "angular",
66
"license": "MIT",
77
"peerDependencies": {
8-
"@angular/core": "^21.0.0-next",
9-
"@angular/common": "^21.0.0-next",
8+
"@angular/core": "^21.0.0",
9+
"@angular/common": "^21.0.0",
1010
"rxjs": "^6.5.3 || ^7.4.0"
1111
},
1212
"dependencies": {

0 commit comments

Comments
 (0)