Skip to content

Commit

Permalink
release: 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rellafella committed Feb 24, 2025
1 parent c77da84 commit 665d312
Show file tree
Hide file tree
Showing 12 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": "8.2.0",
"version": "9.0.0",
"private": true,
"description": "A single dependency and single command to configure and run various code linters and tools.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envsa/browserslist-config",
"version": "8.2.0",
"version": "9.0.0",
"description": "Browserslist configuration for @envsa/shared-config.",
"keywords": [
"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": "@envsa/cspell-config",
"version": "8.2.0",
"version": "9.0.0",
"description": "CSpell configuration for @envsa/shared-config.",
"keywords": [
"shared-config",
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": "@envsa/eslint-config",
"version": "8.2.0",
"version": "9.0.0",
"description": "ESLint configuration for @envsa/shared-config.",
"keywords": [
"shared-config",
Expand Down
2 changes: 1 addition & 1 deletion packages/knip-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envsa/knip-config",
"version": "8.2.0",
"version": "9.0.0",
"description": "Knip configuration for @envsa/shared-config.",
"keywords": [
"shared-config",
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": "@envsa/mdat-config",
"version": "8.2.0",
"version": "9.0.0",
"description": "MDAT configuration for @envsa/shared-config.",
"keywords": [
"shared-config",
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": "@envsa/prettier-config",
"version": "8.2.0",
"version": "9.0.0",
"description": "Prettier configuration for @envsa/shared-config.",
"keywords": [
"shared-config",
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": "@envsa/remark-config",
"version": "5.0.5",
"version": "9.0.0",
"description": "Markdown and MDX linting for @envsa/shared-config.",
"keywords": [
"shared-config",
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": "@envsa/repo-config",
"version": "8.2.0",
"version": "9.0.0",
"description": "Repository configuration and GitHub workflows for @envsa/shared-config.",
"keywords": [
"shared-config",
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": "@envsa/shared-config",
"version": "8.2.0",
"version": "9.0.0",
"description": "A collection of shared configurations, linters and formatting tools for TypeScript projects. All managed as a single dependency, and invoked via a single command.",
"keywords": [
"shared-config",
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": "@envsa/stylelint-config",
"version": "8.2.0",
"version": "9.0.0",
"description": "Stylelint configuration for @envsa/shared-config.",
"keywords": [
"stylelint-config",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envsa/typescript-config",
"version": "8.2.0",
"version": "9.0.0",
"description": "TypeScript configuration for @envsa/shared-config.",
"keywords": [
"shared-config",
Expand Down

0 comments on commit 665d312

Please sign in to comment.