Skip to content

Commit

Permalink
chore(release): 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Apr 11, 2022
1 parent 0c72ace commit f5f2ded
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 7 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.9](https://github.com/prismicio/prismic-snippets/compare/v0.0.8...v0.0.9) (2022-04-11)


### Refactor

* migrate to schnipsel ([12cb255](https://github.com/prismicio/prismic-snippets/commit/12cb2551554ef97d7a81905c8d4c7eba3028ca7a))


### Chore

* **deps:** maintain dependencies ([8de9b67](https://github.com/prismicio/prismic-snippets/commit/8de9b673e5b94567adcc0d3225302d3dbbae634b))
* **deps:** maintain dependencies ([e87cefd](https://github.com/prismicio/prismic-snippets/commit/e87cefdc67af93c82ab2e2a73987e3cd6ae4a1c4))
* **intellij:** sort plugin.xml updates ([f3940c3](https://github.com/prismicio/prismic-snippets/commit/f3940c30e424dbc5effada080601b40e7d280db4))


### Documentation

* **intellij:** typo ([378a04e](https://github.com/prismicio/prismic-snippets/commit/378a04e6b1325fcd8157a8cb03f810a993c27ba6))
* style ([0c72ace](https://github.com/prismicio/prismic-snippets/commit/0c72ace8da81330c62cbd9f37eb5036e13769f90))

### [0.0.8](https://github.com/prismicio/prismic-snippets/compare/v0.0.7...v0.0.8) (2022-04-05)


Expand Down
2 changes: 1 addition & 1 deletion intellij/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.prismicio.snippets'
version '0.0.8'
version '0.0.9'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion intellij/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prismicio/snippets.intellij",
"version": "0.0.8",
"version": "0.0.9",
"description": "Prismic snippets for IntelliJ",
"private": true,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion intellij/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<idea-plugin>
<id>com.prismicio.snippets</id>
<name>Prismic.io snippets</name>
<version>0.0.8</version>
<version>0.0.9</version>
<vendor url="https://prismic.io" email="contact@prismic.io">prismicio</vendor>
<description><![CDATA[
<a href="https://prismic.io?utm_campaign=devexp&utm_source=jetbrains&utm_medium=home">Prismic.io</a> snippets for IntelliJ IDEs.<br /><ol><li>📐 &nbsp;Template quickly Prismic data in React and Vue.js;</li><li>🏗 &nbsp;Scaffold common Prismic structures in a blink: slices, resolvers, and more;</li><li>🈂 &nbsp;JavaScript and TypeScript friendly.</li></ol>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prismicio/snippets",
"version": "0.0.8",
"version": "0.0.9",
"description": "Prismic snippets for VS Code, Vim, Sublime, and IntelliJ",
"private": true,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "prismic-snippets",
"displayName": "Prismic.io snippets",
"publisher": "prismicio",
"version": "0.0.8",
"version": "0.0.9",
"description": "Prismic snippets for VS Code and Vim",
"categories": [
"Snippets"
Expand Down

0 comments on commit f5f2ded

Please sign in to comment.