Skip to content

Commit

Permalink
fix: v5.0.0 (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone authored Jun 21, 2024
1 parent 85ddf94 commit 906a677
Show file tree
Hide file tree
Showing 4 changed files with 443 additions and 719 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[jsonc]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Japanese messages for [React-admin](https://github.com/marmelab/react-admin).

## Installation

### version 4
### versions 4 or 5

```sh
npm install @bicstone/ra-language-japanese@latest
Expand All @@ -19,7 +19,7 @@ yarn add @bicstone/ra-language-japanese@latest
pnpm add @bicstone/ra-language-japanese@latest
```

### version 2 or 3
### versions 2 or 3

```sh
npm install @bicstone/ra-language-japanese@3
Expand All @@ -31,7 +31,7 @@ pnpm add @bicstone/ra-language-japanese@3

## Usage

### version 3 or 4
### versions 3 to 5

```jsx
import polyglotI18nProvider from "ra-i18n-polyglot";
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bicstone/ra-language-japanese",
"description": "Japanese messages for react-admin",
"version": "4.13.1-rc.2",
"version": "5.0.0",
"author": "Oishi Takanori",
"bugs": {
"url": "https://github.com/bicstone/ra-language-japanese/issues"
Expand All @@ -13,10 +13,10 @@
"ra-core": ">=4.0.0-alpha.2"
},
"devDependencies": {
"@biomejs/biome": "1.8.1",
"@biomejs/biome": "1.8.2",
"all-contributors-cli": "6.26.1",
"prettier": "3.3.2",
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"files": ["LICENSE", "*.md", "lib", "src"],
"homepage": "https://github.com/bicstone/ra-language-japanese/",
Expand Down
Loading

0 comments on commit 906a677

Please # to comment.