Skip to content

Commit

Permalink
chore: update release versions (#85)
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 29, 2024
1 parent 3f7497d commit 7369c58
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 15 deletions.
11 changes: 0 additions & 11 deletions .changeset/rich-phones-clap.md

This file was deleted.

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

## 1.1.2

### Patch Changes

- 3f7497d: Update the readme of the package domain
Fix Next.js link navigation in the web app
Configure Sentry in the frontend
Update the CI to release the sourcemaps

## 1.1.1

### 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.1",
"version": "1.1.2",
"private": true,
"description": "Core backend of the application",
"main": "dist/src/main.js",
Expand Down
12 changes: 12 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @snipcode/web

## 1.0.1

### Patch Changes

- 3f7497d: Update the readme of the package domain
Fix Next.js link navigation in the web app
Configure Sentry in the frontend
Update the CI to release the sourcemaps
- Updated dependencies [3f7497d]
- @snipcode/front@1.0.1
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.0",
"version": "1.0.1",
"private": true,
"scripts": {
"build": "next build",
Expand Down
9 changes: 9 additions & 0 deletions packages/domain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @snipcode/domain

## 1.1.2

### Patch Changes

- 3f7497d: Update the readme of the package domain
Fix Next.js link navigation in the web app
Configure Sentry in the frontend
Update the CI to release the sourcemaps

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/domain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snipcode/domain",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"description": "This package contains the database definition and the business logic of the project",
"main": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/front/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @snipcode/front

## 1.0.1

### Patch Changes

- 3f7497d: Update the readme of the package domain
Fix Next.js link navigation in the web app
Configure Sentry in the frontend
Update the CI to release the sourcemaps
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.0",
"version": "1.0.1",
"private": true,
"main": "index.tsx",
"types": "./index.tsx",
Expand Down

0 comments on commit 7369c58

Please sign in to comment.