Skip to content

Commit 4045e54

Browse files
authored
Prepare v0.6.0 release (#165)
- Bump emulate and @emulators packages to 0.6.0. - Add the v0.6.0 changelog entry for expanded Slack emulator support. - Move release markers from v0.5.0 to v0.6.0.
1 parent 55a4a18 commit 4045e54

16 files changed

Lines changed: 32 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
11
# Changelog
22

3-
## 0.5.0
3+
## 0.6.0
44

55
<!-- release:start -->
66
### New Features
77

8+
- **Expanded Slack emulator support** — stateful Slack writes for rich chat messages, updates, deletes, permalinks, ephemeral and scheduled messages, conversations and DMs, OAuth installs and scopes, user profiles and presence, modern file uploads, pins and bookmarks, App Home views, modals, inspector tabs, event delivery visibility, docs, and coverage matrix (#152-#164)
9+
10+
### Improvements
11+
12+
- **Slack SDK coverage** — added Slack WebClient conformance tests and route coverage for the supported Slack Web API surface (#152-#164)
13+
- **Slack docs** — audited README, package docs, web docs, skill guidance, CLI seed output, strict scope notes, and unsupported Slack families against the implemented surface (#164)
14+
15+
### Contributors
16+
17+
- @ctate
18+
<!-- release:end -->
19+
20+
## 0.5.0
21+
22+
### New Features
23+
824
- **Clerk emulator** — local emulation of Clerk authentication and session management (#38)
925
- **Portless integration** — embed emulators directly in your app without dedicated ports, with base URL override support (#78)
1026
- **Google `hd` claim** — hosted domain claim in ID tokens and userinfo for Google OAuth (#73)
@@ -29,7 +45,6 @@
2945
- @jlucaso1
3046
- @Railly
3147
- @tmm
32-
<!-- release:end -->
3348

3449
## 0.4.1
3550

packages/@emulators/adapter-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emulators/adapter-next",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"main": "./dist/index.js",

packages/@emulators/apple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emulators/apple",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"main": "./dist/index.js",

packages/@emulators/aws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emulators/aws",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"main": "./dist/index.js",

packages/@emulators/clerk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emulators/clerk",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"main": "./dist/index.js",

packages/@emulators/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emulators/core",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"main": "./dist/index.js",

packages/@emulators/github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emulators/github",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"main": "./dist/index.js",

packages/@emulators/google/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emulators/google",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"main": "./dist/index.js",

packages/@emulators/microsoft/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emulators/microsoft",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"main": "./dist/index.js",

packages/@emulators/mongoatlas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emulators/mongoatlas",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)