Skip to content

Commit

Permalink
Merge pull request #331 from zitadel/chore-new-version
Browse files Browse the repository at this point in the history
chore: version bump for patch version
  • Loading branch information
peintnermax authored Jan 6, 2025
2 parents d7264ea + 10da0c7 commit 4528c14
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 7 deletions.
File renamed without changes.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down
8 changes: 8 additions & 0 deletions packages/zitadel-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/zitadel-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zitadel/client",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/zitadel-eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zitadel/eslint-config

## 0.1.1

### Patch Changes

- README updates

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/zitadel-eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zitadel/eslint-config",
"version": "0.1.0",
"version": "0.1.1",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/zitadel-prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zitadel/prettier-config

## 0.1.1

### Patch Changes

- README updates

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/zitadel-prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zitadel/prettier-config",
"version": "0.1.0",
"version": "0.1.1",
"description": "Prettier configuration",
"type": "module",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/zitadel-proto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zitadel/proto

## 1.0.1

### Patch Changes

- README updates

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/zitadel-proto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zitadel/proto",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/zitadel-tailwind-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zitadel/tailwind-config

## 0.1.1

### Patch Changes

- README updates

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/zitadel-tailwind-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zitadel/tailwind-config",
"version": "0.1.0",
"version": "0.1.1",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/zitadel-tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zitadel/tsconfig

## 0.1.1

### Patch Changes

- README updates

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/zitadel-tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zitadel/tsconfig",
"version": "0.1.0",
"version": "0.1.1",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 4528c14

Please sign in to comment.