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
19 changes: 0 additions & 19 deletions .changeset/mit-license.md

This file was deleted.

15 changes: 15 additions & 0 deletions apps/showcase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @mapsight/showcase

## 0.1.3

### Patch Changes

- 01bb11d: Declare MIT license in package manifests.
- Updated dependencies [01bb11d]
- @mapsight/core@14.4.2
- @mapsight/count-aggregator-api@1.2.1
- @mapsight/count-aggregator-ui@2.0.2
- @mapsight/lib-js@3.0.5
- @mapsight/lib-ol@4.2.1
- @mapsight/lib-redux@2.2.2
- @mapsight/traffic-style@5.3.2
- @mapsight/ui@7.3.2

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapsight/showcase",
"description": "Mapsight ecosystem showcase — UI demo, icon catalog, and package overview",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"type": "module",
"dependencies": {
Expand Down
12 changes: 12 additions & 0 deletions apps/vector-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @mapsight/vector-editor

## 1.2.3

### Patch Changes

- 01bb11d: Declare MIT license in package manifests.
- Updated dependencies [01bb11d]
- @mapsight/core@14.4.2
- @mapsight/lib-js@3.0.5
- @mapsight/lib-ol@4.2.1
- @mapsight/lib-redux@2.2.2
- @mapsight/traffic-style@5.3.2

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/vector-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapsight/vector-editor",
"description": "Mapsight Vector Editor",
"version": "1.2.2",
"version": "1.2.3",
"private": true,
"type": "module",
"dependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @mapsight/core

## 14.4.2

### Patch Changes

- 01bb11d: Declare MIT license in package manifests.
- Updated dependencies [01bb11d]
- @mapsight/lib-js@3.0.5
- @mapsight/lib-ol@4.2.1
- @mapsight/lib-redux@2.2.2

## 14.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapsight/core",
"description": "Mapsight Core",
"version": "14.4.1",
"version": "14.4.2",
"type": "module",
"dependencies": {
"@mapsight/lib-js": "workspace:^",
Expand Down
6 changes: 6 additions & 0 deletions packages/count-aggregator-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mapsight/count-aggregator-api

## 1.2.1

### Patch Changes

- 01bb11d: Declare MIT license in package manifests.

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/count-aggregator-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapsight/count-aggregator-api",
"description": "OpenAPI contract, Zod schemas, and typed client for Mapsight count aggregator",
"version": "1.2.0",
"version": "1.2.1",
"type": "module",
"dependencies": {
"zod": "catalog:"
Expand Down
9 changes: 9 additions & 0 deletions packages/count-aggregator-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @mapsight/count-aggregator-ui

## 2.0.2

### Patch Changes

- 01bb11d: Declare MIT license in package manifests.
- Updated dependencies [01bb11d]
- @mapsight/count-aggregator-api@1.2.1
- @mapsight/ui@7.3.2

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/count-aggregator-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapsight/count-aggregator-ui",
"description": "React chart and wizard UI for Mapsight count aggregator applications",
"version": "2.0.1",
"version": "2.0.2",
"type": "module",
"dependencies": {
"@mapsight/count-aggregator-api": "workspace:^",
Expand Down
6 changes: 6 additions & 0 deletions packages/lib-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mapsight/lib-js

## 3.0.5

### Patch Changes

- 01bb11d: Declare MIT license in package manifests.

## 3.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapsight/lib-js",
"description": "Mapsight JS Library",
"version": "3.0.4",
"version": "3.0.5",
"type": "module",
"devDependencies": {
"@changesets/cli": "^2.31.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/lib-ol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mapsight/lib-ol

## 4.2.1

### Patch Changes

- 01bb11d: Declare MIT license in package manifests.
- Updated dependencies [01bb11d]
- @mapsight/lib-js@3.0.5

## 4.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-ol/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapsight/lib-ol",
"description": "Mapsight OpenLayers Library",
"version": "4.2.0",
"version": "4.2.1",
"type": "module",
"dependencies": {
"@mapsight/lib-js": "workspace:^",
Expand Down
8 changes: 8 additions & 0 deletions packages/lib-redux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mapsight/lib-redux

## 2.2.2

### Patch Changes

- 01bb11d: Declare MIT license in package manifests.
- Updated dependencies [01bb11d]
- @mapsight/lib-js@3.0.5

## 2.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapsight/lib-redux",
"description": "Mapsight Redux Library",
"version": "2.2.1",
"version": "2.2.2",
"type": "module",
"dependencies": {
"@mapsight/lib-js": "workspace:^",
Expand Down
8 changes: 8 additions & 0 deletions packages/traffic-style/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mapsight/traffic-style

## 5.3.2

### Patch Changes

- 01bb11d: Declare MIT license in package manifests.
- Updated dependencies [01bb11d]
- @mapsight/lib-ol@4.2.1

## 5.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/traffic-style/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapsight/traffic-style",
"description": "Mapsight Traffic Style",
"version": "5.3.1",
"version": "5.3.2",
"type": "module",
"bin": {
"traffic-composable-icons": "scripts/traffic-composable-icons.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @mapsight/ui

## 7.3.2

### Patch Changes

- 01bb11d: Declare MIT license in package manifests.
- Updated dependencies [01bb11d]
- @mapsight/core@14.4.2
- @mapsight/lib-js@3.0.5
- @mapsight/lib-ol@4.2.1
- @mapsight/lib-redux@2.2.2
- @mapsight/traffic-style@5.3.2

## 7.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapsight/ui",
"description": "Mapsight UI for map based web applications using React and Redux",
"version": "7.3.1",
"version": "7.3.2",
"type": "module",
"dependencies": {
"@mapsight/core": "workspace:^",
Expand Down
10 changes: 10 additions & 0 deletions packages/vector-style-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @mapsight/vector-style-compiler

## 12.1.1

### Patch Changes

- 01bb11d: Declare MIT license in package manifests.
- Updated dependencies [01bb11d]
- @mapsight/core@14.4.2
- @mapsight/lib-js@3.0.5
- @mapsight/lib-ol@4.2.1

## 12.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vector-style-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapsight/vector-style-compiler",
"description": "Mapsight Vector Style Compiler",
"version": "12.1.0",
"version": "12.1.1",
"type": "module",
"bin": {
"vector-style-compiler": "./bin/vector-style-compiler.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/vite-host-embed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mapsight/vite-host-embed

## 1.1.2

### Patch Changes

- 01bb11d: Declare MIT license in package manifests.

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-host-embed/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapsight/vite-host-embed",
"description": "Vite plugin for Mapsight host embed static asset builds",
"version": "1.1.1",
"version": "1.1.2",
"type": "module",
"dependencies": {},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions starters/mapsight-host-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# mapsight-host-starter

## 0.1.2

### Patch Changes

- 01bb11d: Declare MIT license in package manifests.
- Updated dependencies [01bb11d]
- @mapsight/lib-js@3.0.5
- @mapsight/lib-ol@4.2.1
- @mapsight/traffic-style@5.3.2
- @mapsight/ui@7.3.2
- @mapsight/vite-host-embed@1.1.2

## 0.1.1

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions starters/mapsight-host-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "mapsight-host-starter",
"description": "Minimal host embed template — Vite lib mode + browserEmbed (copy into your host repo)",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"type": "module",
"dependencies": {
"@mapsight/lib-js": "^3.0.4",
"@mapsight/lib-ol": "^4.2.0",
"@mapsight/traffic-style": "^5.3.1",
"@mapsight/ui": "^7.3.1",
"@mapsight/vite-host-embed": "^1.1.1",
"@mapsight/lib-js": "^3.0.5",
"@mapsight/lib-ol": "^4.2.1",
"@mapsight/traffic-style": "^5.3.2",
"@mapsight/ui": "^7.3.2",
"@mapsight/vite-host-embed": "^1.1.2",
"breakpoint-sass": "^3.0.0",
"hint.css": "^3.0.0",
"ol": "^10.9.0",
Expand All @@ -18,7 +18,7 @@
"zod": "^4.4.3"
},
"devDependencies": {
"@mapsight/vector-style-compiler": "^12.1.0",
"@mapsight/vector-style-compiler": "^12.1.1",
"@types/node": "^24.13.2",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
Expand Down
11 changes: 11 additions & 0 deletions starters/mapsight-next-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# mapsight-next-starter

## 0.1.2

### Patch Changes

- 01bb11d: Declare MIT license in package manifests.
- Updated dependencies [01bb11d]
- @mapsight/lib-js@3.0.5
- @mapsight/lib-ol@4.2.1
- @mapsight/traffic-style@5.3.2
- @mapsight/ui@7.3.2

## 0.1.1

### Patch Changes
Expand Down
Loading
Loading