-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
43e67ac
commit 7f58d39
Showing
10 changed files
with
104 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,13 @@ | ||
# @snipcode/core | ||
|
||
## 1.1.0 | ||
|
||
### Minor Changes | ||
|
||
- 43e67ac: Merge the database schema and the application business rules into a single package | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [43e67ac] | ||
- @snipcode/domain@1.1.0 | ||
- @snipcode/embed@1.1.4 |
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,9 @@ | ||
# @snipcode/code-embed | ||
|
||
## 1.0.1 | ||
|
||
### Patch Changes | ||
|
||
- 43e67ac: Merge the database schema and the application business rules into a single package | ||
- Updated dependencies [43e67ac] | ||
- @snipcode/embed@1.1.4 |
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 @@ | ||
# @snipcode/domain | ||
|
||
## 1.1.0 | ||
|
||
### Minor Changes | ||
|
||
- 43e67ac: Merge the database schema and the application business rules into a single package |
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 @@ | ||
# @snipcode/embed | ||
|
||
## 1.1.4 | ||
|
||
### Patch Changes | ||
|
||
- 43e67ac: Merge the database schema and the application business rules into a single package |
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,64 @@ | ||
{ | ||
"changesets": [ | ||
{ | ||
"releases": [ | ||
{ | ||
"name": "@snipcode/domain", | ||
"type": "minor" | ||
}, | ||
{ | ||
"name": "@snipcode/core", | ||
"type": "minor" | ||
}, | ||
{ | ||
"name": "@snipcode/code-embed", | ||
"type": "patch" | ||
}, | ||
{ | ||
"name": "@snipcode/embed", | ||
"type": "patch" | ||
} | ||
], | ||
"summary": "Merge the database schema and the application business rules into a single package", | ||
"id": "itchy-cars-yell" | ||
} | ||
], | ||
"releases": [ | ||
{ | ||
"name": "@snipcode/domain", | ||
"type": "minor", | ||
"oldVersion": "1.0.0", | ||
"changesets": [ | ||
"itchy-cars-yell" | ||
], | ||
"newVersion": "1.1.0" | ||
}, | ||
{ | ||
"name": "@snipcode/core", | ||
"type": "minor", | ||
"oldVersion": "1.0.1", | ||
"changesets": [ | ||
"itchy-cars-yell" | ||
], | ||
"newVersion": "1.1.0" | ||
}, | ||
{ | ||
"name": "@snipcode/code-embed", | ||
"type": "patch", | ||
"oldVersion": "1.0.0", | ||
"changesets": [ | ||
"itchy-cars-yell" | ||
], | ||
"newVersion": "1.0.1" | ||
}, | ||
{ | ||
"name": "@snipcode/embed", | ||
"type": "patch", | ||
"oldVersion": "1.1.3", | ||
"changesets": [ | ||
"itchy-cars-yell" | ||
], | ||
"newVersion": "1.1.4" | ||
} | ||
] | ||
} |