Skip to content

Commit

Permalink
🐛 fix(all): fix release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angelespejo committed Dec 5, 2024
1 parent bb410d9 commit fa6225b
Show file tree
Hide file tree
Showing 15 changed files with 52 additions and 18 deletions.
11 changes: 0 additions & 11 deletions .changeset/forty-trees-battle.md

This file was deleted.

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.1.1

### Patch Changes

- fix release 0.1.0

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/_config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backan/config",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "Configuration files for monorepo",
"type": "module",
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.1.1

### Patch Changes

- fix release 0.1.0

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

## 0.1.0

### Minor Changes
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.1.0",
"version": "0.1.1",
"description": "All in one web API builder. Create endpoints with type validations and OpenApi documentation, safely and quickly.",
"keywords": [
"backend",
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.1.1

### Patch Changes

- fix release 0.1.0

## 0.1.0

### Minor Changes
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.1.0",
"version": "0.1.1",
"description": "Backan library for building executables, client libraries, JSON schema files, TypeScript definitions, and Markdown documentation.",
"keywords": [
"backend",
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.1.1

### Patch Changes

- fix release 0.1.0

## 0.1.0

### Minor Changes
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.1.0",
"version": "0.1.1",
"description": "All in one web API builder. Create endpoints with type validations and OpenApi documentation, safely and quickly.",
"keywords": [
"backend",
Expand Down
6 changes: 6 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-backan

## 0.1.1

### Patch Changes

- fix release 0.1.0

## 0.1.0

### Minor Changes
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.1.0",
"version": "0.1.1",
"description": "Quickly create a backan application to get started",
"keywords": [
"backend",
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.1.1

### Patch Changes

- fix release 0.1.0

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backan/docs",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "Documentation for backan",
"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.1.1

### Patch Changes

- fix release 0.1.0

## 0.1.0

### Minor Changes
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.1.0",
"version": "0.1.1",
"description": "Build the Backan server with zero config.",
"keywords": [
"backend",
Expand Down

0 comments on commit fa6225b

Please sign in to comment.