Skip to content

Commit

Permalink
chore(master): release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 13, 2022
1 parent 09e91d4 commit 7a4c490
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
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": "@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",
Expand Down

0 comments on commit 7a4c490

Please sign in to comment.