Skip to content

Commit 93835f7

Browse files
1 parent c6cb156 commit 93835f7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/gen-idea-libs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gen-idea-libs",
3-
"version": "1.0.4-0",
3+
"version": "1.0.4",
44
"description": "Generate IntelliJ Idea libs config from given npm kotlinJs dependencies",
55
"main": "generate",
66
"author": "Filipp Riabchun",

packages/kotlin-webpack-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kotlin-webpack-plugin",
3-
"version": "1.0.7-0",
3+
"version": "1.0.7",
44
"description": "Webpack kotlin plugin",
55
"main": "plugin.js",
66
"repository": "JetBrains/create-react-kotlin-app",
@@ -29,7 +29,7 @@
2929
"glob": "7.1.2",
3030
"globby": "6.1.0",
3131
"kotlin-compiler": "1.1.4-dev-970",
32-
"kotlinc-js": "^1.0.6-0",
32+
"kotlinc-js": "^1.0.6",
3333
"read-dir-files": "^0.1.1"
3434
},
3535
"devDependencies": {

packages/kotlinc-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kotlinc-js",
3-
"version": "1.0.6-0",
3+
"version": "1.0.6",
44
"description": "KotlincJS compiler wrapper for NodeJS",
55
"main": "kotlin-compiler.js",
66
"scripts": {

packages/react-scripts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts-kotlin",
3-
"version": "2.0.0-0",
3+
"version": "2.0.0",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "JetBrains/create-react-kotlin-app",
66
"license": "BSD-3-Clause",
@@ -39,10 +39,10 @@
3939
"extract-text-webpack-plugin": "2.1.0",
4040
"file-loader": "0.11.1",
4141
"fs-extra": "3.0.1",
42-
"gen-idea-libs": "^1.0.4-0",
42+
"gen-idea-libs": "^1.0.4",
4343
"html-webpack-plugin": "2.28.0",
4444
"kotlin": "^1.1.51",
45-
"kotlin-webpack-plugin": "^1.0.7-0",
45+
"kotlin-webpack-plugin": "^1.0.7",
4646
"object-assign": "4.1.1",
4747
"postcss-flexbugs-fixes": "3.0.0",
4848
"postcss-loader": "2.0.5",

0 commit comments

Comments
 (0)