Skip to content

Commit

Permalink
Merge pull request #520 from thinc-org/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
saenyakorn authored Feb 11, 2023
2 parents 065809f + 9de29c8 commit b813822
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-seals-clean.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/moody-bugs-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-hats-visit.md

This file was deleted.

20 changes: 0 additions & 20 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

## 0.0.3

### Patch Changes

- 313b9e75: Avoid SQL injection and XSS by upgrading class-validtor to version 0.14.0

## 0.0.3-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": "0.0.3-beta.0",
"version": "0.0.3",
"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.1.1

### Patch Changes

- 313b9e75: Avoid SQL injection and XSS by upgrading class-validtor to version 0.14.0

## 1.1.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.1.1-beta.0",
"version": "1.1.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.2

### Patch Changes

- 313b9e75: Avoid SQL injection and XSS by upgrading class-validtor to version 0.14.0

## 1.0.2-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.0.2-beta.0",
"version": "1.0.2",
"private": true,
"scripts": {
"dev": "nest start --watch",
Expand Down
7 changes: 7 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# web

## 1.1.1

### Patch Changes

- 27e6047a: Correct typo in Google One Tap ITP config
- df88b4db: Fix TypeScript 4.7 unsupported feature introduced in "Hotfix typo in Google One Tap ITP config"

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

0 comments on commit b813822

Please sign in to comment.