Skip to content

Commit ae4da26

Browse files
authored
Merge pull request #31 from luxass/changeset-release/main
chore(release): 📦 version packages
2 parents 0c77fbc + afb9b62 commit ae4da26

20 files changed

+70
-19
lines changed

.changeset/heavy-insects-tan.md

-5
This file was deleted.

.changeset/short-fishes-perform.md

-5
This file was deleted.

packages/action-utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @actions-sdk/action-utils
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#30](https://github.com/luxass/actions-kit/pull/30) [`b346923`](https://github.com/luxass/actions-kit/commit/b3469232f40dd1886130049b1bcc6232632eb420) Thanks [@luxass](https://github.com/luxass)! - introduce new utility functions
8+
39
## 0.2.1
410

511
### Patch Changes

packages/action-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions-sdk/action-utils",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Utils for GitHub Actions",
55
"type": "module",
66
"author": {

packages/actions-kit/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# actions-kit
22

3+
## 0.2.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b346923`](https://github.com/luxass/actions-kit/commit/b3469232f40dd1886130049b1bcc6232632eb420)]:
8+
- @actions-sdk/action-utils@0.3.0
9+
310
## 0.2.5
411

512
### Patch Changes

packages/actions-kit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "actions-kit",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "A toolkit for GitHub Actions",
55
"type": "module",
66
"author": {

packages/builders/esbuild/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @actions-sdk/esbuild-builder
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
9+
310
## 0.2.4
411

512
### Patch Changes

packages/builders/esbuild/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions-sdk/esbuild-builder",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "ESBuild builder for Actions Kit",
55
"type": "module",
66
"author": {

packages/builders/rolldown/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @actions-sdk/rolldown-builder
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
9+
310
## 0.2.4
411

512
### Patch Changes

packages/builders/rolldown/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions-sdk/rolldown-builder",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Rolldown builder for Actions Kit",
55
"type": "module",
66
"author": {

packages/builders/rollup/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @actions-sdk/rollup-builder
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
9+
310
## 0.2.4
411

512
### Patch Changes

packages/builders/rollup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions-sdk/rollup-builder",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Rollup builder for Actions Kit",
55
"type": "module",
66
"author": {

packages/builders/rspack/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @actions-sdk/rspack-builder
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
9+
310
## 0.2.4
411

512
### Patch Changes

packages/builders/rspack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions-sdk/rspack-builder",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Rspack builder for Actions Kit",
55
"type": "module",
66
"author": {

packages/builders/vite/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @actions-sdk/vite-builder
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
9+
310
## 0.2.4
411

512
### Patch Changes

packages/builders/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions-sdk/vite-builder",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Vite builder for Actions Kit",
55
"type": "module",
66
"author": {

packages/builders/webpack/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @actions-sdk/webpack-builder
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
9+
310
## 0.2.4
411

512
### Patch Changes

packages/builders/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions-sdk/webpack-builder",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Webpack builder for Actions Kit",
55
"type": "module",
66
"author": {

packages/create-action/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-actions-kit
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- [`7858ea6`](https://github.com/luxass/actions-kit/commit/7858ea6f6fc16b6c16d4a94c3dc8a73a8ab6e855) Thanks [@luxass](https://github.com/luxass)! - output the package manager used correctly, instead of just showing user agent
8+
39
## 0.2.2
410

511
### Patch Changes

packages/create-action/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-actions-kit",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "A toolkit for GitHub Actions",
55
"type": "module",
66
"author": {

0 commit comments

Comments
 (0)