Skip to content

Commit

Permalink
Merge pull request #10 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 fe93592 + 5ec2d00 commit bf6776a
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .changeset/stupid-cups-fix.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.11

### Patch Changes

- fe93592: Allowed using numbers in template expressions`

## 0.0.10

### 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.10",
"version": "0.0.11",
"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.11

### Patch Changes

- fe93592: Allowed using numbers in template expressions`

## 0.0.10

### 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.10",
"version": "0.0.11",
"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.11

### Patch Changes

- fe93592: Allowed using numbers in template expressions`

## 0.0.10

### 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.10",
"version": "0.0.11",
"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.11

### Patch Changes

- fe93592: Allowed using numbers in template expressions`
- Updated dependencies [fe93592]
- @yungezeit/eslint-base@0.0.11

## 0.0.10

### 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.10",
"version": "0.0.11",
"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.11

### Patch Changes

- fe93592: Allowed using numbers in template expressions`
- Updated dependencies [fe93592]
- @yungezeit/eslint-typescript@0.0.11

## 0.0.10

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

0 comments on commit bf6776a

Please sign in to comment.