Skip to content

Commit

Permalink
Merge pull request #409 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 15, 2024
2 parents 14896f8 + 31c5ce4 commit 1aa0f21
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/angry-ties-smile.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.9

### Patch Changes

- [`14896f8`](https://github.com/elsoul/skeet/commit/14896f8c34cfa8dcbae15fc99df5261da41afc51) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Update - openai

## 1.8.8

### 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.8",
"version": "1.8.9",
"description": "Skeet Framework Plugin - AI",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @skeet-framework/cli

## 2.2.21

### Patch Changes

- Updated dependencies [[`14896f8`](https://github.com/elsoul/skeet/commit/14896f8c34cfa8dcbae15fc99df5261da41afc51)]:
- @skeet-framework/ai@1.8.9

## 2.2.20

### 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.20",
"version": "2.2.21",
"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.11

### Patch Changes

- Updated dependencies [[`14896f8`](https://github.com/elsoul/skeet/commit/14896f8c34cfa8dcbae15fc99df5261da41afc51)]:
- @skeet-framework/ai@1.8.9

## 1.1.10

### 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.10",
"version": "1.1.11",
"main": "dist/index.js",
"type": "module",
"engines": {
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.19

### Patch Changes

- [`14896f8`](https://github.com/elsoul/skeet/commit/14896f8c34cfa8dcbae15fc99df5261da41afc51) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Update - openai

## 1.0.18

### 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.18",
"version": "1.0.19",
"description": "Skeet Framework Base Template",
"keywords": [
"typescript",
Expand Down

0 comments on commit 1aa0f21

Please sign in to comment.