Skip to content

chore: release @intlify/eslint-plugin-svelte #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/moody-adults-camp.md

This file was deleted.

17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,31 @@
## 0.3.0

### Minor Changes

- [#9](https://github.com/intlify/eslint-plugin-svelte/pull/9) [`a311f0e`](https://github.com/intlify/eslint-plugin-svelte/commit/a311f0e37616823655a110972ea6978104d0df9e) Thanks [@ccdexcom](https://github.com/ccdexcom)! - Apply rule against root-level strings

## v0.1.1 (2021-12-09)

#### :bug: Bug Fixes
* [#6](https://github.com/intlify/eslint-plugin-svelte/pull/6) Update parser

- [#6](https://github.com/intlify/eslint-plugin-svelte/pull/6) Update parser

## v0.1.0 (2021-11-30)

#### :star: Features
* [#4](https://github.com/intlify/eslint-plugin-svelte/pull/4) Add `attributes` option to `no-raw-text` rule ([@ota-meshi](https://github.com/ota-meshi))

- [#4](https://github.com/intlify/eslint-plugin-svelte/pull/4) Add `attributes` option to `no-raw-text` rule ([@ota-meshi](https://github.com/ota-meshi))

#### Committers: 1
- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))

- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))

## v0.0.2 (2021-08-19)

#### :star: Features
* [#2](https://github.com/intlify/eslint-plugin-svelte/pull/2) Add support for eslint v8 ([@ota-meshi](https://github.com/ota-meshi))

- [#2](https://github.com/intlify/eslint-plugin-svelte/pull/2) Add support for eslint v8 ([@ota-meshi](https://github.com/ota-meshi))

#### Committers: 1
- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))

- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))
2 changes: 1 addition & 1 deletion lib/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
* in order to update its content execute "pnpm run update"
*/
export const name = '@intlify/eslint-plugin-svelte' as const
export const version = '0.2.0' as const
export const version = '0.3.0' as const
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-svelte",
"description": "ESLint plugin for internationalization with Svelte",
"version": "0.2.0",
"version": "0.3.0",
"publishConfig": {
"access": "public"
},
Expand Down