Skip to content

Commit

Permalink
Merge pull request #37 from luxass/changeset-release/main
Browse files Browse the repository at this point in the history
chore(release): 📦  version packages
  • Loading branch information
luxass authored Nov 3, 2024
2 parents e887e1b + 61f7111 commit 3b4d141
Show file tree
Hide file tree
Showing 17 changed files with 65 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/happy-vans-check.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/action-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @actions-sdk/action-utils

## 0.4.0

### Minor Changes

- [#36](https://github.com/luxass/actions-kit/pull/36) [`9ca4648`](https://github.com/luxass/actions-kit/commit/9ca4648bfb02d0a576e21bfb5b6f9e73bf613563) Thanks [@luxass](https://github.com/luxass)! - remove zod dependency and make validator function generic

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/action-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions-sdk/action-utils",
"version": "0.3.0",
"version": "0.4.0",
"description": "Utils for GitHub Actions",
"type": "module",
"author": {
Expand Down
9 changes: 9 additions & 0 deletions packages/actions-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# actions-kit

## 0.2.8

### Patch Changes

- [#36](https://github.com/luxass/actions-kit/pull/36) [`9ca4648`](https://github.com/luxass/actions-kit/commit/9ca4648bfb02d0a576e21bfb5b6f9e73bf613563) Thanks [@luxass](https://github.com/luxass)! - remove zod dependency and make validator function generic

- Updated dependencies [[`9ca4648`](https://github.com/luxass/actions-kit/commit/9ca4648bfb02d0a576e21bfb5b6f9e73bf613563)]:
- @actions-sdk/action-utils@0.4.0

## 0.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/actions-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "actions-kit",
"version": "0.2.7",
"version": "0.2.8",
"description": "A toolkit for GitHub Actions",
"type": "module",
"author": {
Expand Down
7 changes: 7 additions & 0 deletions packages/builders/esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @actions-sdk/esbuild-builder

## 0.2.7

### Patch Changes

- Updated dependencies [[`9ca4648`](https://github.com/luxass/actions-kit/commit/9ca4648bfb02d0a576e21bfb5b6f9e73bf613563)]:
- actions-kit@0.2.8

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/builders/esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions-sdk/esbuild-builder",
"version": "0.2.6",
"version": "0.2.7",
"description": "ESBuild builder for Actions Kit",
"type": "module",
"author": {
Expand Down
7 changes: 7 additions & 0 deletions packages/builders/rolldown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @actions-sdk/rolldown-builder

## 0.2.7

### Patch Changes

- Updated dependencies [[`9ca4648`](https://github.com/luxass/actions-kit/commit/9ca4648bfb02d0a576e21bfb5b6f9e73bf613563)]:
- actions-kit@0.2.8

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/builders/rolldown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions-sdk/rolldown-builder",
"version": "0.2.6",
"version": "0.2.7",
"description": "Rolldown builder for Actions Kit",
"type": "module",
"author": {
Expand Down
7 changes: 7 additions & 0 deletions packages/builders/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @actions-sdk/rollup-builder

## 0.2.7

### Patch Changes

- Updated dependencies [[`9ca4648`](https://github.com/luxass/actions-kit/commit/9ca4648bfb02d0a576e21bfb5b6f9e73bf613563)]:
- actions-kit@0.2.8

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/builders/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions-sdk/rollup-builder",
"version": "0.2.6",
"version": "0.2.7",
"description": "Rollup builder for Actions Kit",
"type": "module",
"author": {
Expand Down
7 changes: 7 additions & 0 deletions packages/builders/rspack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @actions-sdk/rspack-builder

## 0.2.7

### Patch Changes

- Updated dependencies [[`9ca4648`](https://github.com/luxass/actions-kit/commit/9ca4648bfb02d0a576e21bfb5b6f9e73bf613563)]:
- actions-kit@0.2.8

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/builders/rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions-sdk/rspack-builder",
"version": "0.2.6",
"version": "0.2.7",
"description": "Rspack builder for Actions Kit",
"type": "module",
"author": {
Expand Down
7 changes: 7 additions & 0 deletions packages/builders/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @actions-sdk/vite-builder

## 0.2.7

### Patch Changes

- Updated dependencies [[`9ca4648`](https://github.com/luxass/actions-kit/commit/9ca4648bfb02d0a576e21bfb5b6f9e73bf613563)]:
- actions-kit@0.2.8

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/builders/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions-sdk/vite-builder",
"version": "0.2.6",
"version": "0.2.7",
"description": "Vite builder for Actions Kit",
"type": "module",
"author": {
Expand Down
7 changes: 7 additions & 0 deletions packages/builders/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @actions-sdk/webpack-builder

## 0.2.7

### Patch Changes

- Updated dependencies [[`9ca4648`](https://github.com/luxass/actions-kit/commit/9ca4648bfb02d0a576e21bfb5b6f9e73bf613563)]:
- actions-kit@0.2.8

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/builders/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions-sdk/webpack-builder",
"version": "0.2.6",
"version": "0.2.7",
"description": "Webpack builder for Actions Kit",
"type": "module",
"author": {
Expand Down

0 comments on commit 3b4d141

Please sign in to comment.