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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{".":"1.0.0"}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## 1.0.0 (2026-06-15)


### Features

* add optional description for each demo ([1226566](https://github.com/MapColonies/maps-playground/commit/12265660c7a3b3f71eb7ec46e241c9fb39fb7146))
* highlight active demo ([b535188](https://github.com/MapColonies/maps-playground/commit/b5351888bb70c5abb4add771d48fcabe8fb69193))
* replicate real mapcolonies flow ([933f138](https://github.com/MapColonies/maps-playground/commit/933f138b021c90c7ee9eb34ce769aefb6a1e82c0))


### Bug Fixes

* build issue ([ed25196](https://github.com/MapColonies/maps-playground/commit/ed25196ece4c2bd76b2fc0d66c057ce201b7f7e8))
* cesium examples use wrong attributes and types ([cd27b46](https://github.com/MapColonies/maps-playground/commit/cd27b469b493460fd36e3f1f0c5e2c596091ddfb))
* remove prerender ([2f98e21](https://github.com/MapColonies/maps-playground/commit/2f98e21b67f7b8bcd31e288cb1ff9751d744cb68))
* workflow issues ([8477914](https://github.com/MapColonies/maps-playground/commit/847791461518598c139c6e9de3b403cbec33e1ce))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maps-playground",
"version": "0.0.1",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
Loading