Skip to content

Commit

Permalink
Merge pull request #324 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 13, 2024
2 parents f82e0dc + 66ff756 commit 9db0ff2
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/twelve-papayas-crash.md

This file was deleted.

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.0.12

### Patch Changes

- Updated dependencies [[`a2dca64`](https://github.com/elsoul/skeet/commit/a2dca640a214815b00dfae22dd0486a31e236a5a)]:
- @skeet-framework/utils@1.3.7

## 2.0.11

### 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.0.11",
"version": "2.0.12",
"description": "Skeet CLI",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @skeet-framework/utils

## 1.3.7

### Patch Changes

- [#323](https://github.com/elsoul/skeet/pull/323) [`a2dca64`](https://github.com/elsoul/skeet/commit/a2dca640a214815b00dfae22dd0486a31e236a5a) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - update sendDiscord

## 1.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skeet-framework/utils",
"version": "1.3.6",
"version": "1.3.7",
"author": "ELSOUL LABO B.V.",
"license": "Apache-2.0",
"type": "module",
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.8

### Patch Changes

- Updated dependencies [[`a2dca64`](https://github.com/elsoul/skeet/commit/a2dca640a214815b00dfae22dd0486a31e236a5a)]:
- @skeet-framework/utils@1.3.7

## 1.0.7

### 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,6 +1,6 @@
{
"name": "base-functions",
"version": "1.0.7",
"version": "1.0.8",
"type": "module",
"engines": {
"pnpm": ">=8",
Expand All @@ -24,7 +24,7 @@
"@skeet-framework/ai": "1.8.2",
"@skeet-framework/cloud-task": "0.4.1",
"@skeet-framework/firestore": "workspace:*",
"@skeet-framework/utils": "1.3.6",
"@skeet-framework/utils": "1.3.7",
"firebase-admin": "12.0.0",
"firebase-functions": "4.7.0"
},
Expand Down

0 comments on commit 9db0ff2

Please sign in to comment.