Skip to content

Commit

Permalink
chore: update release versions (#90)
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 Jul 14, 2024
1 parent 7349e92 commit 48d025b
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/tender-oranges-matter.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @snipcode/backend

## 1.1.4

### Patch Changes

- 7349e92: migrate to next.js app router

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snipcode/backend",
"version": "1.1.3",
"version": "1.1.4",
"private": true,
"description": "Core backend of the application",
"main": "dist/src/main.js",
Expand Down
11 changes: 11 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @snipcode/web

## 1.1.0

### Minor Changes

- 7349e92: migrate to next.js app router

### Patch Changes

- Updated dependencies [7349e92]
- @snipcode/front@1.1.0

## 1.0.1

### 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": "@snipcode/web",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"scripts": {
"build": "next build",
Expand Down
6 changes: 6 additions & 0 deletions packages/front/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @snipcode/front

## 1.1.0

### Minor Changes

- 7349e92: migrate to next.js app router

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snipcode/front",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"main": "index.tsx",
"types": "./index.tsx",
Expand Down

0 comments on commit 48d025b

Please sign in to comment.