Skip to content

Commit

Permalink
Merge pull request #135 from leancodepl/release/1.1.0-alpha.3
Browse files Browse the repository at this point in the history
chore(release): v1.1.0-alpha.3
  • Loading branch information
alszczep authored Aug 14, 2024
2 parents ab6a27e + 73181d8 commit 4a3937f
Show file tree
Hide file tree
Showing 23 changed files with 196 additions and 43 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Change Log

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.3](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.2...v1.1.0-alpha.3) (2024-08-14)


### Bug Fixes

* move big int util to utils folder ([4081864](https://github.com/leancodepl/contractsgenerator-typescript/commit/4081864d61a2a85d54af9e209c2f033059e4140f))





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down
10 changes: 7 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.1.0-alpha.2",
"version": "1.1.0-alpha.3",
"useNx": true,
"command": {
"version": {
"message": "chore(release): %s",
"ignoreChanges": ["**/__tests__/**", "**/*.md", "**/jest.config.js"],
"ignoreChanges": [
"**/__tests__/**",
"**/*.md",
"**/jest.config.js"
],
"conventionalCommits": true,
"exact": true
}
}
}
}
13 changes: 13 additions & 0 deletions libs/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

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.3](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.2...v1.1.0-alpha.3) (2024-08-14)

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





# Change Log

All notable changes to this project will be documented in this file. See
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.2",
"version": "1.1.0-alpha.3",
"license": "Apache-2.0",
"dependencies": {
"@leancodepl/contractsgenerator-typescript-schema": "1.1.0-alpha.2",
"@leancodepl/contractsgenerator-typescript-schema": "1.1.0-alpha.3",
"node-cache": "^5.0.0"
}
}
13 changes: 13 additions & 0 deletions libs/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

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.3](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.2...v1.1.0-alpha.3) (2024-08-14)

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





# Change Log

All notable changes to this project will be documented in this file. See
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.2",
"version": "1.1.0-alpha.3",
"license": "Apache-2.0",
"dependencies": {
"@leancodepl/utils": ">=7.2.3",
Expand Down
13 changes: 13 additions & 0 deletions libs/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

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.3](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.2...v1.1.0-alpha.3) (2024-08-14)

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





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down
2 changes: 1 addition & 1 deletion libs/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leancodepl/contractsgenerator-typescript-types",
"version": "1.1.0-alpha.2",
"version": "1.1.0-alpha.3",
"license": "Apache-2.0",
"dependencies": {
"@leancodepl/utils": ">=7.2.3",
Expand Down
13 changes: 13 additions & 0 deletions libs/values/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

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.3](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.2...v1.1.0-alpha.3) (2024-08-14)

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





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down
2 changes: 1 addition & 1 deletion libs/values/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leancodepl/contractsgenerator-typescript-values",
"version": "1.1.0-alpha.2",
"version": "1.1.0-alpha.3",
"license": "Apache-2.0",
"peerDependencies": {
"typescript": ">=5.0.0"
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

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

16 changes: 16 additions & 0 deletions packages/api-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Change Log

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.3](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.2...v1.1.0-alpha.3) (2024-08-14)


### Bug Fixes

* move big int util to utils folder ([4081864](https://github.com/leancodepl/contractsgenerator-typescript/commit/4081864d61a2a85d54af9e209c2f033059e4140f))





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "1.1.0-alpha.3",
"license": "Apache-2.0",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

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.3](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.2...v1.1.0-alpha.3) (2024-08-14)

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





# Change Log

All notable changes to this project will be documented in this file. See
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.2",
"version": "1.1.0-alpha.3",
"license": "Apache-2.0",
"bin": "src/bin.js",
"dependencies": {
"@leancodepl/contractsgenerator-typescript-plugin": "1.1.0-alpha.2",
"@leancodepl/contractsgenerator-typescript-schema": "1.1.0-alpha.2",
"@leancodepl/contractsgenerator-typescript-plugin": "1.1.0-alpha.3",
"@leancodepl/contractsgenerator-typescript-schema": "1.1.0-alpha.3",
"@leancodepl/utils": ">=7.2.3",
"lilconfig": "2.1.0",
"lodash": "^4.0.0",
Expand Down
13 changes: 13 additions & 0 deletions plugins/admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

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.3](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.2...v1.1.0-alpha.3) (2024-08-14)

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





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down
2 changes: 1 addition & 1 deletion plugins/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leancodepl/contractsgenerator-typescript-plugin-admin",
"version": "1.1.0-alpha.2",
"version": "1.1.0-alpha.3",
"license": "Apache-2.0",
"dependencies": {
"@leancodepl/utils": ">=7.2.3",
Expand Down
13 changes: 13 additions & 0 deletions plugins/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

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.3](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.2...v1.1.0-alpha.3) (2024-08-14)

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





# Change Log

All notable changes to this project will be documented in this file. See
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.2",
"version": "1.1.0-alpha.3",
"license": "Apache-2.0",
"dependencies": {
"@leancodepl/contractsgenerator-typescript-plugin": "1.1.0-alpha.2",
"@leancodepl/contractsgenerator-typescript-schema": "1.1.0-alpha.2",
"@leancodepl/contractsgenerator-typescript-types": "1.1.0-alpha.2",
"@leancodepl/contractsgenerator-typescript-plugin": "1.1.0-alpha.3",
"@leancodepl/contractsgenerator-typescript-schema": "1.1.0-alpha.3",
"@leancodepl/contractsgenerator-typescript-types": "1.1.0-alpha.3",
"lodash": "^4.0.0",
"zod": ">=3.22.0"
},
Expand Down
13 changes: 13 additions & 0 deletions plugins/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

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.3](https://github.com/leancodepl/contractsgenerator-typescript/compare/v1.1.0-alpha.2...v1.1.0-alpha.3) (2024-08-14)

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





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down
Loading

0 comments on commit 4a3937f

Please sign in to comment.