Skip to content

Commit

Permalink
Published the alpha-6 release (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkyndemeyer committed Feb 24, 2019
1 parent fab40a2 commit eda630c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Binary file added alpha-releases/JS GraphQL-2.0.0-alpha-6.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion alpha-releases/updatePlugins.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<plugins>
<plugin id="com.intellij.lang.jsgraphql" url="https://github.com/jimkyndemeyer/js-graphql-intellij-plugin/blob/v2/alpha-releases/JS%20GraphQL-2.0.0-alpha-5.zip?raw=true" version="2.0.0-alpha-5"/>
<plugin id="com.intellij.lang.jsgraphql" url="https://github.com/jimkyndemeyer/js-graphql-intellij-plugin/blob/v2/alpha-releases/JS%20GraphQL-2.0.0-alpha-6.zip?raw=true" version="2.0.0-alpha-6"/>
</plugins>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group 'com.intellij.lang.jsgraphql'
version '2.0.0-alpha-5'
version '2.0.0-alpha-6'

apply plugin: 'java'

Expand Down
2 changes: 1 addition & 1 deletion js-graphql-intellij-plugin.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="js-graphql-intellij-plugin" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.intellij.lang.jsgraphql" external.system.module.version="2.0.0-alpha-5" type="JAVA_MODULE" version="4">
<module external.linked.project.id="js-graphql-intellij-plugin" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.intellij.lang.jsgraphql" external.system.module.version="2.0.0-alpha-6" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
Expand Down
3 changes: 2 additions & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<idea-plugin>
<id>com.intellij.lang.jsgraphql</id>
<name>JS GraphQL</name>
<version>2.0.0-alpha-5</version>
<version>2.0.0-alpha-6</version>
<vendor>Jim Kynde Meyer - [email protected]</vendor>

<description><![CDATA[
Expand All @@ -27,6 +27,7 @@

<change-notes><![CDATA[
<ul>
<li>2.0.0-alpha-6: Added migration of graphql.config.json files. Support schemas based on JSON introspection files. Added automatic introspection notification. Updated Relay Modern directives. Upgraded to graphql-java 11.0.</li>
<li>2.0.0-alpha-5: Simplified schema discovery to only support graphql-config and introduced new schema discovery UI</li>
<li>2.0.0-alpha-4: Performance improvements, Relay Modern support, MarkDown documentation support, structure view, scratch files, recognize .graphqls, template placeholder support</li>
<li>2.0.0-alpha-3: graphql-config support</li>
Expand Down

0 comments on commit eda630c

Please sign in to comment.