Skip to content

Commit

Permalink
🐛 fix(all): fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ángel Albiñana Espejo authored and Ángel Albiñana Espejo committed Aug 20, 2024
1 parent 31bc152 commit 65c7ec4
Show file tree
Hide file tree
Showing 22 changed files with 61 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .dev/templates/readme.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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' )})
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Create endpoints with type validations and OpenApi documentation, safely and qui
<!-- PIGEONPOSSE START ORG -->
## 👨‍💻 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)
Expand Down
6 changes: 6 additions & 0 deletions packages/_config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backan/config

## 0.0.3

### Patch Changes

- Fix release

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/_config/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
9 changes: 9 additions & 0 deletions packages/backan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# backan

## 0.0.3

### Patch Changes

- Fix release

- Updated dependencies []:
- @backan/core@0.0.3

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Create endpoints with type validations and OpenApi documentation, safely and qui
<!-- PIGEONPOSSE START ORG -->
## 👨‍💻 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)
Expand Down
2 changes: 1 addition & 1 deletion packages/backan/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backan/builder

## 0.0.3

### Patch Changes

- Fix release

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Create endpoints with type validations and OpenApi documentation, safely and qui
<!-- PIGEONPOSSE START ORG -->
## 👨‍💻 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)
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backan/core

## 0.0.3

### Patch Changes

- Fix release

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Create endpoints with type validations and OpenApi documentation, safely and qui
<!-- PIGEONPOSSE START ORG -->
## 👨‍💻 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)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# create-backan

## 0.0.2

### Patch Changes

- Fix release
2 changes: 1 addition & 1 deletion packages/create/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Create endpoints with type validations and OpenApi documentation, safely and qui
<!-- PIGEONPOSSE START ORG -->
## 👨‍💻 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)
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backan/docs

## 0.0.3

### Patch Changes

- Fix release

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Create endpoints with type validations and OpenApi documentation, safely and qui
<!-- PIGEONPOSSE START ORG -->
## 👨‍💻 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)
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@backan/docs",
"version": "0.0.2",
"version": "0.0.3",
"description": "Documentation for backan",
"type": "module",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backan/server

## 0.0.3

### Patch Changes

- Fix release

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Create endpoints with type validations and OpenApi documentation, safely and qui
<!-- PIGEONPOSSE START ORG -->
## 👨‍💻 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)
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 65c7ec4

Please sign in to comment.