From 20b3015d3660886d6ed5f6be477e29d523eca23e Mon Sep 17 00:00:00 2001 From: Aki Kusanagi Date: Tue, 23 Nov 2021 16:39:05 +0800 Subject: [PATCH] Bump version to 3.0.0 --- README.md | 2 +- data/railways.json | 2 +- docs/ja/user-guide/supported-browsers.md | 2 +- package.json | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 85af766d..f483d1a2 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Korean | Yes | Yes | Yes | - Thai | Yes | - | - | - Nepali | Yes | - | - | - -If you want to contribute, please start with translating the UI messages in the `dictionary-.json` file in the [`data`](https://github.com/nagix/mini-tokyo-3d/tree/master/data) directory. Then, if you have extra energy, add the title of each item in your language to [`airports.json`](https://github.com/nagix/mini-tokyo-3d/blob/master/data/airports.json), [`flight-statuses.json`](https://github.com/nagix/mini-tokyo-3d/blob/master/data/flight-statuses.json), [`operators.json`](https://github.com/nagix/mini-tokyo-3d/blob/master/data/operators.json), [`rail-directions.json`](https://github.com/nagix/mini-tokyo-3d/blob/master/data/rail-directions.json), [`railways.json`](https://github.com/nagix/mini-tokyo-3d/blob/master/data/railways.json), [`stations.json`](https://github.com/nagix/mini-tokyo-3d/blob/master/data/stations.json), [`train-types.json`](https://github.com/nagix/mini-tokyo-3d/blob/master/data/train-types.json) in the [`data`](https://github.com/nagix/mini-tokyo-3d/tree/master/data) directory. +If you want to contribute, please start with translating the UI messages in the `dictionary-.json` file in the [`data`](https://github.com/nagix/mini-tokyo-3d/tree/master/data) directory. Then, if you have extra energy, add the title of each item in your language to [`airports.json`](https://github.com/nagix/mini-tokyo-3d/blob/master/data/airports.json), [`flight-statuses.json`](https://github.com/nagix/mini-tokyo-3d/blob/master/data/flight-statuses.json), [`operators.json`](https://github.com/nagix/mini-tokyo-3d/blob/master/data/operators.json), [`poi.json`](https://github.com/nagix/mini-tokyo-3d/blob/master/data/poi.json), [`rail-directions.json`](https://github.com/nagix/mini-tokyo-3d/blob/master/data/rail-directions.json), [`railways.json`](https://github.com/nagix/mini-tokyo-3d/blob/master/data/railways.json), [`stations.json`](https://github.com/nagix/mini-tokyo-3d/blob/master/data/stations.json), [`train-types.json`](https://github.com/nagix/mini-tokyo-3d/blob/master/data/train-types.json) in the [`data`](https://github.com/nagix/mini-tokyo-3d/tree/master/data) directory. ## About Data diff --git a/data/railways.json b/data/railways.json index 5e6fc2ba..cd36275f 100644 --- a/data/railways.json +++ b/data/railways.json @@ -1882,7 +1882,7 @@ }, { "id": "ShonanMonorail.Enoshima", "title": { - "ja": "江ノ島線", + "ja": "江の島線", "en": "Enoshima Line", "ko": "에노시마 선", "zh-Hans": "江之岛线", diff --git a/docs/ja/user-guide/supported-browsers.md b/docs/ja/user-guide/supported-browsers.md index 5d4d34f5..7f27fc68 100644 --- a/docs/ja/user-guide/supported-browsers.md +++ b/docs/ja/user-guide/supported-browsers.md @@ -2,7 +2,7 @@ 次のブラウザで動作を確認しています。推奨は Chrome です。Internet Explorer には非対応です。 -- Chrome 95 (Mac OS, Windows, iOS, Android) +- Chrome 96 (Mac OS, Windows, iOS, Android) - FireFox 94 (Mac OS, Windows, iOS) - Safari 14 (Mac OS, iOS) - Edge 95 (Mac OS, Windows, iOS) diff --git a/package.json b/package.json index 4e818cb9..4e71e7af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mini-tokyo-3d", - "version": "3.0.0-rc.1", + "version": "3.0.0", "description": "A real-time 3D digital map of Tokyo's public transport system", "main": "dist/mini-tokyo-3d.js", "module": "dist/mini-tokyo-3d.esm.js", @@ -33,7 +33,7 @@ "mapbox-gl-animated-popup": "^0.2.1", "pako": "^1.0.11", "suncalc": "^1.8.0", - "swiper": "^7.2.0", + "swiper": "^7.3.0", "three": "^0.134.0" }, "devDependencies": { @@ -43,7 +43,7 @@ "@rollup/plugin-replace": "^3.0.0", "@rollup/plugin-strip": "^2.1.0", "@vuepress/plugin-google-analytics": "1.8.2", - "eslint": "^8.2.0", + "eslint": "^8.3.0", "eslint-config-mourner": "^3.0.0", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsdoc": "^37.0.3", @@ -52,8 +52,8 @@ "postcss": "^8.3.11", "postcss-import": "^14.0.2", "postcss-inline-svg": "^5.0.0", - "rollup": "^2.60.0", - "rollup-plugin-postcss": "^4.0.1", + "rollup": "^2.60.1", + "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-terser": "^7.0.2", "vuepress": "^1.8.2", "vuepress-plugin-flexsearch": "^0.3.0"