Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Revert "Version Packages"
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen committed Nov 6, 2020
1 parent f551256 commit 5c397c0
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 30 deletions.
5 changes: 5 additions & 0 deletions .changeset/five-walls-help.md
@@ -0,0 +1,5 @@
---
"react-cool-form": patch
---

chore(package.json): add keyword
5 changes: 5 additions & 0 deletions .changeset/lemon-bees-cry.md
@@ -0,0 +1,5 @@
---
"react-cool-form": patch
---

chore(package.json): add description
5 changes: 5 additions & 0 deletions .changeset/mighty-bears-drum.md
@@ -0,0 +1,5 @@
---
"react-cool-form": patch
---

chore(package.json): edit keyword
5 changes: 5 additions & 0 deletions .changeset/pretty-apples-tickle.md
@@ -0,0 +1,5 @@
---
"react-cool-form": patch
---

chore(package.json): add keyword
5 changes: 5 additions & 0 deletions .changeset/spotty-bobcats-brush.md
@@ -0,0 +1,5 @@
---
"react-cool-form": patch
---

chore(package.json): edit keyword
5 changes: 5 additions & 0 deletions .changeset/three-hats-dance.md
@@ -0,0 +1,5 @@
---
"react-cool-form": patch
---

chore(package.json): add keyword
28 changes: 0 additions & 28 deletions CHANGELOG.md

This file was deleted.

6 changes: 4 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "react-cool-form",
"version": "0.0.3",
"version": "0.0.2",
"description": "React hooks for building forms with performant and good DX.",
"license": "MIT",
"homepage": "https://github.com/wellyshen/react-cool-form",
Expand Down Expand Up @@ -29,7 +29,9 @@
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"link-pkg": "npm link examples/node_modules/react && yarn link",
"dev": "yarn clean:build && yarn copy:type && rollup -c rollup/config.js -w",
Expand Down

0 comments on commit 5c397c0

Please sign in to comment.