Skip to content

Commit

Permalink
Version Packages (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 9, 2024
1 parent a03a84b commit a67f38e
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 28 deletions.
16 changes: 0 additions & 16 deletions .changeset/spotty-roses-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-moose-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-mangos-fly.md

This file was deleted.

21 changes: 21 additions & 0 deletions packages/mapbox-gl-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# @watergis/mapbox-gl-export

## 3.0.0

### Major Changes

- a03a84b: This release has breaking changes.

- merged [mapbox-gl-export](https://github.com/watergis/mapbox-gl-export) repository to `maplibre-gl-export`.
- added Spanish language and Japanese language from `maplibre-gl-export`
- added `Filename` option from `maplibre-gl-export` to allow to change default file name from `map`.
- added `AllowedSizes` option from `maplibre-gl-export` to allow to set available file sizes.
- the URL of CDN script and css were changed. Use the below URLs for CDN.

```html
<link
href="https://www.unpkg.com/@watergis/mapbox-gl-export@latest/dist/mapbox-gl-export.css"
rel="stylesheet"
/>
<script src="https://www.unpkg.com/@watergis/mapbox-gl-export@latest/dist/maplibre-gl-export.umd.js"></script>
```
2 changes: 1 addition & 1 deletion packages/mapbox-gl-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@watergis/mapbox-gl-export",
"version": "2.0.2",
"version": "3.0.0",
"description": "This module adds control which can export PDF and images.",
"main": "dist/mapbox-gl-export.umd.js",
"types": "./dist/types/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/maplibre-gl-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @watergis/maplibre-gl-export

## 3.2.0

### Minor Changes

- a03a84b: feat: upgrade maplibre dependencies to v4

### Patch Changes

- a03a84b: feat: added `LETTER` page size (migrated it from `mapbox-gl-export`)

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/maplibre-gl-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@watergis/maplibre-gl-export",
"version": "3.1.1",
"version": "3.2.0",
"description": "This module adds control which can export PDF and images.",
"main": "dist/maplibre-gl-export.umd.js",
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit a67f38e

Please sign in to comment.