Skip to content

Commit

Permalink
chore: define correct package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-Ende committed Aug 1, 2024
1 parent 6525c97 commit fcae57e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libs/sketch/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sketch/source",
"version": "0.0.2",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve demo-app",
Expand Down

0 comments on commit fcae57e

Please sign in to comment.