Skip to content

Commit

Permalink
Merge pull request #410 from elsoul/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
POPPIN-FUMI authored Apr 16, 2024
2 parents 0509f69 + cb77f2f commit 7976340
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/five-bottles-run.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @skeet-framework/ai

## 1.8.10

### Patch Changes

- [`0509f69`](https://github.com/elsoul/skeet/commit/0509f69f71c4901dd533193c18916dc51d67e045) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Update - skeet add sql

## 1.8.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skeet-framework/ai",
"version": "1.8.9",
"version": "1.8.10",
"description": "Skeet Framework Plugin - AI",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @skeet-framework/cli

## 2.2.22

### Patch Changes

- [`0509f69`](https://github.com/elsoul/skeet/commit/0509f69f71c4901dd533193c18916dc51d67e045) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Update - skeet add sql

- Updated dependencies [[`0509f69`](https://github.com/elsoul/skeet/commit/0509f69f71c4901dd533193c18916dc51d67e045)]:
- @skeet-framework/ai@1.8.10

## 2.2.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skeet-framework/cli",
"version": "2.2.21",
"version": "2.2.22",
"description": "Skeet CLI",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions templates/base-functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# base-functions

## 1.1.12

### Patch Changes

- Updated dependencies [[`0509f69`](https://github.com/elsoul/skeet/commit/0509f69f71c4901dd533193c18916dc51d67e045)]:
- @skeet-framework/ai@1.8.10

## 1.1.11

### 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
Expand Up @@ -2,7 +2,7 @@
"name": "@skeet-framework/base-functions",
"projectId": "base-functions",
"description": "Base functions for skeet",
"version": "1.1.11",
"version": "1.1.12",
"main": "dist/index.js",
"type": "module",
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions templates/base-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# base-template

## 1.0.14

### Patch Changes

- [`0509f69`](https://github.com/elsoul/skeet/commit/0509f69f71c4901dd533193c18916dc51d67e045) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Update - skeet add sql

## 1.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion templates/base-template/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@skeet-framework/base-template",
"projectId": "skeet-framework",
"version": "1.0.13",
"version": "1.0.14",
"description": "Skeet Framework Base Template",
"keywords": [
"typescript",
Expand Down
6 changes: 6 additions & 0 deletions templates/skeet-func-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# base-template

## 1.0.20

### Patch Changes

- [`0509f69`](https://github.com/elsoul/skeet/commit/0509f69f71c4901dd533193c18916dc51d67e045) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Update - skeet add sql

## 1.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion templates/skeet-func-template/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@skeet-framework/skeet-func-template",
"projectId": "skeet-framework",
"version": "1.0.19",
"version": "1.0.20",
"description": "Skeet Framework Base Template",
"keywords": [
"typescript",
Expand Down

0 comments on commit 7976340

Please sign in to comment.