Skip to content

Commit

Permalink
chore: 1.0.0 release notes (#332)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 17, 2024
1 parent cc6284d commit d008b79
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/real-beds-design.md

This file was deleted.

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": "^0.1.1",
"@elixir-cloud/design": "^1.0.0",
"lit": "^3.2.0"
}
}
12 changes: 12 additions & 0 deletions packages/ecc-client-ga4gh-tes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @elixir-cloud/tes

## 1.0.0

### Major Changes

- a137eb4: - Introducing CSS Variables
- Completed WES/TES integration with Design Package.

### Patch Changes

- Updated dependencies [a137eb4]
- @elixir-cloud/design@1.0.0

## 0.1.1

### Patch Changes
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": "0.1.1",
"version": "1.0.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/ecc-client-ga4gh-wes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @elixir-cloud/wes

## 1.0.0

### Major Changes

- a137eb4: - Introducing CSS Variables
- Completed WES/TES integration with Design Package.

### Patch Changes

- Updated dependencies [a137eb4]
- @elixir-cloud/design@1.0.0

## 0.1.1

### Patch Changes
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": "0.1.1",
"version": "1.0.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/ecc-utils-design/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @elixir-cloud/design

## 1.0.0

### Major Changes

- a137eb4: - Introducing CSS Variables
- Completed WES/TES integration with Design Package.

## 0.1.1

### Patch Changes
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": "0.1.1",
"version": "1.0.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit d008b79

Please sign in to comment.