Skip to content

Commit

Permalink
release/v1.0.0 (#11)
Browse files Browse the repository at this point in the history
* Fix production webpack build
* Fixed Readme badge
* Update package.json version
  • Loading branch information
snikidev authored Jul 18, 2020
1 parent fe263bc commit 928597e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# React Multi Fields Input component

[![codecov](https://codecov.io/gh/snikidev/react-multi-fields-input/branch/master/graph/badge.svg)](https://codecov.io/gh/snikidev/react-multi-fields-input) ![npm](https://img.shields.io/npm/v/react-multi-fields-input) [![CircleCI](https://circleci.com/gh/circleci/circleci-docs/tree/teesloane-patch-5.svg?style=svg)](https://circleci.com/gh/snikidev/react-multi-fields-input/tree/master)
[![codecov](https://codecov.io/gh/snikidev/react-multi-fields-input/branch/master/graph/badge.svg)](https://codecov.io/gh/snikidev/react-multi-fields-input) ![npm](https://img.shields.io/npm/v/react-multi-fields-input) [![CircleCI](https://circleci.com/gh/snikidev/react-multi-fields-input/tree/master.svg?style=svg)](https://circleci.com/gh/snikidev/react-multi-fields-input/tree/master)

React Multi Fields Input component comes with zero styles to allow you style it in accordance to your style guidelines.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-multi-fields-input",
"version": "1.0.3-beta",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/components/index.d.ts",
"author": "snikidev <n.kakuev@gmail.com>",
Expand Down

0 comments on commit 928597e

Please sign in to comment.