mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 09:12:16 +00:00
first release
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
---
|
||||
"@zitadel/tailwind-config": minor
|
||||
"@zitadel/eslint-config": minor
|
||||
"@zitadel/tsconfig": minor
|
||||
"@zitadel/client": minor
|
||||
"@zitadel/proto": minor
|
||||
"@zitadel/prettier-config": minor
|
||||
---
|
||||
|
||||
Initial release
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@zitadel/client": major
|
||||
"@zitadel/proto": major
|
||||
---
|
||||
|
||||
Initial Release
|
||||
@@ -72,7 +72,7 @@
|
||||
"concurrently": "^9.1.0",
|
||||
"cypress": "^13.15.2",
|
||||
"del-cli": "6.0.0",
|
||||
"env-cmd": "^10.1.0",
|
||||
"env-cmd": "^10.0.0",
|
||||
"@zitadel/eslint-config": "workspace:*",
|
||||
"grpc-tools": "1.12.4",
|
||||
"jsdom": "^25.0.1",
|
||||
|
||||
17
packages/zitadel-client/CHANGELOG.md
Normal file
17
packages/zitadel-client/CHANGELOG.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# @zitadel/client
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 32e1199: Initial Release
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- f32ab7f: Initial release
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [f32ab7f]
|
||||
- Updated dependencies [32e1199]
|
||||
- @zitadel/proto@1.0.0
|
||||
@@ -1,8 +1,7 @@
|
||||
{
|
||||
"name": "@zitadel/client",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
7
packages/zitadel-eslint-config/CHANGELOG.md
Normal file
7
packages/zitadel-eslint-config/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# @zitadel/eslint-config
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- f32ab7f: Initial release
|
||||
7
packages/zitadel-prettier-config/CHANGELOG.md
Normal file
7
packages/zitadel-prettier-config/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# @zitadel/prettier-config
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- f32ab7f: Initial release
|
||||
@@ -3,7 +3,9 @@
|
||||
"version": "0.1.0",
|
||||
"description": "Prettier configuration",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"exports": {
|
||||
".": "./index.js"
|
||||
}
|
||||
|
||||
11
packages/zitadel-proto/CHANGELOG.md
Normal file
11
packages/zitadel-proto/CHANGELOG.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# @zitadel/proto
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 32e1199: Initial Release
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- f32ab7f: Initial release
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@zitadel/proto",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
7
packages/zitadel-tailwind-config/CHANGELOG.md
Normal file
7
packages/zitadel-tailwind-config/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# @zitadel/tailwind-config
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- f32ab7f: Initial release
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"name": "@zitadel/tailwind-config",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"main": "index.js",
|
||||
"devDependencies": {
|
||||
"tailwindcss": "^3.4.14",
|
||||
|
||||
7
packages/zitadel-tsconfig/CHANGELOG.md
Normal file
7
packages/zitadel-tsconfig/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# @zitadel/tsconfig
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- f32ab7f: Initial release
|
||||
@@ -1,10 +1,9 @@
|
||||
{
|
||||
"name": "@zitadel/tsconfig",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
},
|
||||
"type": "module",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user