Skip to content

Commit

Permalink
chore(main): release timecontrol 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 12, 2023
1 parent 9b946c4 commit 4e9cddc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"elements/layercontrol": "0.11.4",
"elements/map": "0.11.0",
"elements/stacinfo": "0.3.0",
"elements/timecontrol": "0.1.1",
"elements/timecontrol": "0.0.4",
"elements/jsonform": "0.2.0"
}
17 changes: 17 additions & 0 deletions elements/timecontrol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.0.4](https://github.com/EOX-A/EOxElements/compare/timecontrol-v0.1.1...timecontrol-v0.0.4) (2023-12-12)


### ⚠ BREAKING CHANGES

* introduce reactive properties ([#476](https://github.com/EOX-A/EOxElements/issues/476))

### Features

* Introduce reactive properties ([#476](https://github.com/EOX-A/EOxElements/issues/476)) ([96cf532](https://github.com/EOX-A/EOxElements/commit/96cf532c482e473438f3e8346775c65fa6859234))
* Time-aware slider ticks ([#186](https://github.com/EOX-A/EOxElements/issues/186)) ([8fa4067](https://github.com/EOX-A/EOxElements/commit/8fa4067d1cb1ec2902434068f4706b461dd2562c))


### Miscellaneous Chores

* Update readme ([b3e8c41](https://github.com/EOX-A/EOxElements/commit/b3e8c41a43f6fbddb3120abed933df6cf0d21f7c))

## [0.1.1](https://github.com/EOX-A/EOxElements/compare/timecontrol-v0.1.0...timecontrol-v0.1.1) (2023-12-07)


Expand Down
2 changes: 1 addition & 1 deletion elements/timecontrol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eox/timecontrol",
"version": "0.1.1",
"version": "0.0.4",
"type": "module",
"devDependencies": {
"@eox/eslint-config": "^1.0.0",
Expand Down

0 comments on commit 4e9cddc

Please sign in to comment.