Skip to content

Commit

Permalink
Merge branch 'main' of github.com:elsoul/skeet
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Mar 14, 2024
2 parents aaa450f + 20d24aa commit 757c5c2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/tasty-pans-love.md

This file was deleted.

6 changes: 6 additions & 0 deletions templates/base-functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# base-functions

## 1.0.10

### Patch Changes

- [#329](https://github.com/elsoul/skeet/pull/329) [`99f1fae`](https://github.com/elsoul/skeet/commit/99f1fae7ce87e530d8aa13b83258b5fed6ce3768) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - add template

## 1.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion templates/base-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skeet-framework/base-functions",
"version": "1.0.9",
"version": "1.0.10",
"type": "module",
"engines": {
"pnpm": ">=8",
Expand Down
7 changes: 7 additions & 0 deletions templates/base-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @skeet-framework/base-sql

## 0.6.7

### Patch Changes

- [#329](https://github.com/elsoul/skeet/pull/329) [`99f1fae`](https://github.com/elsoul/skeet/commit/99f1fae7ce87e530d8aa13b83258b5fed6ce3768) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - add template
2 changes: 1 addition & 1 deletion templates/base-sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skeet-framework/base-sql",
"version": "0.6.6",
"version": "0.6.7",
"description": "Skeet SQL Template - TypeScript Serverless Framework",
"main": "dist/index.js",
"author": "POPPIN-FUMI",
Expand Down

0 comments on commit 757c5c2

Please sign in to comment.