File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ scripts in `package.json`.
2020 "version" : " 1.0.0" ,
2121 "private" : true ,
2222 "dependencies" : {
23- "@simplelocalize/cli" : " ^2.9.2 " ,
23+ "@simplelocalize/cli" : " ^2.10.0 " ,
2424 },
2525 "scripts" : {
2626 "start" : " react-scripts start" ,
@@ -48,8 +48,8 @@ npx @simplelocalize/cli download
4848` @simplelocalize/cli ` versioning is synced with https://github.com/simplelocalize/simplelocalize-cli versioning.
4949
5050` @simplelocalize/cli@2.9.1 ` will install SimpleLocalize CLI 2.9.x and this npm package version is 1.
51- ` @simplelocalize/cli@2.9.1 ` will install SimpleLocalize CLI 2.9.x and this npm package version is 2.
51+ ` @simplelocalize/cli@2.9.2 ` will install SimpleLocalize CLI 2.9.x and this npm package version is 2.
5252
5353By using this versioning scheme, we can release new versions of this npm package
5454without changing the SimpleLocalize CLI version, for example, to fix bugs in this package,
55- and follow semantic versioning rules.
55+ and follow semantic versioning rules.
You can’t perform that action at this time.
0 commit comments