diff --git a/.dev/templates/readme.mjs b/.dev/templates/readme.mjs index 90180af..594c665 100644 --- a/.dev/templates/readme.mjs +++ b/.dev/templates/readme.mjs @@ -9,7 +9,7 @@ export const org = pkg => { const fundingURL = pkg.data.funding.url return `## 👨‍💻 Development -**${pkg.data.name.toUpperCase()}** is an open-source project and its development is open to anyone who wants to participate. +**${pkg.data.extra.productName.toUpperCase()}** is an open-source project and its development is open to anyone who wants to participate. [![Issues](https://img.shields.io/badge/Issues-grey?style=for-the-badge)](${joinUrl( pkg.data.repository.url, '/issues' )}) [![Pull requests](https://img.shields.io/badge/Pulls-grey?style=for-the-badge)](${joinUrl( pkg.data.repository.url, '/pulls' )}) diff --git a/README.md b/README.md index 507b86a..4ea7190 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Create endpoints with type validations and OpenApi documentation, safely and qui ## 👨‍💻 Development -**BACKAN-MONOREPO** is an open-source project and its development is open to anyone who wants to participate. +**BACKAN** is an open-source project and its development is open to anyone who wants to participate. [![Issues](https://img.shields.io/badge/Issues-grey?style=for-the-badge)](https://github.com/pigeonposse/backan/issues) [![Pull requests](https://img.shields.io/badge/Pulls-grey?style=for-the-badge)](https://github.com/pigeonposse/backan/pulls) diff --git a/packages/_config/CHANGELOG.md b/packages/_config/CHANGELOG.md index e12e5aa..a274a2e 100644 --- a/packages/_config/CHANGELOG.md +++ b/packages/_config/CHANGELOG.md @@ -1,5 +1,11 @@ # @backan/config +## 0.0.3 + +### Patch Changes + +- Fix release + ## 0.0.2 ### Patch Changes diff --git a/packages/_config/package.json b/packages/_config/package.json index 7895716..a3b5fa8 100644 --- a/packages/_config/package.json +++ b/packages/_config/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@backan/config", - "version": "0.0.2", + "version": "0.0.3", "description": "Configuration files for monorepo", "type": "module", "scripts": { diff --git a/packages/backan/CHANGELOG.md b/packages/backan/CHANGELOG.md index aab3ce2..782afa8 100644 --- a/packages/backan/CHANGELOG.md +++ b/packages/backan/CHANGELOG.md @@ -1,5 +1,14 @@ # backan +## 0.0.3 + +### Patch Changes + +- Fix release + +- Updated dependencies []: + - @backan/core@0.0.3 + ## 0.0.2 ### Patch Changes diff --git a/packages/backan/README.md b/packages/backan/README.md index 68f7306..af37079 100644 --- a/packages/backan/README.md +++ b/packages/backan/README.md @@ -74,7 +74,7 @@ Create endpoints with type validations and OpenApi documentation, safely and qui ## 👨‍💻 Development -**BACKAN-MONOREPO** is an open-source project and its development is open to anyone who wants to participate. +**BACKAN** is an open-source project and its development is open to anyone who wants to participate. [![Issues](https://img.shields.io/badge/Issues-grey?style=for-the-badge)](https://github.com/pigeonposse/backan/issues) [![Pull requests](https://img.shields.io/badge/Pulls-grey?style=for-the-badge)](https://github.com/pigeonposse/backan/pulls) diff --git a/packages/backan/package.json b/packages/backan/package.json index d2f0007..407ee5d 100644 --- a/packages/backan/package.json +++ b/packages/backan/package.json @@ -1,6 +1,6 @@ { "name": "backan", - "version": "0.0.2", + "version": "0.0.3", "type": "module", "license": "GPL-3.0", "homepage": "https://backan.pigeonposse.com/guide", diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index 36ad81d..3cfa216 100644 --- a/packages/builder/CHANGELOG.md +++ b/packages/builder/CHANGELOG.md @@ -1,5 +1,11 @@ # @backan/builder +## 0.0.3 + +### Patch Changes + +- Fix release + ## 0.0.2 ### Patch Changes diff --git a/packages/builder/README.md b/packages/builder/README.md index 49548b0..3728d6d 100644 --- a/packages/builder/README.md +++ b/packages/builder/README.md @@ -74,7 +74,7 @@ Create endpoints with type validations and OpenApi documentation, safely and qui ## 👨‍💻 Development -**BACKAN-MONOREPO** is an open-source project and its development is open to anyone who wants to participate. +**BACKAN** is an open-source project and its development is open to anyone who wants to participate. [![Issues](https://img.shields.io/badge/Issues-grey?style=for-the-badge)](https://github.com/pigeonposse/backan/issues) [![Pull requests](https://img.shields.io/badge/Pulls-grey?style=for-the-badge)](https://github.com/pigeonposse/backan/pulls) diff --git a/packages/builder/package.json b/packages/builder/package.json index d0bc2c2..ca17518 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@backan/builder", - "version": "0.0.2", + "version": "0.0.3", "type": "module", "license": "GPL-3.0", "homepage": "https://backan.pigeonposse.com/guide/api", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9e2057e..d908629 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @backan/core +## 0.0.3 + +### Patch Changes + +- Fix release + ## 0.0.2 ### Patch Changes diff --git a/packages/core/README.md b/packages/core/README.md index 68f7306..af37079 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -74,7 +74,7 @@ Create endpoints with type validations and OpenApi documentation, safely and qui ## 👨‍💻 Development -**BACKAN-MONOREPO** is an open-source project and its development is open to anyone who wants to participate. +**BACKAN** is an open-source project and its development is open to anyone who wants to participate. [![Issues](https://img.shields.io/badge/Issues-grey?style=for-the-badge)](https://github.com/pigeonposse/backan/issues) [![Pull requests](https://img.shields.io/badge/Pulls-grey?style=for-the-badge)](https://github.com/pigeonposse/backan/pulls) diff --git a/packages/core/package.json b/packages/core/package.json index 2763edf..c42d4da 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@backan/core", - "version": "0.0.2", + "version": "0.0.3", "type": "module", "license": "GPL-3.0", "homepage": "https://backan.pigeonposse.com/guide/core", diff --git a/packages/create/CHANGELOG.md b/packages/create/CHANGELOG.md new file mode 100644 index 0000000..dce56ee --- /dev/null +++ b/packages/create/CHANGELOG.md @@ -0,0 +1,7 @@ +# create-backan + +## 0.0.2 + +### Patch Changes + +- Fix release diff --git a/packages/create/README.md b/packages/create/README.md index 686f740..2c8d328 100644 --- a/packages/create/README.md +++ b/packages/create/README.md @@ -74,7 +74,7 @@ Create endpoints with type validations and OpenApi documentation, safely and qui ## 👨‍💻 Development -**BACKAN-MONOREPO** is an open-source project and its development is open to anyone who wants to participate. +**BACKAN** is an open-source project and its development is open to anyone who wants to participate. [![Issues](https://img.shields.io/badge/Issues-grey?style=for-the-badge)](https://github.com/pigeonposse/backan/issues) [![Pull requests](https://img.shields.io/badge/Pulls-grey?style=for-the-badge)](https://github.com/pigeonposse/backan/pulls) diff --git a/packages/create/package.json b/packages/create/package.json index 8dd3761..0402a39 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -1,6 +1,6 @@ { "name": "create-backan", - "version": "0.0.1", + "version": "0.0.2", "type": "module", "license": "GPL-3.0", "homepage": "https://backan.pigeonposse.com/guide/api", diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 1b0d856..f70f2d1 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # @backan/docs +## 0.0.3 + +### Patch Changes + +- Fix release + ## 0.0.2 ### Patch Changes diff --git a/packages/docs/README.md b/packages/docs/README.md index 6e17ef3..9e087d6 100644 --- a/packages/docs/README.md +++ b/packages/docs/README.md @@ -74,7 +74,7 @@ Create endpoints with type validations and OpenApi documentation, safely and qui ## 👨‍💻 Development -**BACKAN-MONOREPO** is an open-source project and its development is open to anyone who wants to participate. +**BACKAN** is an open-source project and its development is open to anyone who wants to participate. [![Issues](https://img.shields.io/badge/Issues-grey?style=for-the-badge)](https://github.com/pigeonposse/backan/issues) [![Pull requests](https://img.shields.io/badge/Pulls-grey?style=for-the-badge)](https://github.com/pigeonposse/backan/pulls) diff --git a/packages/docs/package.json b/packages/docs/package.json index 951ff64..c4a1c95 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@backan/docs", - "version": "0.0.2", + "version": "0.0.3", "description": "Documentation for backan", "type": "module", "repository": { diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 81d4878..c96243e 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,11 @@ # @backan/server +## 0.0.3 + +### Patch Changes + +- Fix release + ## 0.0.2 ### Patch Changes diff --git a/packages/server/README.md b/packages/server/README.md index b428b4d..31e69bb 100644 --- a/packages/server/README.md +++ b/packages/server/README.md @@ -74,7 +74,7 @@ Create endpoints with type validations and OpenApi documentation, safely and qui ## 👨‍💻 Development -**BACKAN-MONOREPO** is an open-source project and its development is open to anyone who wants to participate. +**BACKAN** is an open-source project and its development is open to anyone who wants to participate. [![Issues](https://img.shields.io/badge/Issues-grey?style=for-the-badge)](https://github.com/pigeonposse/backan/issues) [![Pull requests](https://img.shields.io/badge/Pulls-grey?style=for-the-badge)](https://github.com/pigeonposse/backan/pulls) diff --git a/packages/server/package.json b/packages/server/package.json index bc2cdfd..5ca04ff 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@backan/server", - "version": "0.0.2", + "version": "0.0.3", "type": "module", "license": "GPL-3.0", "homepage": "https://backan.pigeonposse.com/guide/api",