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 5, 2020
1 parent a8f6e6b commit 9a9c4cf
Show file tree
Hide file tree
Showing 17 changed files with 145 additions and 19 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/hikerpig/unisnips/compare/v0.7.0...v0.7.1) (2020-02-05)


### Bug Fixes

* [ultisnips] script type detection should be correct in line's end ([a8f6e6b](https://github.com/hikerpig/unisnips/commit/a8f6e6b4767eed6736e52e7cd0d1121ce4aa67e4))





# [0.7.0](https://github.com/hikerpig/unisnips/compare/v0.7.0-alpha.0...v0.7.0) (2020-02-03)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.0",
"version": "0.7.1",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/atom/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/hikerpig/unisnips/compare/v0.7.0...v0.7.1) (2020-02-05)

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





# [0.6.0-alpha.0](https://github.com/hikerpig/unisnips/compare/v0.5.1-alpha.0...v0.6.0-alpha.0) (2020-01-25)

**Note:** Version bump only for package @unisnips/atom
Expand Down
4 changes: 2 additions & 2 deletions packages/atom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unisnips/atom",
"version": "0.7.0",
"version": "0.7.1",
"description": "Utilities for converting Atom in unisnips project",
"keywords": [
"unisnips"
Expand All @@ -23,7 +23,7 @@
"test": "jest"
},
"dependencies": {
"@unisnips/core": "^0.7.0"
"@unisnips/core": "^0.7.1"
},
"devDependencies": {
"@types/unist": "^2.0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/hikerpig/unisnips/compare/v0.7.0...v0.7.1) (2020-02-05)

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





# [0.6.0-alpha.0](https://github.com/hikerpig/unisnips/compare/v0.5.1-alpha.0...v0.6.0-alpha.0) (2020-01-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unisnips/core",
"version": "0.7.0",
"version": "0.7.1",
"description": "Core functions and types of unisnips project",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/jetbrains/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/hikerpig/unisnips/compare/v0.7.0...v0.7.1) (2020-02-05)

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





# [0.6.0-alpha.0](https://github.com/hikerpig/unisnips/compare/v0.5.1-alpha.0...v0.6.0-alpha.0) (2020-01-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/jetbrains/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unisnips/jetbrains",
"version": "0.7.0",
"version": "0.7.1",
"description": "Utilities for generating JetBrains live templates in unisnips project",
"keywords": [
"unisnips",
Expand All @@ -26,7 +26,7 @@
"test": "jest"
},
"dependencies": {
"@unisnips/core": "^0.7.0"
"@unisnips/core": "^0.7.1"
},
"devDependencies": {
"jest": "*",
Expand Down
8 changes: 8 additions & 0 deletions packages/sublime/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/hikerpig/unisnips/compare/v0.7.0...v0.7.1) (2020-02-05)

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





# [0.6.0-alpha.0](https://github.com/hikerpig/unisnips/compare/v0.5.1-alpha.0...v0.6.0-alpha.0) (2020-01-25)

**Note:** Version bump only for package @unisnips/sublime
Expand Down
4 changes: 2 additions & 2 deletions packages/sublime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unisnips/sublime",
"version": "0.7.0",
"version": "0.7.1",
"description": "Utilities for converting sublime text in unisnips project",
"keywords": [
"unisnips",
Expand All @@ -24,7 +24,7 @@
"test": "jest"
},
"dependencies": {
"@unisnips/core": "^0.7.0"
"@unisnips/core": "^0.7.1"
},
"devDependencies": {
"jest": "*",
Expand Down
11 changes: 11 additions & 0 deletions packages/ultisnips/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/hikerpig/unisnips/compare/v0.7.0...v0.7.1) (2020-02-05)


### Bug Fixes

* [ultisnips] script type detection should be correct in line's end ([a8f6e6b](https://github.com/hikerpig/unisnips/commit/a8f6e6b4767eed6736e52e7cd0d1121ce4aa67e4))





# [0.6.0-alpha.0](https://github.com/hikerpig/unisnips/compare/v0.5.1-alpha.0...v0.6.0-alpha.0) (2020-01-25)


Expand Down
56 changes: 56 additions & 0 deletions packages/ultisnips/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/ultisnips/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unisnips/ultisnips",
"version": "0.7.0",
"version": "0.7.1",
"description": "Utilities for converting ultisnips in unisnips project",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@bestminr/control-flow": "^0.1.0",
"@types/lodash.omit": "*",
"@unisnips/core": "^0.7.0",
"@unisnips/core": "^0.7.1",
"lodash.omit": "^4.5.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/unisnips/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/hikerpig/unisnips/compare/v0.7.0...v0.7.1) (2020-02-05)

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





# [0.6.0-alpha.0](https://github.com/hikerpig/unisnips/compare/v0.5.1-alpha.0...v0.6.0-alpha.0) (2020-01-25)


Expand Down
14 changes: 7 additions & 7 deletions packages/unisnips/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unisnips/unisnips",
"version": "0.7.0",
"version": "0.7.1",
"description": "cli of unisnips project, convert ultisnips snippet to vscode/atom and other targets",
"keywords": [
"unisnips",
Expand All @@ -25,12 +25,12 @@
"test": "jest"
},
"dependencies": {
"@unisnips/atom": "^0.7.0",
"@unisnips/core": "^0.7.0",
"@unisnips/jetbrains": "^0.7.0",
"@unisnips/sublime": "^0.7.0",
"@unisnips/ultisnips": "^0.7.0",
"@unisnips/vscode": "^0.7.0",
"@unisnips/atom": "^0.7.1",
"@unisnips/core": "^0.7.1",
"@unisnips/jetbrains": "^0.7.1",
"@unisnips/sublime": "^0.7.1",
"@unisnips/ultisnips": "^0.7.1",
"@unisnips/vscode": "^0.7.1",
"mkdirp": "^1.0.3",
"signale": "^1.4.0",
"yargs": "^15.0.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/hikerpig/unisnips/compare/v0.7.0...v0.7.1) (2020-02-05)

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





# [0.6.0-alpha.0](https://github.com/hikerpig/unisnips/compare/v0.5.1-alpha.0...v0.6.0-alpha.0) (2020-01-25)

**Note:** Version bump only for package @unisnips/vscode
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unisnips/vscode",
"version": "0.7.0",
"version": "0.7.1",
"description": "Utilities for converting vscode snippets in unisnips project",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@types/lodash.omit": "*",
"@unisnips/core": "^0.7.0",
"@unisnips/core": "^0.7.1",
"lodash.omit": "^4.5.0"
},
"devDependencies": {
Expand Down

0 comments on commit 9a9c4cf

Please sign in to comment.