Skip to content

Commit b16e701

Browse files
committed
chore: release 1.0.0
1 parent 39e0419 commit b16e701

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "react-css-modules-file",
4-
"version": "0.0.1",
4+
"version": "1.0.0",
55
"description": "",
66
"author": "liuchuzhang <liuchuzhang1@gmail.com>",
77
"license": "MIT",

packages/babel-plugin-react-css-modules-file/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-react-css-modules-file",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"main": "./dist/index.js",
55
"license": "MIT",
66
"author": "liuchuzhang <liuchuzhang1@gmail.com>",

packages/css-modules-file-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-modules-file-loader",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"main": "index.js",
55
"license": "MIT",
66
"author": "liuchuzhang <liuchuzhang1@gmail.com>",

0 commit comments

Comments
 (0)