Skip to content

Commit

Permalink
Release 0.0.4 (#15)
Browse files Browse the repository at this point in the history
Release includes:

Enhance javascript detection logic for raw style manipulation: 94b784d
Fixes issues with LWC-specific recommendations 619a39f
  • Loading branch information
ambreeen authored Aug 5, 2020
1 parent 619a39f commit 15e6a41
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>com.salesforce.slds</groupId>
<artifactId>common</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>

<groupId>com.salesforce.slds</groupId>
<artifactId>core</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>

<dependencies>
<dependency>
Expand Down Expand Up @@ -52,4 +52,4 @@
</dependency>
</dependencies>

</project>
</project>
8 changes: 4 additions & 4 deletions lsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>com.salesforce.slds</groupId>
<artifactId>common</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>

<groupId>com.salesforce.slds</groupId>
<artifactId>lsp</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>

<dependencies>
<!-- Google Collection -->
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.salesforce.slds</groupId>
<artifactId>core</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
Expand Down Expand Up @@ -52,4 +52,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>com.salesforce.slds</groupId>
<artifactId>common</artifactId>
<packaging>pom</packaging>
<version>0.0.3</version>
<version>0.0.4</version>

<modules>
<module>core</module>
Expand Down

0 comments on commit 15e6a41

Please sign in to comment.