Skip to content

Commit

Permalink
Merge pull request #385 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 29, 2024
2 parents 3b0ea95 + 2810d1c commit 1a6a175
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 20 deletions.
16 changes: 0 additions & 16 deletions .changeset/ten-cameras-visit.md

This file was deleted.

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

## 2.2.8

### Patch Changes

- [`3b0ea95`](https://github.com/elsoul/skeet/commit/3b0ea95441762c67c2f557f85e0febfe61e4bbc4) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Update - skeet deploy

```bash
$ skeet deploy
? Select Services to run functions command (Press <space> to select, <a> to
toggle all, <i> to invert selection, and <enter> to proceed)
= Services =
❯◯ skeet-func
```

## 2.2.7

### 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.7",
"version": "2.2.8",
"description": "Skeet CLI",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
14 changes: 14 additions & 0 deletions templates/base-functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# base-functions

## 1.1.4

### Patch Changes

- [`3b0ea95`](https://github.com/elsoul/skeet/commit/3b0ea95441762c67c2f557f85e0febfe61e4bbc4) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Update - skeet deploy

```bash
$ skeet deploy
? Select Services to run functions command (Press <space> to select, <a> to
toggle all, <i> to invert selection, and <enter> to proceed)
= Services =
❯◯ skeet-func
```

## 1.1.3

### 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.3",
"version": "1.1.4",
"main": "dist/index.js",
"type": "module",
"engines": {
Expand Down
14 changes: 14 additions & 0 deletions templates/base-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# base-template

## 1.0.11

### Patch Changes

- [`3b0ea95`](https://github.com/elsoul/skeet/commit/3b0ea95441762c67c2f557f85e0febfe61e4bbc4) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Update - skeet deploy

```bash
$ skeet deploy
? Select Services to run functions command (Press <space> to select, <a> to
toggle all, <i> to invert selection, and <enter> to proceed)
= Services =
❯◯ skeet-func
```

## 1.0.10

### 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.10",
"version": "1.0.11",
"description": "Skeet Framework Base Template",
"keywords": [
"typescript",
Expand Down
14 changes: 14 additions & 0 deletions templates/skeet-func-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# base-template

## 1.0.12

### Patch Changes

- [`3b0ea95`](https://github.com/elsoul/skeet/commit/3b0ea95441762c67c2f557f85e0febfe61e4bbc4) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Update - skeet deploy

```bash
$ skeet deploy
? Select Services to run functions command (Press <space> to select, <a> to
toggle all, <i> to invert selection, and <enter> to proceed)
= Services =
❯◯ skeet-func
```

## 1.0.11

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

0 comments on commit 1a6a175

Please sign in to comment.