Skip to content

Commit 13a3842

Browse files
chore: update version for 1.0.0 and deps nucleus
1 parent 4deaa67 commit 13a3842

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "voicecapture-angular-spa",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"author": "lucasferreiralimax (https://github.com/lucasferreiralimax)",
55
"repository": "https://github.com/angular-a11y/voicecapture-angular",
66
"bugs": {
@@ -41,7 +41,7 @@
4141
"@angular/platform-browser-dynamic": "^19.1.3",
4242
"@angular/router": "^19.1.3",
4343
"jsonminify": "^0.4.2",
44-
"nucleus-angular": "^0.0.9",
44+
"nucleus-angular": "^1.0.3",
4545
"rxjs": "~7.8.0",
4646
"tslib": "^2.8.0",
4747
"zone.js": "~0.15.0"

projects/voicecapture-angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "voicecapture-angular",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"public": true,
55
"author": "lucasferreiralimax (https://github.com/lucasferreiralimax)",
66
"repository": "https://github.com/angular-a11y/voicecapture-angular",
@@ -20,8 +20,8 @@
2020
"ui"
2121
],
2222
"peerDependencies": {
23-
"@angular/common": "^18.0.0",
24-
"@angular/core": "^18.0.0"
23+
"@angular/common": "^19.1.3",
24+
"@angular/core": "^19.1.3"
2525
},
2626
"dependencies": {
2727
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)