Skip to content

Commit

Permalink
Release: 4.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kitschpatrol committed Sep 14, 2024
1 parent dbd7e5a commit 7f5dc53
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shared-config-monorepo",
"version": "4.7.6",
"version": "4.7.7",
"type": "module",
"description": "A single dependency and single command to configure and run various code linters and tools.",
"repository": "github:kitschpatrol/shared-config",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitschpatrol/cspell-config",
"version": "4.7.6",
"version": "4.7.7",
"type": "module",
"description": "CSpell configuration for @kitschpatrol/shared-config.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitschpatrol/eslint-config",
"version": "4.7.6",
"version": "4.7.7",
"type": "module",
"description": "ESLint configuration for @kitschpatrol/shared-config.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mdat-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitschpatrol/mdat-config",
"version": "4.7.6",
"version": "4.7.7",
"type": "module",
"description": "MDAT configuration for @kitschpatrol/shared-config.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitschpatrol/prettier-config",
"version": "4.7.6",
"version": "4.7.7",
"type": "module",
"description": "Prettier configuration for @kitschpatrol/shared-config.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitschpatrol/remark-config",
"version": "4.7.6",
"version": "4.7.7",
"type": "module",
"description": "Markdown and MDX linting for @kitschpatrol/shared-config.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/repo-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitschpatrol/repo-config",
"version": "4.7.6",
"version": "4.7.7",
"type": "module",
"description": "Repository configuration and GitHub workflows for @kitschpatrol/shared-config.",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/repo-config/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ Note: Action dependencies have been forked.

| Original | Fork | Modifications |
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | ------------- |
| [bullrich/generate-release-changelog](https://github.com/bullrich/generate-release-changelog) | [kitschpatrol/github-action-release-changelog](https://github.com/kitschpatrol/github-action-release-changelog) | |
| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | [kitschpatrol/github-action-release](https://github.com/kitschpatrol/github-action-release) | |
| [kbrashears5/github-action-repo-sync](https://github.com/kbrashears5/github-action-repo-sync) | [kitschpatrol/github-action-repo-sync](https://github.com/kitschpatrol/github-action-repo-sync) | |
| [bullrich/generate-release-changelog](https://github.com/bullrich/generate-release-changelog) | [kitschpatrol/github-action-release-changelog](https://github.com/kitschpatrol/github-action-release-changelog) ||
| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | [kitschpatrol/github-action-release](https://github.com/kitschpatrol/github-action-release) ||
| [kbrashears5/github-action-repo-sync](https://github.com/kbrashears5/github-action-repo-sync) | [kitschpatrol/github-action-repo-sync](https://github.com/kitschpatrol/github-action-repo-sync) ||

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/shared-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitschpatrol/shared-config",
"version": "4.7.6",
"version": "4.7.7",
"type": "module",
"description": "A collection of shared configurations for various linters and formatting tools. All managed as a single dependency, and invoked via a single command.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitschpatrol/stylelint-config",
"version": "4.7.6",
"version": "4.7.7",
"type": "module",
"description": "Stylelint configuration for @kitschpatrol/shared-config.",
"repository": {
Expand Down

0 comments on commit 7f5dc53

Please sign in to comment.