Skip to content

Commit

Permalink
chore: update versions (#61)
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 May 9, 2022
1 parent 1dcfcde commit 7dd517f
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 70 deletions.
9 changes: 0 additions & 9 deletions .changeset/three-pears-trade.md

This file was deleted.

20 changes: 8 additions & 12 deletions packages/eslint/eslint-config-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,26 @@
# Change Log

## 1.4.0

### Minor Changes

- d1906ef: fix missing peer dependencies

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/smartlook/code-quality/compare/@smartlook/eslint-config-base@1.2.0...@smartlook/eslint-config-base@1.3.0) (2022-01-25)

**Note:** Version bump only for package @smartlook/eslint-config-base





# [1.2.0](https://github.com/smartlook/code-quality/compare/@smartlook/eslint-config-base@1.1.0...@smartlook/eslint-config-base@1.2.0) (2022-01-06)


### Features

* migrate rules from sl-backend ([241aa21](https://github.com/smartlook/code-quality/commit/241aa215731f3da6e30461d8cf9a0ff61a2623e1))




- migrate rules from sl-backend ([241aa21](https://github.com/smartlook/code-quality/commit/241aa215731f3da6e30461d8cf9a0ff61a2623e1))

# 1.1.0 (2021-12-26)


### Features

* add configuration files ([e46d405](https://github.com/smartlook/code-quality/commit/e46d4050b52796b84c7f00bf92cb75025ab7d24d))
- add configuration files ([e46d405](https://github.com/smartlook/code-quality/commit/e46d4050b52796b84c7f00bf92cb75025ab7d24d))
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.3.0",
"version": "1.4.0",
"license": "MIT",
"main": "index.js",
"publishConfig": {
Expand Down
20 changes: 8 additions & 12 deletions packages/eslint/eslint-config-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,26 @@
# Change Log

## 1.4.0

### Minor Changes

- d1906ef: fix missing peer dependencies

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/smartlook/code-quality/compare/@smartlook/eslint-config-node@1.2.0...@smartlook/eslint-config-node@1.3.0) (2022-01-25)

**Note:** Version bump only for package @smartlook/eslint-config-node





# [1.2.0](https://github.com/smartlook/code-quality/compare/@smartlook/eslint-config-node@1.1.0...@smartlook/eslint-config-node@1.2.0) (2022-01-06)


### Features

* migrate rules from sl-backend ([241aa21](https://github.com/smartlook/code-quality/commit/241aa215731f3da6e30461d8cf9a0ff61a2623e1))




- migrate rules from sl-backend ([241aa21](https://github.com/smartlook/code-quality/commit/241aa215731f3da6e30461d8cf9a0ff61a2623e1))

# 1.1.0 (2021-12-26)


### Features

* add configuration files ([e46d405](https://github.com/smartlook/code-quality/commit/e46d4050b52796b84c7f00bf92cb75025ab7d24d))
- add configuration files ([e46d405](https://github.com/smartlook/code-quality/commit/e46d4050b52796b84c7f00bf92cb75025ab7d24d))
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.3.0",
"version": "1.4.0",
"license": "MIT",
"main": "index.js",
"publishConfig": {
Expand Down
17 changes: 7 additions & 10 deletions packages/eslint/eslint-config-prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
# Change Log

## 1.4.0

### Minor Changes

- d1906ef: fix missing peer dependencies

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/smartlook/code-quality/compare/@smartlook/eslint-config-prettier@1.1.1...@smartlook/eslint-config-prettier@1.3.0) (2022-01-25)

**Note:** Version bump only for package @smartlook/eslint-config-prettier





## [1.1.1](https://github.com/smartlook/code-quality/compare/@smartlook/eslint-config-prettier@1.1.0...@smartlook/eslint-config-prettier@1.1.1) (2022-01-06)

**Note:** Version bump only for package @smartlook/eslint-config-prettier





# 1.1.0 (2021-12-26)


### Features

* add configuration files ([e46d405](https://github.com/smartlook/code-quality/commit/e46d4050b52796b84c7f00bf92cb75025ab7d24d))
- add configuration files ([e46d405](https://github.com/smartlook/code-quality/commit/e46d4050b52796b84c7f00bf92cb75025ab7d24d))
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.3.0",
"version": "1.4.0",
"license": "MIT",
"main": "index.js",
"publishConfig": {
Expand Down
20 changes: 8 additions & 12 deletions packages/eslint/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,26 @@
# Change Log

## 1.4.0

### Minor Changes

- d1906ef: fix missing peer dependencies

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/smartlook/code-quality/compare/@smartlook/eslint-config-typescript@1.2.0...@smartlook/eslint-config-typescript@1.3.0) (2022-01-25)

**Note:** Version bump only for package @smartlook/eslint-config-typescript





# [1.2.0](https://github.com/smartlook/code-quality/compare/@smartlook/eslint-config-typescript@1.1.0...@smartlook/eslint-config-typescript@1.2.0) (2022-01-06)


### Features

* migrate rules from sl-backend ([241aa21](https://github.com/smartlook/code-quality/commit/241aa215731f3da6e30461d8cf9a0ff61a2623e1))




- migrate rules from sl-backend ([241aa21](https://github.com/smartlook/code-quality/commit/241aa215731f3da6e30461d8cf9a0ff61a2623e1))

# 1.1.0 (2021-12-26)


### Features

* add configuration files ([e46d405](https://github.com/smartlook/code-quality/commit/e46d4050b52796b84c7f00bf92cb75025ab7d24d))
- add configuration files ([e46d405](https://github.com/smartlook/code-quality/commit/e46d4050b52796b84c7f00bf92cb75025ab7d24d))
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.3.0",
"version": "1.4.0",
"license": "MIT",
"main": "index.js",
"publishConfig": {
Expand Down
17 changes: 7 additions & 10 deletions packages/prettier/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
# Change Log

## 1.4.0

### Minor Changes

- d1906ef: fix missing peer dependencies

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/smartlook/code-quality/compare/@smartlook/prettier-config@1.1.1...@smartlook/prettier-config@1.3.0) (2022-01-25)

**Note:** Version bump only for package @smartlook/prettier-config





## [1.1.1](https://github.com/smartlook/code-quality/compare/@smartlook/prettier-config@1.1.0...@smartlook/prettier-config@1.1.1) (2022-01-06)

**Note:** Version bump only for package @smartlook/prettier-config





# 1.1.0 (2021-12-26)


### Features

* add configuration files ([e46d405](https://github.com/smartlook/code-quality/commit/e46d4050b52796b84c7f00bf92cb75025ab7d24d))
- add configuration files ([e46d405](https://github.com/smartlook/code-quality/commit/e46d4050b52796b84c7f00bf92cb75025ab7d24d))
2 changes: 1 addition & 1 deletion packages/prettier/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@smartlook/prettier-config",
"description": "Smartlook Prettier configuration",
"version": "1.3.0",
"version": "1.4.0",
"license": "MIT",
"main": "index.js",
"publishConfig": {
Expand Down

0 comments on commit 7dd517f

Please sign in to comment.