Skip to content

Commit 225044d

Browse files
Unify versions for beta (#134)
* Unify versions for beta * Fix formatting
1 parent 5d95701 commit 225044d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/cre-http-trigger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chainlink/cre-http-trigger",
33
"private": true,
4-
"version": "0.0.8-alpha",
4+
"version": "1.0.0-beta.0",
55
"type": "module",
66
"main": "src/index.ts",
77
"author": "Ernest Nowacki",

packages/cre-sdk-examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chainlink/cre-sdk-examples",
33
"private": true,
4-
"version": "0.0.10-alpha",
4+
"version": "1.0.0-beta.0",
55
"type": "module",
66
"author": "Ernest Nowacki",
77
"license": "BUSL-1.1",

packages/cre-sdk-javy-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/cre-sdk-javy-plugin",
3-
"version": "0.0.7-alpha",
3+
"version": "1.0.0-beta.0",
44
"type": "module",
55
"bin": {
66
"cre-setup": "bin/setup.ts",

packages/cre-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/cre-sdk",
3-
"version": "0.0.10-alpha",
3+
"version": "1.0.0-beta.0",
44
"type": "module",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)