Skip to content

Commit

Permalink
Merge pull request #7 from yungezeit/changeset-release/main
Browse files Browse the repository at this point in the history
chore: version packages
  • Loading branch information
Dschungelabenteuer authored Aug 13, 2024
2 parents 68574fb + 8e860fe commit abb2f51
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .changeset/gorgeous-pots-heal.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.8

### Patch Changes

- 68574fb: Made linter a bit more indulgent in test files

## 0.0.7

### 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.7",
"version": "0.0.8",
"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.8

### Patch Changes

- 68574fb: Made linter a bit more indulgent in test files

## 0.0.7

### 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.7",
"version": "0.0.8",
"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.8

### Patch Changes

- 68574fb: Made linter a bit more indulgent in test files

## 0.0.7

### 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.7",
"version": "0.0.8",
"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.8

### Patch Changes

- 68574fb: Made linter a bit more indulgent in test files
- Updated dependencies [68574fb]
- @yungezeit/eslint-base@0.0.8

## 0.0.7

### 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.7",
"version": "0.0.8",
"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.8

### Patch Changes

- 68574fb: Made linter a bit more indulgent in test files
- Updated dependencies [68574fb]
- @yungezeit/eslint-typescript@0.0.8

## 0.0.7

### 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.7",
"version": "0.0.8",
"description": "Personal Vue ESLint flat config",
"type": "module",
"author": "Charles Gruenais",
Expand Down

0 comments on commit abb2f51

Please sign in to comment.