Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2024-11-28

### Fixed

- Set muliple targets as `[]` and single target as `null` if they cannot be found
- Set multiple targets as `[]` and single targets as `null` if they cannot be found ([#47](https://github.com/Ambiki/impulse/pull/47))

## [0.5.0-beta.2] - 2024-08-26

Expand All @@ -20,10 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Optimize event listeners so that only the added/removed actions are processed ([#41](https://github.com/Ambiki/impulse/pull/41))

### Fixed

- Fixed `ElementObserver` types
- Fixed `ElementObserver` types ([#39](https://github.com/Ambiki/impulse/pull/39))

## [0.5.0-beta.1] - 2024-08-24

Expand Down Expand Up @@ -87,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Everything!

[unreleased]: https://github.com/Ambiki/impulse/compare/v0.5.0-beta.2...HEAD
[unreleased]: https://github.com/Ambiki/impulse/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/Ambiki/impulse/compare/v0.5.0-beta.1...v1.0.0
[0.5.0-beta.2]: https://github.com/Ambiki/impulse/compare/v0.5.0-beta.1...v0.5.0-beta.2
[0.5.0-beta.1]: https://github.com/Ambiki/impulse/compare/v0.4.0...v0.5.0-beta.1
[0.4.0]: https://github.com/Ambiki/impulse/compare/v0.3.0...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ambiki/impulse",
"version": "0.5.0-beta.2",
"version": "1.0.0",
"description": "A JavaScript framework that leverages the Web Components API.",
"author": "Ambitious Idea Labs <info@ambiki.com> (https://ambiki.com/)",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"@ambiki/impulse": "0.5.0-beta.2",
"@ambiki/impulse": "1.0.0",
"vite": "^4.5.3"
}
}