Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update versions #67

Merged
merged 1 commit into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: update versions
  • Loading branch information
github-actions[bot] committed May 22, 2024
commit e3b19d69640cdcb3ee605f608057cb005ebea666
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/[email protected]
- @snipcode/[email protected]
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/[email protected]
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"
}
]
}