Skip to content

Commit

Permalink
Merge pull request #11 from yungezeit/changeset-release/main
Browse files Browse the repository at this point in the history
chore: version packages
  • Loading branch information
Dschungelabenteuer authored Sep 21, 2024
2 parents 06443e3 + d97f6b8 commit 88f0851
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .changeset/cuddly-impalas-lick.md

This file was deleted.

6 changes: 6 additions & 0 deletions presets/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @yungezeit/eslint-base

## 0.0.12

### Patch Changes

- 06443e3: Ignore rule `@typescript-eslint/consistent-type-definitions` for Vue projects as TypeScript-aware macros do not support interfaces.

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion presets/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yungezeit/eslint-base",
"version": "0.0.11",
"version": "0.0.12",
"description": "Personal base ESLint flat config",
"type": "module",
"author": "Charles Gruenais",
Expand Down
6 changes: 6 additions & 0 deletions presets/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @yungezeit/eslint-cypress

## 0.0.12

### Patch Changes

- 06443e3: Ignore rule `@typescript-eslint/consistent-type-definitions` for Vue projects as TypeScript-aware macros do not support interfaces.

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion presets/cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yungezeit/eslint-cypress",
"version": "0.0.11",
"version": "0.0.12",
"description": "Personal Cypress ESLint flat config",
"type": "module",
"author": "Charles Gruenais",
Expand Down
6 changes: 6 additions & 0 deletions presets/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @yungezeit/eslint-storybook

## 0.0.12

### Patch Changes

- 06443e3: Ignore rule `@typescript-eslint/consistent-type-definitions` for Vue projects as TypeScript-aware macros do not support interfaces.

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion presets/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yungezeit/eslint-storybook",
"version": "0.0.11",
"version": "0.0.12",
"description": "Personal Storybook ESLint flat config",
"type": "module",
"author": "Charles Gruenais",
Expand Down
8 changes: 8 additions & 0 deletions presets/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @yungezeit/eslint-typescript

## 0.0.12

### Patch Changes

- 06443e3: Ignore rule `@typescript-eslint/consistent-type-definitions` for Vue projects as TypeScript-aware macros do not support interfaces.
- Updated dependencies [06443e3]
- @yungezeit/eslint-base@0.0.12

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion presets/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yungezeit/eslint-typescript",
"version": "0.0.11",
"version": "0.0.12",
"description": "Personal TypeScript ESLint flat config",
"type": "module",
"author": "Charles Gruenais",
Expand Down
8 changes: 8 additions & 0 deletions presets/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @yungezeit/eslint-vue

## 0.0.12

### Patch Changes

- 06443e3: Ignore rule `@typescript-eslint/consistent-type-definitions` for Vue projects as TypeScript-aware macros do not support interfaces.
- Updated dependencies [06443e3]
- @yungezeit/eslint-typescript@0.0.12

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion presets/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yungezeit/eslint-vue",
"version": "0.0.11",
"version": "0.0.12",
"description": "Personal Vue ESLint flat config",
"type": "module",
"author": "Charles Gruenais",
Expand Down

0 comments on commit 88f0851

Please sign in to comment.