Skip to content

Commit

Permalink
chore(release): v1.1.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Komoszek committed Dec 19, 2024
1 parent f3add5a commit 967748c
Show file tree
Hide file tree
Showing 23 changed files with 149 additions and 55 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0-alpha.7](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.6...v1.1.0-alpha.7) (2024-12-19)


### Bug Fixes

* generate nullable generic type arguments ([6f4d089](https://github.com/leancodepl/contractsgenerator-typescript/commit/6f4d0891b82de1811586296f3416092a2d05094e))





# [1.1.0-alpha.6](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.5...v1.1.0-alpha.6) (2024-11-26)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.1.0-alpha.6",
"version": "1.1.0-alpha.7",
"useNx": true,
"command": {
"version": {
Expand Down
8 changes: 8 additions & 0 deletions libs/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0-alpha.7](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.6...v1.1.0-alpha.7) (2024-12-19)

**Note:** Version bump only for package @leancodepl/contractsgenerator-typescript-plugin





# [1.1.0-alpha.6](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.5...v1.1.0-alpha.6) (2024-11-26)


Expand Down
4 changes: 2 additions & 2 deletions libs/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@leancodepl/contractsgenerator-typescript-plugin",
"version": "1.1.0-alpha.6",
"version": "1.1.0-alpha.7",
"license": "Apache-2.0",
"dependencies": {
"@leancodepl/contractsgenerator-typescript-schema": "1.1.0-alpha.6",
"@leancodepl/contractsgenerator-typescript-schema": "1.1.0-alpha.7",
"node-cache": "^5.0.0"
}
}
8 changes: 8 additions & 0 deletions libs/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0-alpha.7](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.6...v1.1.0-alpha.7) (2024-12-19)

**Note:** Version bump only for package @leancodepl/contractsgenerator-typescript-schema





# [1.1.0-alpha.6](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.5...v1.1.0-alpha.6) (2024-11-26)

**Note:** Version bump only for package @leancodepl/contractsgenerator-typescript-schema
Expand Down
2 changes: 1 addition & 1 deletion libs/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leancodepl/contractsgenerator-typescript-schema",
"version": "1.1.0-alpha.6",
"version": "1.1.0-alpha.7",
"license": "Apache-2.0",
"dependencies": {
"@leancodepl/utils": ">=7.2.3",
Expand Down
11 changes: 11 additions & 0 deletions libs/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0-alpha.7](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.6...v1.1.0-alpha.7) (2024-12-19)


### Bug Fixes

* generate nullable generic type arguments ([6f4d089](https://github.com/leancodepl/contractsgenerator-typescript/commit/6f4d0891b82de1811586296f3416092a2d05094e))





# [1.1.0-alpha.6](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.5...v1.1.0-alpha.6) (2024-11-26)


Expand Down
4 changes: 2 additions & 2 deletions libs/types/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@leancodepl/contractsgenerator-typescript-types",
"version": "1.1.0-alpha.6",
"version": "1.1.0-alpha.7",
"license": "Apache-2.0",
"dependencies": {
"@leancodepl/contractsgenerator-typescript-schema": "1.1.0-alpha.6",
"@leancodepl/contractsgenerator-typescript-schema": "1.1.0-alpha.7",
"@leancodepl/utils": ">=7.2.3",
"typescript": ">=5.5.0"
}
Expand Down
8 changes: 8 additions & 0 deletions libs/values/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0-alpha.7](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.6...v1.1.0-alpha.7) (2024-12-19)

**Note:** Version bump only for package @leancodepl/contractsgenerator-typescript-values





# [1.1.0-alpha.6](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.5...v1.1.0-alpha.6) (2024-11-26)


Expand Down
4 changes: 2 additions & 2 deletions libs/values/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@leancodepl/contractsgenerator-typescript-values",
"version": "1.1.0-alpha.6",
"version": "1.1.0-alpha.7",
"license": "Apache-2.0",
"dependencies": {
"@leancodepl/contractsgenerator-typescript-schema": "1.1.0-alpha.6"
"@leancodepl/contractsgenerator-typescript-schema": "1.1.0-alpha.7"
},
"peerDependencies": {
"typescript": ">=5.0.0"
Expand Down
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/api-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0-alpha.7](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.6...v1.1.0-alpha.7) (2024-12-19)

**Note:** Version bump only for package @leancodepl/admin





# [1.1.0-alpha.6](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.5...v1.1.0-alpha.6) (2024-11-26)


Expand Down
6 changes: 3 additions & 3 deletions packages/api-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leancodepl/admin",
"version": "1.1.0-alpha.6",
"version": "1.1.0-alpha.7",
"license": "Apache-2.0",
"main": "./index.js",
"types": "./index.d.ts",
Expand All @@ -15,8 +15,8 @@
"@ant-design/icons": ">=5.3.7",
"@leancodepl/api-date": ">=7.2.3",
"@leancodepl/api-date-dayjs": ">=7.2.3",
"@leancodepl/contractsgenerator-typescript-plugin-admin": "1.1.0-alpha.6",
"@leancodepl/contractsgenerator-typescript-schema": "1.1.0-alpha.6",
"@leancodepl/contractsgenerator-typescript-plugin-admin": "1.1.0-alpha.7",
"@leancodepl/contractsgenerator-typescript-schema": "1.1.0-alpha.7",
"@leancodepl/react-query-cqrs-client": ">=7.2.3",
"@leancodepl/utils": ">=7.2.3",
"@nx/vite": ">=19.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0-alpha.7](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.6...v1.1.0-alpha.7) (2024-12-19)

**Note:** Version bump only for package @leancodepl/contractsgenerator-typescript





# [1.1.0-alpha.6](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.5...v1.1.0-alpha.6) (2024-11-26)


Expand Down
6 changes: 3 additions & 3 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@leancodepl/contractsgenerator-typescript",
"version": "1.1.0-alpha.6",
"version": "1.1.0-alpha.7",
"license": "Apache-2.0",
"bin": "src/bin.js",
"dependencies": {
"@leancodepl/contractsgenerator-typescript-plugin": "1.1.0-alpha.6",
"@leancodepl/contractsgenerator-typescript-schema": "1.1.0-alpha.6",
"@leancodepl/contractsgenerator-typescript-plugin": "1.1.0-alpha.7",
"@leancodepl/contractsgenerator-typescript-schema": "1.1.0-alpha.7",
"@leancodepl/utils": ">=7.2.3",
"lilconfig": "2.1.0",
"lodash": "^4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions plugins/admin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0-alpha.7](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.6...v1.1.0-alpha.7) (2024-12-19)

**Note:** Version bump only for package @leancodepl/contractsgenerator-typescript-plugin-admin





# [1.1.0-alpha.6](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.5...v1.1.0-alpha.6) (2024-11-26)


Expand Down
6 changes: 3 additions & 3 deletions plugins/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@leancodepl/contractsgenerator-typescript-plugin-admin",
"version": "1.1.0-alpha.6",
"version": "1.1.0-alpha.7",
"license": "Apache-2.0",
"dependencies": {
"@leancodepl/contractsgenerator-typescript-plugin": "1.1.0-alpha.6",
"@leancodepl/contractsgenerator-typescript-schema": "1.1.0-alpha.6",
"@leancodepl/contractsgenerator-typescript-plugin": "1.1.0-alpha.7",
"@leancodepl/contractsgenerator-typescript-schema": "1.1.0-alpha.7",
"@leancodepl/utils": ">=7.2.3",
"zod": ">=3.22.0"
}
Expand Down
8 changes: 8 additions & 0 deletions plugins/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0-alpha.7](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.6...v1.1.0-alpha.7) (2024-12-19)

**Note:** Version bump only for package @leancodepl/contractsgenerator-typescript-plugin-client





# [1.1.0-alpha.6](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.5...v1.1.0-alpha.6) (2024-11-26)


Expand Down
8 changes: 4 additions & 4 deletions plugins/client/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@leancodepl/contractsgenerator-typescript-plugin-client",
"version": "1.1.0-alpha.6",
"version": "1.1.0-alpha.7",
"license": "Apache-2.0",
"dependencies": {
"@leancodepl/contractsgenerator-typescript-plugin": "1.1.0-alpha.6",
"@leancodepl/contractsgenerator-typescript-schema": "1.1.0-alpha.6",
"@leancodepl/contractsgenerator-typescript-types": "1.1.0-alpha.6",
"@leancodepl/contractsgenerator-typescript-plugin": "1.1.0-alpha.7",
"@leancodepl/contractsgenerator-typescript-schema": "1.1.0-alpha.7",
"@leancodepl/contractsgenerator-typescript-types": "1.1.0-alpha.7",
"lodash": "^4.0.0",
"zod": ">=3.22.0"
},
Expand Down
Loading

0 comments on commit 967748c

Please sign in to comment.