Skip to content

Commit

Permalink
πŸš€πŸ”– release v2.0.0-31
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeofawesome committed May 11, 2024
1 parent a139ee2 commit bc2daae
Show file tree
Hide file tree
Showing 21 changed files with 93 additions and 93 deletions.
102 changes: 51 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-style-monorepo",
"version": "2.0.0-30",
"version": "2.0.0-31",
"private": true,
"description": "My code style configs",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/code-style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-style/code-style",
"version": "2.0.0-30",
"version": "2.0.0-31",
"description": "My code style configs",
"keywords": [
"style",
Expand Down
20 changes: 10 additions & 10 deletions packages/create-configs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-style/create-configs",
"version": "2.0.0-30",
"version": "2.0.0-31",
"description": "A script to create configuration files to conform to code style standards.",
"keywords": [
"style",
Expand Down Expand Up @@ -47,15 +47,15 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@code-style/code-style": "^2.0.0-30",
"@code-style/eslint-config": "^2.0.0-30",
"@code-style/eslint-config-cli": "^2.0.0-30",
"@code-style/eslint-config-esmodule": "^2.0.0-30",
"@code-style/eslint-config-jest": "^2.0.0-30",
"@code-style/eslint-config-node": "^2.0.0-30",
"@code-style/eslint-config-typescript": "^2.0.0-30",
"@code-style/jest-configs": "^2.0.0-30",
"@code-style/typescript-configs": "^2.0.0-30",
"@code-style/code-style": "^2.0.0-31",
"@code-style/eslint-config": "^2.0.0-31",
"@code-style/eslint-config-cli": "^2.0.0-31",
"@code-style/eslint-config-esmodule": "^2.0.0-31",
"@code-style/eslint-config-jest": "^2.0.0-31",
"@code-style/eslint-config-node": "^2.0.0-31",
"@code-style/eslint-config-typescript": "^2.0.0-31",
"@code-style/jest-configs": "^2.0.0-31",
"@code-style/typescript-configs": "^2.0.0-31",
"@json-types/tsconfig": "^0.5.0",
"@types/common-tags": "^1.8.3",
"@types/node": "^20.12.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-style/eslint-config-browser",
"version": "2.0.0-30",
"version": "2.0.0-31",
"description": "My browser ESLint config",
"keywords": [
"style",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-style/eslint-config-cli",
"version": "2.0.0-30",
"version": "2.0.0-31",
"description": "My CLI ESLint config",
"keywords": [
"style",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-esmodule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-style/eslint-config-esmodule",
"version": "2.0.0-30",
"version": "2.0.0-31",
"description": "My ES Module ESLint config",
"keywords": [
"style",
Expand Down
Loading

0 comments on commit bc2daae

Please sign in to comment.