Merge pull request #331 from zitadel/chore-new-version

chore: version bump for patch version
This commit is contained in:
Max Peintner
2025-01-06 10:15:15 +01:00
committed by GitHub
14 changed files with 48 additions and 7 deletions

View File

@@ -5,6 +5,9 @@ Login UI.
<img src="./apps/login/screenshots/collage.png" alt="collage of login screens" width="1600px" />
[![npm package](https://img.shields.io/npm/v/@zitadel/proto.svg?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/package/@zitadel/proto)
[![npm package](https://img.shields.io/npm/v/@zitadel/client.svg?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/package/@zitadel/client)
**⚠️ This repo and packages are in alpha state and subject to change ⚠️**
The scope of functionality of this repo and packages is under active development.
@@ -31,7 +34,7 @@ We think the easiest path of getting up and running, is the following:
- `login`: The login UI used by ZITADEL Cloud, powered by Next.js
- `@zitadel/client`: shared client utilities for node and browser environments
- `@zitadel/proto`: shared protobuf types
- `@zitadel/proto`: Protocol Buffers (proto) definitions used by ZITADEL projects
- `@zitadel/tsconfig`: shared `tsconfig.json`s used throughout the monorepo
- `@zitadel/eslint-config`: ESLint preset

View File

@@ -1,5 +1,13 @@
# @zitadel/client
## 1.0.1
### Patch Changes
- README updates
- Updated dependencies
- @zitadel/proto@1.0.1
## 1.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@zitadel/client",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@@ -1,5 +1,11 @@
# @zitadel/eslint-config
## 0.1.1
### Patch Changes
- README updates
## 0.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@zitadel/eslint-config",
"version": "0.1.0",
"version": "0.1.1",
"main": "index.js",
"license": "MIT",
"publishConfig": {

View File

@@ -1,5 +1,11 @@
# @zitadel/prettier-config
## 0.1.1
### Patch Changes
- README updates
## 0.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@zitadel/prettier-config",
"version": "0.1.0",
"version": "0.1.1",
"description": "Prettier configuration",
"type": "module",
"publishConfig": {

View File

@@ -1,5 +1,11 @@
# @zitadel/proto
## 1.0.1
### Patch Changes
- README updates
## 1.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@zitadel/proto",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@@ -1,5 +1,11 @@
# @zitadel/tailwind-config
## 0.1.1
### Patch Changes
- README updates
## 0.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@zitadel/tailwind-config",
"version": "0.1.0",
"version": "0.1.1",
"publishConfig": {
"access": "public"
},

View File

@@ -1,5 +1,11 @@
# @zitadel/tsconfig
## 0.1.1
### Patch Changes
- README updates
## 0.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@zitadel/tsconfig",
"version": "0.1.0",
"version": "0.1.1",
"publishConfig": {
"access": "public"
},