diff --git a/.editorconfig b/.editorconfig index 084df807b0..031236ea60 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,3 +16,6 @@ indent_style = tab [*.kt] indent_size = unset quote_type = unset + +[*.md] +indent_size = 4 diff --git a/CHANGELOG.md b/CHANGELOG.md index cf94569d8f..28ce8ec7fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/) ## [unreleased] (Added 🚀 | Changed | Removed 🗑 | Fixed 🐞 | Chore 👨‍💻 👩‍💻) +## [1.70.2] - 2021-03-12 + +### Fixed 🐞 + +- Disable unready AI function +- Fix linter errors +- Fix editorconfig + ## [1.70.1] - 2021-03-12 ## [1.70.0] - 2021-03-09 diff --git a/analysis/gradle.properties b/analysis/gradle.properties index e804221c43..4f8b11d94d 100644 --- a/analysis/gradle.properties +++ b/analysis/gradle.properties @@ -1,5 +1,5 @@ # Project-wide Gradle settings. -currentVersion=1.70.1 +currentVersion=1.70.2 # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit diff --git a/analysis/node-wrapper/package-lock.json b/analysis/node-wrapper/package-lock.json index f6e1fc31c9..07b1f9dbd5 100644 --- a/analysis/node-wrapper/package-lock.json +++ b/analysis/node-wrapper/package-lock.json @@ -1,6 +1,6 @@ { "name": "codecharta-analysis", - "version": "1.70.1", + "version": "1.70.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/analysis/node-wrapper/package.json b/analysis/node-wrapper/package.json index 038ad56159..43372b337d 100644 --- a/analysis/node-wrapper/package.json +++ b/analysis/node-wrapper/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/MaibornWolff/codecharta.git" }, "name": "codecharta-analysis", - "version": "1.70.1", + "version": "1.70.2", "description": "MaibornWolff CodeCharta Analysis Tools", "scripts": { "prepare": "rm -rf ../build/install/codecharta-analysis public && ../gradlew -p .. installDist && cp -R ../build/install/codecharta-analysis public" diff --git a/gh-pages/_posts/release/2021-03-12-v1_70_2.md b/gh-pages/_posts/release/2021-03-12-v1_70_2.md new file mode 100644 index 0000000000..d355c8a4d3 --- /dev/null +++ b/gh-pages/_posts/release/2021-03-12-v1_70_2.md @@ -0,0 +1,16 @@ +--- +categories: + - Release +tags: + - gh-pages + +title: 1.70.2 +--- + +{{page.title}} is live and ready for [download](https://github.com/MaibornWolff/codecharta/releases/tag/{{page.title}}). This version brings the following: + +### Fixed 🐞 + +- Disable unready AI function. +- Fix linter errors +- Fix editorconfig diff --git a/visualization/package-lock.json b/visualization/package-lock.json index e80ca8823a..6cd56f9994 100644 --- a/visualization/package-lock.json +++ b/visualization/package-lock.json @@ -1,6 +1,6 @@ { "name": "codecharta-visualization", - "version": "1.70.1", + "version": "1.70.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/visualization/package.json b/visualization/package.json index fb292c9b64..d828f802ab 100644 --- a/visualization/package.json +++ b/visualization/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/MaibornWolff/codecharta.git" }, "name": "codecharta-visualization", - "version": "1.70.1", + "version": "1.70.2", "description": "MaibornWolff CodeCharta", "files": [ "dist/webpack",