Skip to content

Commit 190334f

Browse files
committed
update version v2.1.0
1 parent df98f58 commit 190334f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

example/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "next start"
99
},
1010
"dependencies": {
11-
"microcms-js-sdk": "^2.0.0",
11+
"microcms-js-sdk": "^2.1.0",
1212
"next": "10.2.0",
1313
"react": "17.0.2",
1414
"react-dom": "17.0.2"

example/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"author": "",
1111
"license": "ISC",
1212
"dependencies": {
13-
"microcms-js-sdk": "^2.0.0"
13+
"microcms-js-sdk": "^2.1.0"
1414
}
1515
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "microcms-js-sdk",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "JavaScript SDK Client for microCMS.",
55
"main": "./dist/cjs/microcms-js-sdk.js",
66
"module": "./dist/esm/microcms-js-sdk.js",
@@ -53,4 +53,4 @@
5353
"rollup-plugin-typescript2": "^0.30.0",
5454
"typescript": "^4.2.4"
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)