Skip to content

Commit 5635708

Browse files
chore: release
1 parent 5a9bb9a commit 5635708

7 files changed

Lines changed: 37 additions & 38 deletions

File tree

.changeset/eleven-apples-retire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fiery-sheep-wear.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changeset/four-ads-hide.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

packages/cli-hooks/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @slack/cli-hooks
22

3+
## 1.3.2
4+
5+
### Patch Changes
6+
7+
- 1a6c510: refactor(cli-hooks): use optional chaining check to gather project dependencies
8+
39
## 1.3.1
410

511
### Patch Changes

packages/cli-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slack/cli-hooks",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Node implementation of the contract between the Slack CLI and Bolt for JavaScript",
55
"author": "Slack Technologies, LLC",
66
"license": "MIT",

packages/cli-test/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# @slack/cli-test
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- d2b7a89: refactor(cli-test)!: rename env add/remove to env set/unset
8+
9+
The Slack CLI v4.0.0 release changes the `env` commands to prefer `set` and `unset` aliases and the test tracers of this package were changed to match:
10+
11+
```diff
12+
- SLACK_TRACE_ENV_ADD_SUCCESS
13+
- SLACK_TRACE_ENV_REMOVE_SUCCESS
14+
+ SLACK_TRACE_ENV_SET_SUCCESS
15+
+ SLACK_TRACE_ENV_UNSET_SUCCESS
16+
```
17+
18+
- 5a9bb9a: refactor(cli-test)!: move 'create' to 'project create'
19+
20+
Before the Slack CLI v4.0.0 release, the `create` command became a `project` subcommand while remaining aliased the same. This project now prefers:
21+
22+
```js
23+
const createOutput = await SlackCLI.project.create({
24+
template: "slack-samples/bolt-js-starter-template",
25+
appPath,
26+
verbose: true,
27+
});
28+
```
29+
30+
But continues to run the `slack create` command for confidence in getting started guides.
31+
332
## 2.2.2
433

534
### Patch Changes

packages/cli-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slack/cli-test",
3-
"version": "2.2.2",
3+
"version": "3.0.0",
44
"description": "Node.js bindings for the Slack CLI for use in automated testing",
55
"author": "Salesforce, Inc.",
66
"license": "MIT",

0 commit comments

Comments
 (0)