Skip to content

Commit

Permalink
chore: update versions (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 30, 2023
1 parent 4494eca commit 6995d14
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/serious-ants-switch.md

This file was deleted.

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

## 1.6.0

### Minor Changes

- 4494eca: pin dependencies

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@smartlook/eslint-config-base",
"description": "Smartlook ESLint base configuration",
"version": "1.5.1",
"version": "1.6.0",
"license": "MIT",
"main": "index.js",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint/eslint-config-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @smartlook/eslint-config-node

## 1.5.0

### Minor Changes

- 4494eca: pin dependencies

## 1.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/eslint-config-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@smartlook/eslint-config-node",
"description": "Smartlook ESLint configuration for Node.js",
"version": "1.4.1",
"version": "1.5.0",
"license": "MIT",
"main": "index.js",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint/eslint-config-prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @smartlook/eslint-config-prettier

## 1.5.0

### Minor Changes

- 4494eca: pin dependencies

## 1.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/eslint-config-prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@smartlook/eslint-config-prettier",
"description": "Smartlook ESLint configuration for Prettier",
"version": "1.4.1",
"version": "1.5.0",
"license": "MIT",
"main": "index.js",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @smartlook/eslint-config-typescript

## 1.6.0

### Minor Changes

- 4494eca: pin dependencies

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@smartlook/eslint-config-typescript",
"description": "Smartlook ESLint configuration for TypeScript",
"version": "1.5.1",
"version": "1.6.0",
"license": "MIT",
"main": "index.js",
"publishConfig": {
Expand Down

0 comments on commit 6995d14

Please sign in to comment.