Skip to content

Commit 1e4b71a

Browse files
authored
Release 0.9.0 (#189)
* Bump emulate packages to 0.9.0 * Add 0.9.0 changelog entry for Nuxt adapter release * Add adapter-nuxt, linear, and twilio to release publish list EMULATOR_PACKAGES in the release workflow was not updated when new packages were added, so @emulators/adapter-nuxt (new in 0.9.0) would not be published, and @emulators/linear and @emulators/twilio were never published for 0.7.0/0.8.0. The list now matches packages/@emulators/* exactly. --------- Co-authored-by: Chris Tate <366502+ctate@users.noreply.github.com>
1 parent 7ae8829 commit 1e4b71a

20 files changed

Lines changed: 36 additions & 21 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
contents: read
1515

1616
env:
17-
EMULATOR_PACKAGES: adapter-next apple aws clerk core github google microsoft mongoatlas okta resend slack stripe vercel
17+
EMULATOR_PACKAGES: adapter-next adapter-nuxt apple aws clerk core github google linear microsoft mongoatlas okta resend slack stripe twilio vercel
1818

1919
jobs:
2020
check-release:

CHANGELOG.md

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

33
<!-- release:start -->
4+
## 0.9.0
5+
6+
### New Features
7+
8+
- **Nuxt emulator adapter** — new `@emulators/adapter-nuxt` package for embedding emulators in Nuxt apps, with Nuxt server route handling, persistence, response rewriting, and Nitro tracing support (#188)
9+
- **Nuxt embedded example** — added `examples/nuxt-embedded` demonstrating same-origin OAuth flows (GitHub + Google), a catch-all emulate server route, and cookie-based sessions (#188)
10+
11+
### Improvements
12+
13+
- **Nuxt docs and agent guidance** — documented Nuxt setup across the README, docs site, and agent skills (#188)
14+
15+
### Contributors
16+
17+
- @ctate
18+
19+
<!-- release:end -->
20+
421
## 0.8.0
522

623
### New Features
@@ -16,8 +33,6 @@
1633

1734
- @ctate
1835

19-
<!-- release:end -->
20-
2136
## 0.7.0
2237

2338
### New Features

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.8.0",
3+
"version": "0.9.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"main": "./dist/index.js",

packages/@emulators/adapter-nuxt/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-nuxt",
3-
"version": "0.8.0",
3+
"version": "0.9.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.8.0",
3+
"version": "0.9.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.8.0",
3+
"version": "0.9.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.8.0",
3+
"version": "0.9.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.8.0",
3+
"version": "0.9.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.8.0",
3+
"version": "0.9.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.8.0",
3+
"version": "0.9.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)