Skip to content

Commit

Permalink
Version Packages (#495)
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 Feb 5, 2023
1 parent 52df31d commit 6eb18da
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 26 deletions.
7 changes: 0 additions & 7 deletions .changeset/nice-ladybugs-give.md

This file was deleted.

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

This file was deleted.

7 changes: 7 additions & 0 deletions apps/admin-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# admin-api

## 0.0.2

### Patch Changes

- 772e87aa: Fix duplicate @nestjs/common entries problem by adding class validator and class transformer in all Nest apps. This is a short term solution.
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": "0.0.1",
"version": "0.0.2",
"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.0.1

### Patch Changes

- 772e87aa: Fix duplicate @nestjs/common entries problem by adding class validator and class transformer in all Nest apps. This is a short term solution.

## 1.0.0

### Major 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.0.0",
"version": "1.0.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.0.1

### Patch Changes

- 772e87aa: Fix duplicate @nestjs/common entries problem by adding class validator and class transformer in all Nest apps. This is a short term solution.

## 1.0.0

### Major 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.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "nest start --watch",
Expand Down

0 comments on commit 6eb18da

Please sign in to comment.