Skip to content

Commit

Permalink
🧹 chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Barlock committed Feb 20, 2020
1 parent 16140fb commit a51fd55
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "1.0.0",
"version": "1.1.0",
"packages": ["packages/*"],
"npmClient": "yarn",
"command": {
"publish": {
"message": "chore(release): publish"
"message": "🧹 chore(release): publish"
}
},
"useWorkspaces": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack-wrench/blocks",
"version": "1.0.0",
"version": "1.1.0",
"description": "Typescript Slack Blockkit components",
"main": "lib/index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/bolt-interactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack-wrench/bolt-interactions",
"version": "1.0.0",
"version": "1.1.0",
"description": "Easily create interaction patterns in bolt.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"uuid": "^3.3.3"
},
"devDependencies": {
"@slack-wrench/jest-mock-web-client": "^1.0.0",
"@slack-wrench/jest-mock-web-client": "^1.1.0",
"delay": "^4.3.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/bolt-storage-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack-wrench/bolt-storage-file",
"version": "1.0.0",
"version": "1.1.0",
"description": "Test bolt db using a local file system.",
"main": "lib/index.js",
"repository": {
Expand All @@ -24,7 +24,7 @@
"levelup": "^4.3.2"
},
"devDependencies": {
"@slack-wrench/standards": "^1.0.0",
"@slack-wrench/standards": "^1.1.0",
"@types/fs-extra": "^8.0.1",
"@types/shortid": "^0.0.29",
"delay": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack-wrench/eslint-config",
"version": "1.0.0",
"version": "1.1.0",
"description": "Slack wrench eslint config",
"main": "index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack-wrench/fixtures",
"version": "1.0.0",
"version": "1.1.0",
"description": "Slack api fixtures for testing",
"main": "lib/index.js",
"repository": {
Expand All @@ -19,7 +19,7 @@
"serverless-http": "^2.3.1"
},
"devDependencies": {
"@slack-wrench/standards": "^1.0.0"
"@slack-wrench/standards": "^1.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-bolt-receiver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack-wrench/jest-bolt-receiver",
"version": "1.0.0",
"version": "1.1.0",
"description": "Slack api fixtures for testing",
"main": "lib/index.js",
"repository": {
Expand All @@ -14,12 +14,12 @@
},
"license": "Apache-2.0",
"dependencies": {
"@slack-wrench/fixtures": "^1.0.0",
"@slack-wrench/fixtures": "^1.1.0",
"@slack/bolt": "^1.5.0"
},
"devDependencies": {
"@slack-wrench/jest-mock-web-client": "^1.0.0",
"@slack-wrench/standards": "^1.0.0",
"@slack-wrench/jest-mock-web-client": "^1.1.0",
"@slack-wrench/standards": "^1.1.0",
"delay": "^4.3.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-mock-web-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack-wrench/jest-mock-web-client",
"version": "1.0.0",
"version": "1.1.0",
"description": "Mock @slack/web-api for jest",
"main": "lib/index.js",
"repository": {
Expand All @@ -14,7 +14,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@slack-wrench/standards": "^1.0.0",
"@slack-wrench/standards": "^1.1.0",
"@slack/web-api": "~5.7.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-bolt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack-wrench/koa-bolt",
"version": "1.0.0",
"version": "1.1.0",
"description": "Run bolt as koa middleware",
"main": "lib/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/slackctl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack-wrench/slackctl",
"version": "1.0.0-alpha.11",
"version": "1.1.0",
"description": "Utilities for managing slack applications",
"main": "lib/index.js",
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/standards/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack-wrench/standards",
"version": "1.0.0",
"version": "1.1.0",
"description": "Common dev code for all @slack-wrench projects",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit a51fd55

Please sign in to comment.