Skip to content

Commit 6b0a9fe

Browse files
Publish
- create-react-kotlin-app@1.0.7 - @jetbrains/kotlin-webpack-plugin@1.2.2 - @jetbrains/kotlinc-js-api@1.2.4 - react-scripts-kotlin@2.1.6 - @jetbrains/ts2kt-automator@1.0.9
1 parent 4b29177 commit 6b0a9fe

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

packages/create-react-kotlin-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-kotlin-app",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"keywords": [
55
"react"
66
],

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": "@jetbrains/kotlin-webpack-plugin",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Kotlin plugin for webpack",
55
"main": "plugin.js",
66
"repository": "JetBrains/create-react-kotlin-app",
@@ -25,7 +25,7 @@
2525
"dce-plugin.js"
2626
],
2727
"dependencies": {
28-
"@jetbrains/kotlinc-js-api": "^1.2.3",
28+
"@jetbrains/kotlinc-js-api": "^1.2.4",
2929
"fs-extra": "5.0.0",
3030
"glob": "7.1.2",
3131
"globby": "7.1.1",

packages/kotlinc-js-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jetbrains/kotlinc-js-api",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
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.1.5",
3+
"version": "2.1.6",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "JetBrains/create-react-kotlin-app",
66
"license": "MIT",
@@ -30,8 +30,8 @@
3030
"@jetbrains/kotlin-extensions": "^1.0.0-pre.20",
3131
"@jetbrains/kotlin-react": "^16.2.0-pre.20",
3232
"@jetbrains/kotlin-react-dom": "^16.2.0-pre.20",
33-
"@jetbrains/kotlin-webpack-plugin": "^1.2.1",
34-
"@jetbrains/ts2kt-automator": "^1.0.8",
33+
"@jetbrains/kotlin-webpack-plugin": "^1.2.2",
34+
"@jetbrains/ts2kt-automator": "^1.0.9",
3535
"autoprefixer": "7.2.5",
3636
"case-sensitive-paths-webpack-plugin": "2.1.1",
3737
"chalk": "2.3.0",

packages/ts2kt-automator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jetbrains/ts2kt-automator",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "A package that downloads TypeScript annotations from @types/*-group of packages and converts them to Kotlin.",
55
"main": "index.js",
66
"repository": "JetBrains/create-react-kotlin-app",

0 commit comments

Comments
 (0)