Skip to content

Commit

Permalink
Version Packages (#85)
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 Jun 28, 2023
1 parent 51662bd commit 3a0e77e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/olive-wolves-travel.md

This file was deleted.

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

## 1.8.6

### Patch Changes

- 51662bd: Fix for issue with computed properties not being implemented correctly.

## 1.8.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-codemod-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-codemod-utils",
"version": "1.8.5",
"version": "1.8.6",
"description": "A collection of AST helper functions for more complex ESLint rule fixes.",
"author": "Alex Hinds",
"source": "lib/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-plugin-codemod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# eslint-plugin-example

## 0.0.15

### Patch Changes

- Updated dependencies [51662bd]
- [email protected]

## 0.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-codemod",
"version": "0.0.14",
"version": "0.0.15",
"private": true,
"dependencies": {
"eslint": "^7.0.0",
Expand Down

0 comments on commit 3a0e77e

Please sign in to comment.