Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hikerpig committed Feb 7, 2020
1 parent 4c08771 commit c7b7670
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.2](https://github.com/hikerpig/unisnips/compare/v0.7.1...v0.7.2) (2020-02-07)


### Bug Fixes

* [ultisnips] script block 'bodyPosition' line error ([4c08771](https://github.com/hikerpig/unisnips/commit/4c08771323873171d807bef0e215217742f6fde8))





## [0.7.1](https://github.com/hikerpig/unisnips/compare/v0.7.0...v0.7.1) (2020-02-05)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "0.7.1",
"version": "0.7.2",
"packages": [
"packages/*"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/ultisnips/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.2](https://github.com/hikerpig/unisnips/compare/v0.7.1...v0.7.2) (2020-02-07)


### Bug Fixes

* [ultisnips] script block 'bodyPosition' line error ([4c08771](https://github.com/hikerpig/unisnips/commit/4c08771323873171d807bef0e215217742f6fde8))





## [0.7.1](https://github.com/hikerpig/unisnips/compare/v0.7.0...v0.7.1) (2020-02-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/ultisnips/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 packages/ultisnips/package.json
@@ -1,6 +1,6 @@
{
"name": "@unisnips/ultisnips",
"version": "0.7.1",
"version": "0.7.2",
"description": "Utilities for converting ultisnips in unisnips project",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/unisnips/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.2](https://github.com/hikerpig/unisnips/compare/v0.7.1...v0.7.2) (2020-02-07)

**Note:** Version bump only for package @unisnips/unisnips





## [0.7.1](https://github.com/hikerpig/unisnips/compare/v0.7.0...v0.7.1) (2020-02-05)

**Note:** Version bump only for package @unisnips/unisnips
Expand Down
4 changes: 2 additions & 2 deletions packages/unisnips/package.json
@@ -1,6 +1,6 @@
{
"name": "@unisnips/unisnips",
"version": "0.7.1",
"version": "0.7.2",
"description": "cli of unisnips project, convert ultisnips snippet to vscode/atom and other targets",
"keywords": [
"unisnips",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@unisnips/core": "^0.7.1",
"@unisnips/jetbrains": "^0.7.1",
"@unisnips/sublime": "^0.7.1",
"@unisnips/ultisnips": "^0.7.1",
"@unisnips/ultisnips": "^0.7.2",
"@unisnips/vscode": "^0.7.1",
"mkdirp": "^1.0.3",
"signale": "^1.4.0",
Expand Down

0 comments on commit c7b7670

Please sign in to comment.