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

Commit

Permalink
Merge pull request #71 from wellyshen/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
wellyshen committed Nov 8, 2020
2 parents 8fd0f73 + ad3d9f0 commit 01fc10a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-singers-allow.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# react-cool-form

## 0.0.11

### Patch Changes

- [`ccbbe64`](https://github.com/wellyshen/react-cool-form/commit/ccbbe641dd4fc0975d9597cee394a3c4d797510c) [#70](https://github.com/wellyshen/react-cool-form/pull/70) Thanks [@wellyshen](https://github.com/wellyshen)! - fix: correct UMD format

## 0.0.10

### Patch Changes
Expand Down
6 changes: 2 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "react-cool-form",
"version": "0.0.10",
"version": "0.0.11",
"description": "React hooks for forms state, validation, and performance.",
"license": "MIT",
"homepage": "https://github.com/wellyshen/react-cool-form#readme",
Expand Down Expand Up @@ -31,9 +31,7 @@
"umd:main": "dist/index.umd.production.min.js",
"unpkg": "dist/index.umd.production.min.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 01fc10a

Please sign in to comment.