mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 21:36:03 +00:00
Merge pull request #331 from zitadel/chore-new-version
chore: version bump for patch version
This commit is contained in:
@@ -5,6 +5,9 @@ Login UI.
|
|||||||
|
|
||||||
<img src="./apps/login/screenshots/collage.png" alt="collage of login screens" width="1600px" />
|
<img src="./apps/login/screenshots/collage.png" alt="collage of login screens" width="1600px" />
|
||||||
|
|
||||||
|
[](https://www.npmjs.com/package/@zitadel/proto)
|
||||||
|
[](https://www.npmjs.com/package/@zitadel/client)
|
||||||
|
|
||||||
**⚠️ This repo and packages are in alpha state and subject to change ⚠️**
|
**⚠️ 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.
|
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
|
- `login`: The login UI used by ZITADEL Cloud, powered by Next.js
|
||||||
- `@zitadel/client`: shared client utilities for node and browser environments
|
- `@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/tsconfig`: shared `tsconfig.json`s used throughout the monorepo
|
||||||
- `@zitadel/eslint-config`: ESLint preset
|
- `@zitadel/eslint-config`: ESLint preset
|
||||||
|
|
||||||
|
@@ -1,5 +1,13 @@
|
|||||||
# @zitadel/client
|
# @zitadel/client
|
||||||
|
|
||||||
|
## 1.0.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- README updates
|
||||||
|
- Updated dependencies
|
||||||
|
- @zitadel/proto@1.0.1
|
||||||
|
|
||||||
## 1.0.0
|
## 1.0.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@zitadel/client",
|
"name": "@zitadel/client",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@@ -1,5 +1,11 @@
|
|||||||
# @zitadel/eslint-config
|
# @zitadel/eslint-config
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- README updates
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@zitadel/eslint-config",
|
"name": "@zitadel/eslint-config",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
@@ -1,5 +1,11 @@
|
|||||||
# @zitadel/prettier-config
|
# @zitadel/prettier-config
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- README updates
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@zitadel/prettier-config",
|
"name": "@zitadel/prettier-config",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"description": "Prettier configuration",
|
"description": "Prettier configuration",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
@@ -1,5 +1,11 @@
|
|||||||
# @zitadel/proto
|
# @zitadel/proto
|
||||||
|
|
||||||
|
## 1.0.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- README updates
|
||||||
|
|
||||||
## 1.0.0
|
## 1.0.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@zitadel/proto",
|
"name": "@zitadel/proto",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@@ -1,5 +1,11 @@
|
|||||||
# @zitadel/tailwind-config
|
# @zitadel/tailwind-config
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- README updates
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@zitadel/tailwind-config",
|
"name": "@zitadel/tailwind-config",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
@@ -1,5 +1,11 @@
|
|||||||
# @zitadel/tsconfig
|
# @zitadel/tsconfig
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- README updates
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@zitadel/tsconfig",
|
"name": "@zitadel/tsconfig",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user