Skip to content

Commit

Permalink
fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg-david committed Aug 5, 2024
1 parent 3b28ca9 commit 5b90597
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Change Log

## [7.1.0](https://github.com/frontegg/frontegg-angular/compare/v6.34.0...v7.1.0) (2024-8-5)


# Change Log

## [7.0.0](https://github.com/frontegg/frontegg-angular/compare/v6.34.0...v7.0.0) (2024-8-5)


# Change Log

## [6.34.0](https://github.com/frontegg/frontegg-angular/compare/v6.33.0...v6.34.0) (2024-7-22)
Expand Down
4 changes: 2 additions & 2 deletions projects/frontegg-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontegg/angular",
"version": "7.1.0",
"version": "7.0.0",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=12.0.0",
Expand All @@ -13,4 +13,4 @@
"stream": "^0.0.2",
"tslib": "^2.0.0"
}
}
}
2 changes: 1 addition & 1 deletion projects/frontegg-app/src/sdkVersion.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default { version: '7.1.0' };
export default { version: '7.0.0' };

0 comments on commit 5b90597

Please sign in to comment.