From 7a4c49004980d16a4e940bdfa1d7f1bdb80ea2db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Nov 2022 20:00:40 +0000 Subject: [PATCH] chore(master): release 3.0.0 --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 39 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a10ddb7..7362d6cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # Changelog +## 3.0.0 (2022-11-13) + + +### ⚠ BREAKING CHANGES + +* update mc version + +### Features + +* drop explorer 11 support ([71cc889](https://github.com/donkeyclip/motorcortex-ol/commit/71cc889d2bcc0f457204cdc99b554a504e530d53)) +* implementation with openlayer 6 ([5e022ed](https://github.com/donkeyclip/motorcortex-ol/commit/5e022ed9faa14adf239936fb7de3f43e0c44caa9)) +* update compatibility with motorcortex ([499e125](https://github.com/donkeyclip/motorcortex-ol/commit/499e125d67df309a789c2c1dadf63e440de13cab)) +* update mc version ([f70ac11](https://github.com/donkeyclip/motorcortex-ol/commit/f70ac1190b46baf94b6cd5efeba26721dda440d1)) +* update to ol 6.13.0 ([b0c0d62](https://github.com/donkeyclip/motorcortex-ol/commit/b0c0d6271b82b6234ade1f0458397d434d4b47aa)) +* updgrade to new mc version ([8c31c4f](https://github.com/donkeyclip/motorcortex-ol/commit/8c31c4f1f00e3ecfe951b151bda2f67b160a0120)) + + +### Bug Fixes + +* add json plugin to rollup ([14fc29c](https://github.com/donkeyclip/motorcortex-ol/commit/14fc29c6dfca7c134e2c0ab35a217de4d4aff543)) +* add version and name at index.js ([ba8d241](https://github.com/donkeyclip/motorcortex-ol/commit/ba8d24155a3a138ca15fbd69a7c0e904d1802c27)) +* change eslintingore ([117bf8a](https://github.com/donkeyclip/motorcortex-ol/commit/117bf8a9d4a70c1c0bf95fb22fac9ec71a6407f4)) +* change zoom to function and improve readme ([dcd8f11](https://github.com/donkeyclip/motorcortex-ol/commit/dcd8f11d48d549942daa4a1a6305b20cf06b590e)) +* fix eslint parser ([7d5e2e7](https://github.com/donkeyclip/motorcortex-ol/commit/7d5e2e799d9d933edea9676952955fa8249c220b)) +* move monorepo to devdeps ([ffce040](https://github.com/donkeyclip/motorcortex-ol/commit/ffce0409ac055fb6d3d024c1fc3ece8ba4a7c351)) +* preload more tiles for a smoother experience ([4dd5ce0](https://github.com/donkeyclip/motorcortex-ol/commit/4dd5ce0bade20c8abd7be42837f2e90c273fd09c)) +* remove ol easings ([f995e74](https://github.com/donkeyclip/motorcortex-ol/commit/f995e74ef48104a56f392e46224d244dcf3cd22e)) +* update mc and player ([c7878b3](https://github.com/donkeyclip/motorcortex-ol/commit/c7878b35c638a2e77f1e5b40c7afee2cc6343469)) +* upgrade mc to latest version ([e10d27c](https://github.com/donkeyclip/motorcortex-ol/commit/e10d27cc915438e1f06851507df52a0aaa236d73)) + + +### Miscellaneous Chores + +* release 2.0.7 ([d3ed8a3](https://github.com/donkeyclip/motorcortex-ol/commit/d3ed8a3153699d6d74a963dd750aa389e77c0a9b)) +* release 3.0.0 ([84b6bdf](https://github.com/donkeyclip/motorcortex-ol/commit/84b6bdfab44a14460a25c5a0129dfcaa03f3cc66)) + ## [3.1.0](https://github.com/donkeyclip/motorcortex-ol/compare/v3.0.1...v3.1.0) (2022-04-07) diff --git a/package-lock.json b/package-lock.json index 9a5f39b4..af9d9657 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@donkeyclip/motorcortex-ol", - "version": "3.1.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@donkeyclip/motorcortex-ol", - "version": "3.1.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "ol": "^6.13.0" diff --git a/package.json b/package.json index 8c511c64..499cdd33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@donkeyclip/motorcortex-ol", - "version": "3.1.0", + "version": "3.0.0", "description": "Openlayers library for MotorCortex", "main": "dist/motorcortex-ol.cjs.js", "module": "dist/motorcortex-ol.esm.js",