Skip to content

Commit 928597e

Browse files
authored
release/v1.0.0 (#11)
* Fix production webpack build * Fixed Readme badge * Update package.json version
1 parent fe263bc commit 928597e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React Multi Fields Input component
22

3-
[![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)
3+
[![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)
44

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-multi-fields-input",
3-
"version": "1.0.3-beta",
3+
"version": "1.0.0",
44
"main": "dist/index.js",
55
"types": "dist/components/index.d.ts",
66
"author": "snikidev <[email protected]>",

0 commit comments

Comments
 (0)