Skip to content

Commit cdc7f21

Browse files
authored
Merge pull request #2 from actcoding/changeset-release/main
Version Packages
2 parents 990aa73 + fc2d7b7 commit cdc7f21

File tree

6 files changed

+18
-12
lines changed

6 files changed

+18
-12
lines changed

.changeset/honest-windows-occur.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thin-seals-develop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/eslint-config/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @actcoding/eslint-config
2+
3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- d0b6e6e: move to TypeScript and Turborepo
8+
- Updated dependencies [c4a76dd]
9+
- @actcoding/eslint-plugin-import-newlines@0.1.0

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@actcoding/eslint-config",
33
"description": "Shared eslint config.",
4-
"version": "0.0.8",
4+
"version": "0.0.9",
55
"license": "MIT",
66
"homepage": "https://github.com/actcoding/eslint-config?tab=readme-ov-file#readme",
77
"repository": {
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @actcoding/eslint-plugin-import-newlines
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- c4a76dd: create custom plugin

packages/eslint-plugin-import-newlines/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@actcoding/eslint-plugin-import-newlines",
33
"description": "ESLint plugin for enforcing newlines in ES6 import statements past a certain number of items.",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"license": "MIT",
66
"homepage": "https://github.com/actcoding/eslint-config?tab=readme-ov-file#readme",
77
"repository": {

0 commit comments

Comments
 (0)