Skip to content

Commit

Permalink
chore: bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
rustygreen committed Feb 29, 2024
1 parent 881c7cf commit 72d2063
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 1.0.0-rc.7 (2024-02-29)


### 🚀 Features

- **auth:** adds LogInGuard ([9809a6e](https://github.com/rustygreen/ng-supabase/commit/9809a6e))

### 🩹 Fixes

- **auth:** fixes issue with login redirecting before authenticated ([881c7cf](https://github.com/rustygreen/ng-supabase/commit/881c7cf))

### ❤️ Thank You

- Rusty Green @rustygreen
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ _see more on these steps [here](https://nx.dev/recipes/nx-release/publish-in-ci-
## TODOs

- [x] Add LogIn route guard
- [x] Add avatar component
- [ ] Add avatar component
- [ ] Add Roles route guard
- [ ] Implement Bootstrap components
- [ ] Implement Material components
Expand Down
2 changes: 1 addition & 1 deletion libs/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-supabase/bootstrap",
"version": "1.0.0-rc.6",
"version": "1.0.0-rc.7",
"author": "Rusty Green <[email protected]>",
"contributors": [
"Rusty Green <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-supabase/core",
"version": "1.0.0-rc.6",
"version": "1.0.0-rc.7",
"author": "Rusty Green <[email protected]>",
"contributors": [
"Rusty Green <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion libs/material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-supabase/material",
"version": "1.0.0-rc.6",
"version": "1.0.0-rc.7",
"author": "Rusty Green <[email protected]>",
"contributors": [
"Rusty Green <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion libs/primeng/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-supabase/primeng",
"version": "1.0.0-rc.6",
"version": "1.0.0-rc.7",
"author": "Rusty Green <[email protected]>",
"contributors": [
"Rusty Green <[email protected]>"
Expand Down

0 comments on commit 72d2063

Please sign in to comment.