Skip to content

Commit 587f721

Browse files
committed
fix: version
1 parent 94c2702 commit 587f721

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
tests:
4545
name: Test checks
46-
runs-on: ubuntu-24.04
46+
runs-on: ubuntu-22.04
4747

4848
steps:
4949
- name: Check out code

apps/documentation/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "ecc-docs",
3+
"private": true,
34
"description": "ECC Cloud Component documentation",
45
"scripts": {
56
"dev": "next dev",

packages/ecc-client-ga4gh-tes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@elixir-cloud/tes",
33
"description": "Web Component for interacting with TES API",
44
"license": "Apache-2.0",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"type": "module",
77
"main": "./dist/index.js",
88
"module": "./dist/index.mjs",

packages/ecc-client-ga4gh-wes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@elixir-cloud/wes",
33
"description": "Web Component for interactive with WES API",
44
"license": "Apache-2.0",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"type": "module",
77
"main": "./dist/index.js",
88
"module": "./dist/index.mjs",

packages/ecc-utils-design/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@elixir-cloud/design",
33
"description": "Abstraction layer that provides utility components to manage the headless yet constitent design across ecc component",
44
"license": "Apache-2.0",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"main": "./dist/index.js",
77
"module": "./dist/index.mjs",
88
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)