Skip to content

Commit e072d9d

Browse files
committed
Release 0.21.2
1 parent 40a6060 commit e072d9d

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414

1515
<!-- ## [Unreleased] -->
1616

17+
## [0.21.2] - 2025-10-02
18+
19+
### Fixed
20+
21+
- Only fire change event on non-programmatic changes
22+
23+
### Changed
24+
25+
- Make `tabchange` event bubble.
26+
1727
## [0.21.1] - 2025-09-26
1828

1929
### Fixed
@@ -1203,7 +1213,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12031213

12041214
- Initial release.
12051215

1206-
[unreleased]: https://github.com/google/playground-elements/compare/v0.21.1...HEAD
1216+
[unreleased]: https://github.com/google/playground-elements/compare/v0.21.2...HEAD
1217+
[0.21.2]: https://github.com/google/playground-elements/compare/v0.21.1...v0.21.2
12071218
[0.21.1]: https://github.com/google/playground-elements/compare/v0.21.0...v0.21.1
12081219
[0.21.0]: https://github.com/google/playground-elements/compare/v0.20.0...v0.21.0
12091220
[0.20.0]: https://github.com/google/playground-elements/compare/v0.19.1...v0.20.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground-elements",
3-
"version": "0.21.1",
3+
"version": "0.21.2",
44
"description": "Serverless coding environments for the web",
55
"homepage": "https://github.com/google/playground-elements#readme",
66
"repository": "github:google/playground-elements",

src/shared/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
// This file is automatically generated by scripts/update-version-module.js
1010
// before publishing.
11-
export const npmVersion = '0.21.1';
11+
export const npmVersion = '0.21.2';
1212
export const serviceWorkerHash = '09cd6a4e';

0 commit comments

Comments
 (0)