Skip to content

Commit

Permalink
chore: update versions (#67)
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] committed May 22, 2024
1 parent 43e67ac commit 7f58d39
Show file tree
Hide file tree
Showing 10 changed files with 104 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/itchy-cars-yell.md

This file was deleted.

13 changes: 13 additions & 0 deletions apps/core/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion apps/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snipcode/core",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"description": "Snipcode core backend",
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions apps/functions/code-embed/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion apps/functions/code-embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snipcode/code-embed",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"description": "Generate the HTML page from a code snippet",
"main": "serverless.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/domain/CHANGELOG.md
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
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.0.0",
"version": "1.1.0",
"private": true,
"description": "This package contains the database definition and the business logic of the project",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/embed/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion packages/embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snipcode/embed",
"version": "1.1.3",
"version": "1.1.4",
"private": true,
"description": "Build the script and style assets for code snippet rendering in an embed.",
"main": "dist/index.js",
Expand Down
64 changes: 64 additions & 0 deletions release.json
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"
}
]
}

0 comments on commit 7f58d39

Please sign in to comment.