Skip to content

Commit

Permalink
chore: version bump for patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
peintnermax committed Jan 6, 2025
1 parent d7264ea commit a5f0342
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 6 deletions.
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 a5f0342

Please sign in to comment.