diff --git a/CHANGELOG.md b/CHANGELOG.md index ec8c39f..2a1528a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.4 (2024-08-01) + +Fixed deployed files + ## 0.0.3 (2024-08-01) This was a version bump only, there were no code changes. diff --git a/libs/sketch/package.json b/libs/sketch/package.json index c06d895..3e31924 100644 --- a/libs/sketch/package.json +++ b/libs/sketch/package.json @@ -1,6 +1,6 @@ { "name": "@qupaya/ng-sketch", - "version": "0.0.3", + "version": "0.0.4", "peerDependencies": { "@angular/cdk": ">=18.0.0", "@angular/common": ">=18.0.0", diff --git a/package.json b/package.json index 9f75fb8..d7ba7a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sketch/source", - "version": "0.0.2", + "version": "0.0.0", "license": "MIT", "scripts": { "start": "nx serve demo-app",