Skip to content

Commit

Permalink
Merge pull request #8 from Neosoulink/changeset-release/master
Browse files Browse the repository at this point in the history
chore(version): upgrade packages
  • Loading branch information
Neosoulink authored Jul 15, 2024
2 parents bb27828 + 88f998f commit cfdcc73
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/famous-penguins-battle.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- 95d9cf1: Base stable version with safe configs

### Patch Changes

- Updated dependencies [95d9cf1]
- @chess-d/api@0.1.0
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": "0.0.0",
"version": "0.1.0",
"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
@@ -0,0 +1,7 @@
# web

## 0.1.0

### Minor Changes

- 95d9cf1: Base stable version with safe configs
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web",
"private": true,
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --clearScreen false",
Expand Down
7 changes: 7 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @chess-d/api

## 0.1.0

### Minor Changes

- 95d9cf1: Base stable version with safe configs
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chess-d/api",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/configs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @chess-d/configs

## 0.1.0

### Minor Changes

- 95d9cf1: Base stable version with safe configs
2 changes: 1 addition & 1 deletion packages/configs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chess-d/configs",
"version": "0.0.0",
"version": "0.1.0",
"files": [
"./eslint/*",
"./prettier/*",
Expand Down

0 comments on commit cfdcc73

Please sign in to comment.