Skip to content

Commit

Permalink
chore(release): 🔖 v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaRoosta74 committed Sep 20, 2022
1 parent 99317d6 commit 662b94b
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.0 (2022-09-20)


### Features

* initial commit ([99317d6](https://github.com/novin-develop/formalite/commit/99317d666b32e7f2bef9280bb2fbfb92529d66ec))
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.0.0",
"version": "0.1.0",
"npmClient": "npm",
"useWorkspaces": true,
"command": {
Expand Down
7 changes: 7 additions & 0 deletions packages/formalite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.0 (2022-09-20)


### Features

* initial commit ([99317d6](https://github.com/novin-develop/formalite/commit/99317d666b32e7f2bef9280bb2fbfb92529d66ec))
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.

2 changes: 1 addition & 1 deletion packages/formalite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novin-dev/formalite",
"version": "0.0.0",
"version": "0.1.0",
"description": "Generate MUI form with few line of code",
"author": "Mostafa Roosta <[email protected]>",
"homepage": "https://formalite.novin.dev",
Expand Down
7 changes: 7 additions & 0 deletions packages/website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.0 (2022-09-20)


### Features

* initial commit ([99317d6](https://github.com/novin-develop/formalite/commit/99317d666b32e7f2bef9280bb2fbfb92529d66ec))
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.0.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -25,9 +25,9 @@
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "16.1.0",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "6.5.1",
Expand Down

0 comments on commit 662b94b

Please sign in to comment.