Skip to content

Commit

Permalink
Version Packages (beta) (#686)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 9, 2024
1 parent 90eecbe commit 62dbe3b
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@
"@cgr/project-config": "1.3.0",
"@cgr/schema": "1.5.0"
},
"changesets": []
"changesets": [
"cold-fishes-greet"
]
}
6 changes: 6 additions & 0 deletions apps/admin-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# admin-api

## 1.3.1-beta.0

### Patch Changes

- 90eecbe: fix: build and lint error

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/admin-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin-api",
"version": "1.3.0",
"version": "1.3.1-beta.0",
"description": "",
"author": "",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# api

## 1.9.1-beta.0

### Patch Changes

- 90eecbe: fix: build and lint error

## 1.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "1.9.0",
"version": "1.9.1-beta.0",
"private": true,
"scripts": {
"dev": "nest start --watch",
Expand Down
6 changes: 6 additions & 0 deletions apps/reg-scraper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# reg-scraper

## 1.5.1-beta.0

### Patch Changes

- 90eecbe: fix: build and lint error

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/reg-scraper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-scraper",
"version": "1.5.0",
"version": "1.5.1-beta.0",
"private": true,
"scripts": {
"dev": "nest start --watch",
Expand Down
6 changes: 6 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# web

## 1.10.1-beta.0

### Patch Changes

- 90eecbe: fix: build and lint error

## 1.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.10.0",
"version": "1.10.1-beta.0",
"private": true,
"scripts": {
"dev": "next dev -p 4200",
Expand Down

0 comments on commit 62dbe3b

Please sign in to comment.