Skip to content

Commit cf1c0cd

Browse files
committed
bump version
1 parent 9165a2a commit cf1c0cd

File tree

5 files changed

+10
-16
lines changed

5 files changed

+10
-16
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,9 @@ jobs:
3232

3333
- name: Publish @simplesteps/core
3434
run: npm publish --workspace packages/core --provenance --access public
35-
env:
36-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3735

3836
- name: Publish @simplesteps/local
3937
run: npm publish --workspace packages/local --provenance --access public
40-
env:
41-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4238

4339
- name: Publish @simplesteps/cdk
4440
run: npm publish --workspace packages/cdk --provenance --access public
45-
env:
46-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simplesteps/cdk",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "AWS CDK construct for SimpleSteps — compile TypeScript workflows into Step Functions state machines",
55
"keywords": ["aws", "cdk", "step-functions", "simplesteps", "construct", "infrastructure-as-code"],
66
"license": "MIT",
@@ -30,7 +30,7 @@
3030
"clean": "rm -rf dist"
3131
},
3232
"dependencies": {
33-
"@simplesteps/core": "0.1.1"
33+
"@simplesteps/core": "0.2.0"
3434
},
3535
"peerDependencies": {
3636
"aws-cdk-lib": "^2.0.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simplesteps/core",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "TypeScript-to-ASL compiler for AWS Step Functions",
55
"keywords": ["aws", "step-functions", "asl", "compiler", "typescript", "serverless", "state-machine"],
66
"license": "MIT",

packages/local/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simplesteps/local",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Local execution runtime for SimpleSteps — test AWS Step Functions workflows locally with mock services",
55
"keywords": ["aws", "step-functions", "asl", "local", "testing", "mock", "simplesteps"],
66
"license": "MIT",
@@ -34,7 +34,7 @@
3434
"clean": "rm -rf dist"
3535
},
3636
"dependencies": {
37-
"@simplesteps/core": "0.1.1",
37+
"@simplesteps/core": "0.2.0",
3838
"jsonata": "^2.0.5"
3939
},
4040
"peerDependencies": {

0 commit comments

Comments
 (0)