Skip to content

Commit

Permalink
Merge pull request #347 from elsoul/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
POPPIN-FUMI authored Mar 18, 2024
2 parents 5392b4c + cb9e07f commit 1276b91
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/quick-mails-thank.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.4

### Patch Changes

- [`5392b4c`](https://github.com/elsoul/skeet/commit/5392b4c7992363f76c5b19bbc2684536a0b9598c) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - update skeet ai

## 1.8.3

### 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.3",
"version": "1.8.4",
"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.1.2

### Patch Changes

- [`5392b4c`](https://github.com/elsoul/skeet/commit/5392b4c7992363f76c5b19bbc2684536a0b9598c) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - update skeet ai

- Updated dependencies [[`5392b4c`](https://github.com/elsoul/skeet/commit/5392b4c7992363f76c5b19bbc2684536a0b9598c)]:
- @skeet-framework/ai@1.8.4

## 2.1.1

### 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.1.1",
"version": "2.1.2",
"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.0.15

### Patch Changes

- Updated dependencies [[`5392b4c`](https://github.com/elsoul/skeet/commit/5392b4c7992363f76c5b19bbc2684536a0b9598c)]:
- @skeet-framework/ai@1.8.4

## 1.0.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions templates/base-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@skeet-framework/base-functions",
"description": "Base functions for skeet",
"version": "1.0.14",
"version": "1.0.15",
"main": "dist/index.js",
"type": "module",
"engines": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"logs": "firebase functions:log"
},
"dependencies": {
"@skeet-framework/ai": "1.8.3",
"@skeet-framework/ai": "1.8.4",
"@skeet-framework/cloud-task": "0.4.1",
"@skeet-framework/firestore": "2.5.2",
"@skeet-framework/utils": "1.3.8",
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.5

### Patch Changes

- [`5392b4c`](https://github.com/elsoul/skeet/commit/5392b4c7992363f76c5b19bbc2684536a0b9598c) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - update skeet ai

## 1.0.4

### 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,6 +1,6 @@
{
"name": "@skeet-framework/base-temlate",
"version": "1.0.4",
"version": "1.0.5",
"description": "Skeet Framework Base Template",
"keywords": [
"typescript",
Expand Down

0 comments on commit 1276b91

Please sign in to comment.