Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hikerpig committed Jan 15, 2020
1 parent daee276 commit f168123
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.0",
"version": "0.5.0-alpha.0",
"packages": [
"packages/*"
],
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.4.0",
"version": "0.5.0-alpha.0",
"description": "Utilities for converting Atom in unisnips project",
"keywords": [
"unisnips"
Expand All @@ -23,7 +23,7 @@
"test": "jest"
},
"dependencies": {
"@unisnips/core": "^0.4.0"
"@unisnips/core": "^0.5.0-alpha.0"
},
"devDependencies": {
"@types/unist": "^2.0.3",
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.4.0",
"version": "0.5.0-alpha.0",
"description": "Core functions and types of unisnips project",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
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.4.0",
"version": "0.5.0-alpha.0",
"description": "Utilities for converting sublime text in unisnips project",
"keywords": [
"unisnips",
Expand All @@ -24,7 +24,7 @@
"test": "jest"
},
"dependencies": {
"@unisnips/core": "^0.4.0"
"@unisnips/core": "^0.5.0-alpha.0"
},
"devDependencies": {
"jest": "*",
Expand Down
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.4.0",
"version": "0.5.0-alpha.0",
"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.4.0",
"@unisnips/core": "^0.5.0-alpha.0",
"lodash.omit": "^4.5.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/unisnips/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unisnips/unisnips",
"version": "0.4.0",
"version": "0.5.0-alpha.0",
"description": "cli of unisnips project, convert ultisnips snippet to vscode/atom and other targets",
"keywords": [
"unisnips",
Expand All @@ -25,11 +25,11 @@
"test": "jest"
},
"dependencies": {
"@unisnips/atom": "^0.4.0",
"@unisnips/core": "^0.4.0",
"@unisnips/sublime": "^0.4.0",
"@unisnips/ultisnips": "^0.4.0",
"@unisnips/vscode": "^0.4.0",
"@unisnips/atom": "^0.5.0-alpha.0",
"@unisnips/core": "^0.5.0-alpha.0",
"@unisnips/sublime": "^0.5.0-alpha.0",
"@unisnips/ultisnips": "^0.5.0-alpha.0",
"@unisnips/vscode": "^0.5.0-alpha.0",
"signale": "^1.4.0",
"yargs": "^15.0.2"
},
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.4.0",
"version": "0.5.0-alpha.0",
"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.4.0",
"@unisnips/core": "^0.5.0-alpha.0",
"lodash.omit": "^4.5.0"
},
"devDependencies": {
Expand Down

0 comments on commit f168123

Please sign in to comment.