Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v1.1.0 #42

Merged
merged 4 commits into from
Feb 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Slack 🔧 Wrench

[![Workflow badge](https://github.com/IBM/slack-wrench/workflows/main/badge.svg?branch=master)](https://github.com/IBM/slack-wrench/actions?query=workflow%3Amain)
[![Workflow badge](https://github.com/IBM/slack-wrench/workflows/main/badge.svg?branch=master)](https://github.com/IBM/slack-wrench/actions?query=workflow%3Amain+branch%3Amaster)
[![Greenkeeper badge](https://badges.greenkeeper.io/IBM/slack-wrench.svg)](https://greenkeeper.io/)

Tools to help build and test Slack applications.
Expand Down
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
4 changes: 2 additions & 2 deletions 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 All @@ -13,7 +13,7 @@
"test": "jest"
},
"author": "",
"license": "ISC",
"license": "Apache-2.0",
"dependencies": {
"@slack/types": "^1.3.0"
},
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
3 changes: 2 additions & 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 All @@ -25,6 +25,7 @@
},
"devDependencies": {
"@slack/bolt": "^1.6.0",
"@slack-wrench/fixtures": "^1.1.0",
"koa": "^2.11.0",
"koa-compose": "^4.1.0",
"serverless-http": "^2.3.1"
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",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this package doesn't really work today, so not sure about bumping from alpha. care amount low though, we can always build-out over time

"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