diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..6fb4b19d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2023-12-24) + + +### Features + +* add angular material packages ([#2](https://github.com/RadioRoster/dashboard/issues/2)) ([3f39a95](https://github.com/RadioRoster/dashboard/commit/3f39a9558ecb28c8cc43ed6aa8c98c1006096d90)) diff --git a/package-lock.json b/package-lock.json index 6936f27b..580f6323 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dashboard", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dashboard", - "version": "0.0.0", + "version": "1.0.0", "dependencies": { "@angular/animations": "17.0.8", "@angular/cdk": "17.0.4", diff --git a/package.json b/package.json index 0694a7b2..b21cd780 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "0.0.0", + "version": "1.0.0", "scripts": { "ng": "ng", "start": "ng serve",