-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit cfdcc73 Merge: bb27828 88f998f Author: Nathan Mande <[email protected]> Date: Mon Jul 15 19:22:51 2024 +0200 Merge pull request #8 from Neosoulink/changeset-release/master chore(version): upgrade packages commit 88f998f Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Date: Mon Jul 15 17:21:51 2024 +0000 chore(version): upgrade packages commit bb27828 Merge: 068744c 95d9cf1 Author: Nathan Mande <[email protected]> Date: Mon Jul 15 12:10:08 2024 +0200 Merge pull request #2 from Neosoulink/dev chore: setup & configs
- Loading branch information
1 parent
95d9cf1
commit e57d96e
Showing
9 changed files
with
37 additions
and
12 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/*", | ||
|