Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragxxd committed Jan 25, 2025
1 parent 94c2702 commit 587f721
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

tests:
name: Test checks
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

steps:
- name: Check out code
Expand Down
1 change: 1 addition & 0 deletions apps/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "ecc-docs",
"private": true,
"description": "ECC Cloud Component documentation",
"scripts": {
"dev": "next dev",
Expand Down
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": "1.0.1",
"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": "1.0.1",
"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": "1.0.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 587f721

Please sign in to comment.