Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs committed Jan 13, 2022
1 parent d74e7e8 commit 8262a11
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.0",
"version": "1.0.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/eslint-config-typescript",
"version": "0.7.0",
"version": "1.0.0",
"description": "ESLint config for Guardian TypeScript projects",
"homepage": "https://github.com/guardian/configs#readme",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"url": "https://github.com/guardian/configs/issues"
},
"dependencies": {
"@guardian/eslint-config": "0.7.0",
"@guardian/eslint-config": "^1.0.0",
"@typescript-eslint/eslint-plugin": "5.6.0",
"@typescript-eslint/parser": "5.6.0"
},
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": "@guardian/eslint-config",
"version": "0.7.0",
"version": "1.0.0",
"description": "ESLint config for Guardian JavaScript projects",
"homepage": "https://github.com/guardian/configs#readme",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/prettier",
"version": "0.7.0",
"version": "1.0.0",
"description": "Prettier config for Guardian JavaScript projects",
"homepage": "https://github.com/guardian/configs#readme",
"license": "MIT",
Expand Down

0 comments on commit 8262a11

Please sign in to comment.