Skip to content
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
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,20 @@
"components-replace-ui-lit-placeholders",
"components-standalone-bundle",
"consumer-journey-credential-flow",
"customer-local-journey",
"design-tokens-and-ui-react",
"fix-cli-nx-ci",
"fix-release-pnpm-setup",
"local-runtime-fresh-setup",
"lockstep-alpha-train",
"passkey-end-to-end-flow",
"pr-metadata-guidance",
"quiet-doctor-scaffold",
"register-profile-field-labels",
"slow-lines-grin",
"smooth-playwright-journey",
"soft-local-dev",
"try-depot-runners",
"vision-public-readiness",
"zitadel-scope-and-npm-publishing"
]
Expand Down
9 changes: 9 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zitadel/cli

## 0.1.0-alpha.3

### Patch Changes

- [#272](https://github.com/zitadel/nextgen/pull/272) [`08b7ab4`](https://github.com/zitadel/nextgen/commit/08b7ab44f13e104545f17f6f94244eb825a4dcf5) Thanks [@fforootd](https://github.com/fforootd)! - Allow same-directory setup after starting the local Zitadel runtime.

- Updated dependencies []:
- @zitadel/api@0.1.0-alpha.3

## 0.1.0-alpha.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zitadel/cli",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "Agent-friendly Zitadel CLI",
"homepage": "https://github.com/zitadel/nextgen/tree/main/apps/cli#readme",
"bugs": {
Expand Down
2 changes: 2 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @zitadel/api

## 0.1.0-alpha.3

## 0.1.0-alpha.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zitadel/api",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "Generated TypeScript API client for Zitadel NextGen",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @zitadel/components

## 0.1.0-alpha.3

## 0.1.0-alpha.2

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zitadel/components",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "Lit-based atomic web components and the <zitadel-login> orchestrator for the Zitadel auth UI.",
"homepage": "https://github.com/zitadel/nextgen/tree/main/packages/components#readme",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @zitadel/sdk-angular

## 0.1.0-alpha.3

### Patch Changes

- Updated dependencies []:
- @zitadel/api@0.1.0-alpha.3
- @zitadel/components@0.1.0-alpha.3

## 0.1.0-alpha.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zitadel/sdk-angular",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "Angular components for the Zitadel auth UI (client-side SPA).",
"homepage": "https://github.com/zitadel/nextgen/tree/main/packages/sdk-angular#readme",
"bugs": {
Expand Down
2 changes: 2 additions & 0 deletions packages/sdk-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @zitadel/sdk-core

## 0.1.0-alpha.3

## 0.1.0-alpha.2

## 0.1.0-alpha.0
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zitadel/sdk-core",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "Core types and shared utilities for Zitadel SDKs",
"homepage": "https://github.com/zitadel/nextgen/tree/main/packages/sdk-core#readme",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zitadel/sdk-next

## 0.1.0-alpha.3

### Patch Changes

- Updated dependencies []:
- @zitadel/api@0.1.0-alpha.3
- @zitadel/components@0.1.0-alpha.3
- @zitadel/sdk-core@0.1.0-alpha.3

## 0.1.0-alpha.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zitadel/sdk-next",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "Next.js helpers and mock auth UI for Zitadel",
"homepage": "https://github.com/zitadel/nextgen/tree/main/packages/sdk-next#readme",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk-nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zitadel/sdk-nuxt

## 0.1.0-alpha.3

### Patch Changes

- Updated dependencies []:
- @zitadel/api@0.1.0-alpha.3
- @zitadel/components@0.1.0-alpha.3
- @zitadel/sdk-core@0.1.0-alpha.3

## 0.1.0-alpha.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zitadel/sdk-nuxt",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "Nuxt proxy middleware and helpers for Nextgen Auth",
"homepage": "https://github.com/zitadel/nextgen/tree/main/packages/sdk-nuxt#readme",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zitadel/sdk-react

## 0.1.0-alpha.3

### Patch Changes

- Updated dependencies []:
- @zitadel/api@0.1.0-alpha.3
- @zitadel/components@0.1.0-alpha.3
- @zitadel/sdk-core@0.1.0-alpha.3

## 0.1.0-alpha.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zitadel/sdk-react",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "React components for the Zitadel auth UI (client-side SPA).",
"homepage": "https://github.com/zitadel/nextgen/tree/main/packages/sdk-react#readme",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zitadel/sdk-vue

## 0.1.0-alpha.3

### Patch Changes

- Updated dependencies []:
- @zitadel/api@0.1.0-alpha.3
- @zitadel/components@0.1.0-alpha.3
- @zitadel/sdk-core@0.1.0-alpha.3

## 0.1.0-alpha.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zitadel/sdk-vue",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "Vue 3 components for the Zitadel auth UI (client-side SPA).",
"homepage": "https://github.com/zitadel/nextgen/tree/main/packages/sdk-vue#readme",
"bugs": {
Expand Down
Loading