Skip to content

Commit

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

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.10](https://github.com/prismicio/prismic-snippets/compare/v0.0.9...v0.0.10) (2022-04-14)


### Bug Fixes

* **deps:** escape non-variable ([3af9237](https://github.com/prismicio/prismic-snippets/commit/3af923724f8cd0ba09c9b5541fe1acd569c3f3c7))

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


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.9'
version '0.0.10'

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.9",
"version": "0.0.10",
"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.9</version>
<version>0.0.10</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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"description": "Prismic snippets for VS Code and Vim",
"categories": [
"Snippets"
Expand Down

0 comments on commit 8ef3c21

Please sign in to comment.