Skip to content

Commit

Permalink
release v2.5.0 (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent authored Dec 11, 2022
1 parent 246c3bb commit b93a482
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 17 deletions.
8 changes: 8 additions & 0 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
* 2.5.0

* fix: check group with `javax.validation.groups.Default` [(#877)](https://github.com/tangcent/easy-yapi/pull/877)

* chore: update log [(#878)](https://github.com/tangcent/easy-yapi/pull/878)

* amend: group actions in pop [(#876)](https://github.com/tangcent/easy-yapi/pull/876)

* 2.4.9

* fix: fix the icons and buttons disappeared [(#869)](https://github.com/tangcent/easy-yapi/pull/869)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

group 'com.itangcent'
version '2.4.9.191.0'
version '2.5.0.191.0'

@SuppressWarnings("GroovyAssignabilityCheck")
static def majorVersion(version) {
Expand Down
2 changes: 1 addition & 1 deletion common-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {

implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"

implementation('com.itangcent:commons:1.4.32-SNAPSHOT') {
implementation('com.itangcent:commons:1.4.3') {
exclude group: 'com.google.inject'
exclude group: 'com.google.code.gson'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugin_name=EasyYapi
plugin_version=2.4.9.191.0
plugin_version=2.5.0.191.0
org.gradle.jvmargs=-Dfile.encoding=UTF-8
systemProp.file.encoding=UTF-8
org.gradle.daemon=true
Expand Down
8 changes: 4 additions & 4 deletions idea-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,17 @@ dependencies {
// implementation fileTree(dir: 'libs', include: ['*.jar'])


implementation('com.itangcent:intellij-idea:1.4.32-SNAPSHOT') {
implementation('com.itangcent:intellij-idea:1.4.3') {
exclude group: 'com.google.inject'
exclude group: 'com.google.code.gson'
}

implementation('com.itangcent:intellij-kotlin-support:1.4.32-SNAPSHOT') {
implementation('com.itangcent:intellij-kotlin-support:1.4.3') {
exclude group: 'com.google.inject'
exclude group: 'com.google.code.gson'
}

// implementation('com.itangcent:intellij-scala-support:1.4.32-SNAPSHOT') {
// implementation('com.itangcent:intellij-scala-support:1.4.3') {
// exclude group: 'com.google.inject'
// exclude group: 'com.google.code.gson'
// }
Expand Down Expand Up @@ -122,7 +122,7 @@ dependencies {
// https://mvnrepository.com/artifact/org.mockito/mockito-inline
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '3.11.0'

testImplementation('com.itangcent:intellij-idea-test:1.4.32-SNAPSHOT') {
testImplementation('com.itangcent:intellij-idea-test:1.4.3') {
exclude group: 'com.nhaarman.mockitokotlin2', module: 'mockito-kotlin'
}
}
Expand Down
12 changes: 3 additions & 9 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.4.9">v2.4.9.191.0(2022-11-27)</a>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.5.0">v2.5.0.191.0(2022-12-11)</a>
<br/>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>fix:
<li> fix: fix the icons and buttons disappeared <a
href="https://github.com/tangcent/easy-yapi/pull/869">(#869)</a>
</li>
<li> fix: remove invalid attributes for create postman collections <a
href="https://github.com/tangcent/easy-yapi/pull/868">(#868)</a>
</li>
<li> fix: open FileChooser at AWT Thread <a
href="https://github.com/tangcent/easy-yapi/pull/863">(#863)</a>
<li> fix: check group with `javax.validation.groups.Default` <a
href="https://github.com/tangcent/easy-yapi/pull/877">(#877)</a>
</li>
</ul>
2 changes: 1 addition & 1 deletion idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.itangcent.idea.plugin.easy-yapi</id>
<name>EasyYapi</name>
<version>2.4.9.191.0</version>
<version>2.5.0.191.0</version>
<vendor email="[email protected]" url="https://github.com/tangcent">Tangcent</vendor>

<description><![CDATA[ Description will be added by gradle build]]></description>
Expand Down

0 comments on commit b93a482

Please sign in to comment.