Skip to content

Commit

Permalink
chore: release @intlify/eslint-plugin-vue-i18n (next) (#460)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 17, 2024
1 parent a488f15 commit a0739bb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
},
"changesets": [
"forty-tools-dream",
"fresh-squids-build",
"olive-chairs-invent",
"shiny-colts-search",
"ten-insects-deny"
]
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## 3.0.0-next.2

## 3.0.0-next.5

### Minor Changes

- [#463](https://github.com/intlify/eslint-plugin-vue-i18n/pull/463) [`a488f15`](https://github.com/intlify/eslint-plugin-vue-i18n/commit/a488f15f35190ea4803ba9716e6ffc207277d7d2) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add support for eslint v9

### Patch Changes

- [#459](https://github.com/intlify/eslint-plugin-vue-i18n/pull/459) [`8b3d347`](https://github.com/intlify/eslint-plugin-vue-i18n/commit/8b3d347e9e10b4cce0b8527675c230654d8e28bd) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency @eslint/eslintrc to v3

## 3.0.0-next.4

### Patch Changes
Expand Down
2 changes: 2 additions & 0 deletions lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import * as cacheLoader from './utils/cache-loader'
import * as casing from './utils/casing'
import * as collectKeys from './utils/collect-keys'
import * as collectLinkedKeys from './utils/collect-linked-keys'
import * as compat from './utils/compat'
import * as defaultTimeouts from './utils/default-timeouts'
import * as getCwd from './utils/get-cwd'
import * as globUtils from './utils/glob-utils'
Expand All @@ -23,6 +24,7 @@ export = {
casing,
'collect-keys': collectKeys,
'collect-linked-keys': collectLinkedKeys,
compat,
'default-timeouts': defaultTimeouts,
'get-cwd': getCwd,
'glob-utils': globUtils,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@intlify/eslint-plugin-vue-i18n",
"description": "ESLint plugin for Vue I18n",
"version": "3.0.0-next.4",
"version": "3.0.0-next.5",
"license": "MIT",
"homepage": "https://github.com/intlify/eslint-plugin-vue-i18n#readme",
"keywords": [
Expand Down

0 comments on commit a0739bb

Please sign in to comment.