Skip to content

Commit

Permalink
Merge pull request #2 from actcoding/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
axelrindle authored Dec 7, 2024
2 parents 990aa73 + fc2d7b7 commit cdc7f21
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-windows-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-seals-develop.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @actcoding/eslint-config

## 0.0.9

### Patch Changes

- d0b6e6e: move to TypeScript and Turborepo
- Updated dependencies [c4a76dd]
- @actcoding/eslint-plugin-import-newlines@0.1.0
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@actcoding/eslint-config",
"description": "Shared eslint config.",
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT",
"homepage": "https://github.com/actcoding/eslint-config?tab=readme-ov-file#readme",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-plugin-import-newlines/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @actcoding/eslint-plugin-import-newlines

## 0.1.0

### Minor Changes

- c4a76dd: create custom plugin
2 changes: 1 addition & 1 deletion packages/eslint-plugin-import-newlines/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@actcoding/eslint-plugin-import-newlines",
"description": "ESLint plugin for enforcing newlines in ES6 import statements past a certain number of items.",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"homepage": "https://github.com/actcoding/eslint-config?tab=readme-ov-file#readme",
"repository": {
Expand Down

0 comments on commit cdc7f21

Please sign in to comment.