Skip to content

Commit

Permalink
bump: v1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragxxd committed Nov 6, 2024
1 parent 97aab09 commit 1845262
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ jobs:
run: npm run build

- name: Publish beta to npm
run: npm run release -- --tag beta --force
run: npm run release -- --tag beta
60 changes: 56 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ecc-client-elixir-ro-crate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typescript": "*"
},
"dependencies": {
"@elixir-cloud/design": "^1.0.0",
"@elixir-cloud/design": "*",
"lit": "^3.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/ecc-client-ga4gh-tes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@elixir-cloud/tes",
"description": "Web Component for interacting with TES API",
"license": "Apache-2.0",
"version": "1.0.0",
"version": "v1.0.0-beta.2",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/ecc-client-ga4gh-wes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@elixir-cloud/wes",
"description": "Web Component for interactive with WES API",
"license": "Apache-2.0",
"version": "1.0.0",
"version": "v1.0.0-beta.2",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/ecc-utils-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@elixir-cloud/design",
"description": "Abstraction layer that provides utility components to manage the headless yet constitent design across ecc component",
"license": "Apache-2.0",
"version": "1.0.0",
"version": "v1.0.0-beta.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 1845262

Please sign in to comment.