Skip to content

Commit ce5acc1

Browse files
authored
v1.0.0 (#48)
1 parent 27bd4f1 commit ce5acc1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2024-11-28
11+
1012
### Fixed
1113

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

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

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

2224
- Optimize event listeners so that only the added/removed actions are processed ([#41](https://github.com/Ambiki/impulse/pull/41))
23-
24-
### Fixed
25-
26-
- Fixed `ElementObserver` types
25+
- Fixed `ElementObserver` types ([#39](https://github.com/Ambiki/impulse/pull/39))
2726

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

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

8887
- Everything!
8988

90-
[unreleased]: https://github.com/Ambiki/impulse/compare/v0.5.0-beta.2...HEAD
89+
[unreleased]: https://github.com/Ambiki/impulse/compare/v1.0.0...HEAD
90+
[1.0.0]: https://github.com/Ambiki/impulse/compare/v0.5.0-beta.1...v1.0.0
9191
[0.5.0-beta.2]: https://github.com/Ambiki/impulse/compare/v0.5.0-beta.1...v0.5.0-beta.2
9292
[0.5.0-beta.1]: https://github.com/Ambiki/impulse/compare/v0.4.0...v0.5.0-beta.1
9393
[0.4.0]: https://github.com/Ambiki/impulse/compare/v0.3.0...v0.4.0

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ambiki/impulse",
3-
"version": "0.5.0-beta.2",
3+
"version": "1.0.0",
44
"description": "A JavaScript framework that leverages the Web Components API.",
55
"author": "Ambitious Idea Labs <info@ambiki.com> (https://ambiki.com/)",
66
"contributors": [

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"@ambiki/impulse": "0.5.0-beta.2",
12+
"@ambiki/impulse": "1.0.0",
1313
"vite": "^4.5.3"
1414
}
1515
}

0 commit comments

Comments
 (0)