Skip to content

Commit

Permalink
chore(release): v0.0.1-alpha.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 14, 2022
1 parent 417305a commit 82007e7
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 63 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## v0.0.1-alpha.0 (2022-11-14)

### Bug Fixes

* export all components ([535926a](https://github.com/AdeAttwood/ReactForm/commit/535926abdd6d66fe8dd1fb5f9158e481d66d7576)), closes [#9](https://github.com/AdeAttwood/ReactForm/issues/9)


### Features

* add checkbox attribute ([c491cb7](https://github.com/AdeAttwood/ReactForm/commit/c491cb77941e5c38dab2a611b247b263a576c621))
* add list group inputs ([1f09904](https://github.com/AdeAttwood/ReactForm/commit/1f09904941b47bbd8f5d224ec70f5036c8d03bb2))
* add radio input ([39c38e5](https://github.com/AdeAttwood/ReactForm/commit/39c38e528f29cea2056d19defb107de41a76aa08))
* add select input component ([59872fa](https://github.com/AdeAttwood/ReactForm/commit/59872fa956c5c22965fb44eaf1bc9888dfc2f1d9))

126 changes: 63 additions & 63 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
{
"name": "@adeattwood/react-form",
"version": "0.0.1",
"description": "UI agnostic form abstraction for React",
"repository": "AdeAttwood/ReactForm",
"author": {
"name": "Ade Attwood",
"email": "[email protected]",
"url": "https://adeattwood.co.uk"
},
"exports": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib/**/*",
"README.md"
],
"keywords": [
"react",
"form"
],
"scripts": {
"docs:dev": "next dev docs",
"docs:build": "next build docs",
"test": "jest",
"lint": "eslint src tests docs",
"build": "tsc"
},
"devDependencies": {
"@mdx-js/loader": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"@next/mdx": "^13.0.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.2",
"@types/node": "18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "18.0.8",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"bootstrap": "^5.2.2",
"bootstrap-icons": "^1.9.1",
"eslint": "^8.26.0",
"eslint-config-next": "13.0.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"next": "^13.0.2",
"prettier": "^2.7.1",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark-gfm": "^3.0.1",
"sass": "^1.56.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"dependencies": {}
}
"name": "@adeattwood/react-form",
"version": "0.0.1-alpha.0",
"description": "UI agnostic form abstraction for React",
"repository": "AdeAttwood/ReactForm",
"author": {
"name": "Ade Attwood",
"email": "[email protected]",
"url": "https://adeattwood.co.uk"
},
"exports": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib/**/*",
"README.md"
],
"keywords": [
"react",
"form"
],
"scripts": {
"docs:dev": "next dev docs",
"docs:build": "next build docs",
"test": "jest",
"lint": "eslint src tests docs",
"build": "tsc"
},
"devDependencies": {
"@mdx-js/loader": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"@next/mdx": "^13.0.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.2",
"@types/node": "18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "18.0.8",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"bootstrap": "^5.2.2",
"bootstrap-icons": "^1.9.1",
"eslint": "^8.26.0",
"eslint-config-next": "13.0.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"next": "^13.0.2",
"prettier": "^2.7.1",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark-gfm": "^3.0.1",
"sass": "^1.56.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"dependencies": {}
}

1 comment on commit 82007e7

@vercel
Copy link

@vercel vercel bot commented on 82007e7 Nov 14, 2022

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:

react-form – ./

react-form-sandy.vercel.app
react-form-adeattwood.vercel.app
react-form-git-0x-adeattwood.vercel.app

Please sign in to comment.