Skip to content

Commit

Permalink
Version Packages (#688)
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 c0f6a2c commit 7aab16b
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 31 deletions.
8 changes: 0 additions & 8 deletions .changeset/cold-fishes-greet.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/pre.json

This file was deleted.

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

### Patch Changes

- 90eecbe: fix: build and lint error

## 1.3.1-beta.0

### Patch 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.1-beta.0",
"version": "1.3.1",
"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

### Patch Changes

- 90eecbe: fix: build and lint error

## 1.9.1-beta.0

### Patch 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.1-beta.0",
"version": "1.9.1",
"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

### Patch Changes

- 90eecbe: fix: build and lint error

## 1.5.1-beta.0

### Patch 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.1-beta.0",
"version": "1.5.1",
"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

### Patch Changes

- 90eecbe: fix: build and lint error

## 1.10.1-beta.0

### Patch 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.1-beta.0",
"version": "1.10.1",
"private": true,
"scripts": {
"dev": "next dev -p 4200",
Expand Down

0 comments on commit 7aab16b

Please sign in to comment.