Skip to content

Commit 7d94a02

Browse files
chore(release): 0.0.32
1 parent c76a3d2 commit 7d94a02

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## 0.0.32 (2025-09-11)
6+
57
## 0.0.31 (2025-09-09)
68

79

charts/crossplane-function-js/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: crossplane-function-js
33
description: A Helm chart for Crossplane Function JS with Crossplane v2 compatibility
44
type: application
5-
version: 0.0.31
6-
appVersion: 0.0.31
5+
version: 0.0.32
6+
appVersion: 0.0.32

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crossplane-js/dev",
3-
"version": "0.0.31",
3+
"version": "0.0.32",
44
"description": "Development tooling for Crossplane XFuncJS",
55
"license": "MIT",
66
"packageManager": "yarn@4.8.1",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crossplane-js/cli",
3-
"version": "0.0.31",
3+
"version": "0.0.32",
44
"description": "Command-line interface for Crossplane XFuncJS",
55
"license": "MIT",
66
"type": "module",

packages/libs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crossplane-js/libs",
3-
"version": "0.0.31",
3+
"version": "0.0.32",
44
"description": "Shared libraries for Crossplane XFuncJS",
55
"type": "module",
66
"main": "index.ts",

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crossplane-js/sdk",
3-
"version": "0.0.31",
3+
"version": "0.0.32",
44
"packageManager": "yarn@4.8.1",
55
"type": "module",
66
"main": "index.ts",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crossplane-js/server",
3-
"version": "0.0.31",
3+
"version": "0.0.32",
44
"description": "Crossplane XFuncJS server for executing code from compositions",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)