Skip to content

Commit

Permalink
Prepare 0.3.0 release (#71)
Browse files Browse the repository at this point in the history
* prepare-0.3.0-release

* clean up release notes
  • Loading branch information
chicco785 authored Jul 29, 2022
1 parent 2f78fcf commit 2514707
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Auth Management UI Release Notes

## 0.3-dev
## 0.3

### New features

- Possibility to add N subpaths on the main form or on the table of services
- Proper responsive on the elements
- Fullscreen forms on mobile
- Fullscrean table and filters
- Fullscreen table and filters

### Bug fixes

- Using prestart we re-generate the env.js file,
but the generator does not comply with our
prettier rules, so we have to enforce prettier during prestart.
- Changed some names on varibles in order to be more clear
prettier rules, so we have to enforce prettier during pre-start.
- Changed some names on variables in order to be more clear
- Minor issues (animation/colors)
- No Graphql dependencies for the app to work
- Remove GraphQL requirement for the app to work
- Tenant name on path creation

### Documentation
Expand All @@ -33,9 +33,9 @@
- New colors for the policies Cards
- Filter by resource in the policies table
- Modify a policy
- Managing errors in policyform
- Manage errors in the policy forms
- Policy ID on edit
- Notification system for deleting,creating,updating elements
- Notification system for deleting, creating, updating elements

### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion configuration-api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configuration-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-management-ui-configuration-api",
"version": "0.3.0-dev",
"version": "0.3.0",
"keywords": [
"graphql",
"apollo",
Expand Down
2 changes: 1 addition & 1 deletion documentation/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-management-ui-documentation",
"version": "0.3.0-dev",
"version": "0.3.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-management-ui",
"version": "0.3.0-dev",
"version": "0.3.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.10",
Expand Down

0 comments on commit 2514707

Please sign in to comment.