Skip to content

Commit 114b1cd

Browse files
authored
v1.1.0 (#78)
- Add `on` and `emit` event functions ([#62](#62)) - Add `connected` and `disconnected` lifecycle functions ([#60](#60)) - Process pending mutations ([#71](#71))
1 parent 9c0e232 commit 114b1cd

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.1.0] - 2025-10-25
11+
1012
### Added
1113

12-
- Add `on` and `emit` event functions
13-
- Add `connected` and `disconnected` lifecycle functions
14+
- Add `on` and `emit` event functions ([#62](https://github.com/Ambiki/impulse/pull/62))
15+
- Add `connected` and `disconnected` lifecycle functions ([#60](https://github.com/Ambiki/impulse/pull/60))
1416

1517
### Fixed
1618

17-
- Process pending mutations
19+
- Process pending mutations ([#71](https://github.com/Ambiki/impulse/pull/71))
1820

1921
## [1.0.2] - 2025-06-15
2022

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

108110
- Everything!
109111

110-
[unreleased]: https://github.com/Ambiki/impulse/compare/v1.0.2...HEAD
112+
[unreleased]: https://github.com/Ambiki/impulse/compare/v1.1.0...HEAD
113+
[1.1.0]: https://github.com/Ambiki/impulse/compare/v1.0.2...v1.1.0
111114
[1.0.2]: https://github.com/Ambiki/impulse/compare/v1.0.1...v1.0.2
112115
[1.0.1]: https://github.com/Ambiki/impulse/compare/v1.0.0...v1.0.1
113116
[1.0.0]: https://github.com/Ambiki/impulse/compare/v0.5.0-beta.1...v1.0.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": "1.0.2",
3+
"version": "1.1.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": "1.0.2",
12+
"@ambiki/impulse": "1.1.0",
1313
"vite": "^5.4.21"
1414
}
1515
}

0 commit comments

Comments
 (0)