Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nagix committed Nov 23, 2021
1 parent a566aa9 commit 20b3015
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-<ISO 639-1 code>.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-<ISO 639-1 code>.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

Expand Down
2 changes: 1 addition & 1 deletion data/railways.json
Original file line number Diff line number Diff line change
Expand Up @@ -1882,7 +1882,7 @@
}, {
"id": "ShonanMonorail.Enoshima",
"title": {
"ja": "江ノ島線",
"ja": "江の島線",
"en": "Enoshima Line",
"ko": "에노시마 선",
"zh-Hans": "江之岛线",
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/user-guide/supported-browsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand All @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 20b3015

Please sign in to comment.