Skip to content

Commit 2514707

Browse files
authored
Prepare 0.3.0 release (#71)
* prepare-0.3.0-release * clean up release notes
1 parent 2f78fcf commit 2514707

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

RELEASE_NOTES.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Auth Management UI Release Notes
22

3-
## 0.3-dev
3+
## 0.3
44

55
### New features
66

77
- Possibility to add N subpaths on the main form or on the table of services
88
- Proper responsive on the elements
99
- Fullscreen forms on mobile
10-
- Fullscrean table and filters
10+
- Fullscreen table and filters
1111

1212
### Bug fixes
1313

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

2222
### Documentation
@@ -33,9 +33,9 @@
3333
- New colors for the policies Cards
3434
- Filter by resource in the policies table
3535
- Modify a policy
36-
- Managing errors in policyform
36+
- Manage errors in the policy forms
3737
- Policy ID on edit
38-
- Notification system for deleting,creating,updating elements
38+
- Notification system for deleting, creating, updating elements
3939

4040
### Bug fixes
4141

configuration-api/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configuration-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth-management-ui-configuration-api",
3-
"version": "0.3.0-dev",
3+
"version": "0.3.0",
44
"keywords": [
55
"graphql",
66
"apollo",

documentation/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

documentation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth-management-ui-documentation",
3-
"version": "0.3.0-dev",
3+
"version": "0.3.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth-management-ui",
3-
"version": "0.3.0-dev",
3+
"version": "0.3.0",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.5.10",

0 commit comments

Comments
 (0)