Skip to content

Commit bbe0d7a

Browse files
chore(release): 0.0.2
1 parent 0dd64b5 commit bbe0d7a

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
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.
4+
5+
## 0.0.2 (2025-04-01)

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.1",
3+
"version": "0.0.2",
44
"description": "Development tooling for Crossplane XFuncJS",
55
"license": "MIT",
66
"packageManager": "yarn@4.7.0",

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.1",
3+
"version": "0.0.2",
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.1",
3+
"version": "0.0.2",
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.1",
3+
"version": "0.0.2",
44
"main": "index.ts",
55
"packageManager": "yarn@4.7.0",
66
"scripts": {

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

0 commit comments

Comments
 (0)