Skip to content

Commit a94bf0a

Browse files
chore(release): 0.0.33
1 parent b197c4e commit a94bf0a

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.33 (2025-09-11)
6+
7+
8+
### Bug Fixes
9+
10+
* replace nix by devbox ([b197c4e](https://github.com/SocialGouv/crossplane-function-js/commit/b197c4e90d54206fcc397dd2a4cd66218c15c9b8))
11+
512
## 0.0.32 (2025-09-11)
613

714
## 0.0.31 (2025-09-09)

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.32
6-
appVersion: 0.0.32
5+
version: 0.0.33
6+
appVersion: 0.0.33

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.32",
3+
"version": "0.0.33",
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.32",
3+
"version": "0.0.33",
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.32",
3+
"version": "0.0.33",
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.32",
3+
"version": "0.0.33",
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.32",
3+
"version": "0.0.33",
44
"description": "Crossplane XFuncJS server for executing code from compositions",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)