Skip to content

Commit

Permalink
version upgrade 5.3.0 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaib-aot authored Nov 24, 2023
1 parent e7c2714 commit 9f0de58
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Changelog for formsflow.ai

Mark items as `Added`, `Changed`, `Fixed`, `Removed`, `Untested Features`, `Upcoming Features`, `Known Issues`
Mark items as `Added`, `Changed`, `Fixed`, `Modified`, `Removed`, `Untested Features`, `Upcoming Features`, `Known Issues`

## 5.3.0 - 2023-11-24

`Added`

**forms-flow-service**
- Added date and time service
- Added resource bundle

`Modified`

**forms-flow-admin**
- Modified user interface and improved user experince
- Modified footer style

**forms-flow-nav**
- Modified navbar style

**forms-flow-theme**
- Modified css to scss and folder structure
- Modified toast color override


## 5.2.0 - 2022-07-07

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v5.3.0-alpha
v5.3.0
2 changes: 1 addition & 1 deletion forms-flow-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formsflow/admin",
"version": "5.3.0-alpha",
"version": "5.3.0",
"scripts": {
"start": "webpack serve",
"start:standalone": "webpack serve --env standalone",
Expand Down
2 changes: 1 addition & 1 deletion forms-flow-admin/src/components/users/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ const Users = React.memo((props: any) => {
/>
{props.search?.length > 0 && (
<Button
variant="outline-secondary clear"
variant="outline-secondary btn-small clear"
onClick={() => {
props.setSearch("");
}}
Expand Down

0 comments on commit 9f0de58

Please sign in to comment.