Skip to content

Commit

Permalink
chore(release): 🔖 v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaRoosta74 committed Mar 13, 2023
1 parent f616f4b commit 9bc86f3
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.1](https://github.com/novin-develop/formalite/compare/v0.5.0...v0.5.1) (2023-03-13)


### Bug Fixes

* change lodash-es to lodash and fix it in rollup ([f616f4b](https://github.com/novin-develop/formalite/commit/f616f4b29f85644bb02ec418112cd1afa56ecc6e))



## [0.5.0](https://github.com/novin-develop/formalite/compare/v0.4.3...v0.5.0) (2023-03-13)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.5.0",
"version": "0.5.1",
"npmClient": "npm",
"useWorkspaces": true,
"command": {
Expand Down
9 changes: 9 additions & 0 deletions packages/formalite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.1](https://github.com/novin-develop/formalite/compare/v0.5.0...v0.5.1) (2023-03-13)


### Bug Fixes

* change lodash-es to lodash and fix it in rollup ([f616f4b](https://github.com/novin-develop/formalite/commit/f616f4b29f85644bb02ec418112cd1afa56ecc6e))



## [0.5.0](https://github.com/novin-develop/formalite/compare/v0.4.3...v0.5.0) (2023-03-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/formalite/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/formalite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novin-dev/formalite",
"version": "0.5.0",
"version": "0.5.1",
"description": "Generate MUI form with few line of code",
"author": "Mostafa Roosta <mostafaroosta74@gmail.com>",
"homepage": "https://formalite.novin.dev",
Expand Down Expand Up @@ -123,11 +123,11 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@optimize-lodash/rollup-plugin" : "^4.0.3",
"@date-io/date-fns": "2.13.1",
"@date-io/date-fns-jalali": "2.13.1",
"@mui/icons-material": "5.6.1",
"@mui/x-date-pickers": "5.0.0-alpha.2",
"@optimize-lodash/rollup-plugin": "^4.0.3",
"@types/numeral": "2.0.2",
"@types/react-color": "3.0.6",
"@types/react-lazy-load-image-component": "1.5.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.1](https://github.com/novin-develop/formalite/compare/v0.5.0...v0.5.1) (2023-03-13)

**Note:** Version bump only for package website





## [0.5.0](https://github.com/novin-develop/formalite/compare/v0.4.3...v0.5.0) (2023-03-13)

**Note:** Version bump only for package website
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
Expand All @@ -16,7 +16,7 @@
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.7",
"@novin-dev/formalite": "^0.5.0",
"@novin-dev/formalite": "^0.5.1",
"@uiw/react-code-preview": "^5.1.2",
"lodash-es": "^4.17.21",
"next": "12.2.5",
Expand Down

2 comments on commit 9bc86f3

@vercel
Copy link

@vercel vercel bot commented on 9bc86f3 Mar 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

formalite-story – ./packages/formalite

formalite-story-novin-develop.vercel.app
formalite-docs.novin.dev
formalite-story-git-main-novin-develop.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 9bc86f3 Mar 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

formalite-website – ./packages/website

formalite-website-novin-develop.vercel.app
formalite.novin.dev
formalite-website-git-main-novin-develop.vercel.app

Please sign in to comment.