Skip to content

Commit

Permalink
chore(release): Publish monorepo release updates
Browse files Browse the repository at this point in the history
- project: config 1.67.1

- project: eslint 0.91.1
  • Loading branch information
sullivanpj authored and Stormie-Bot committed Nov 3, 2024
1 parent cda2d15 commit a523dc7
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 8 deletions.
18 changes: 14 additions & 4 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
## 1.67.1 (2024-11-03)

### Bug Fixes

- **eslint:** Resolved issue with Nx plugin import in preset ([cda2d154](https://github.com/storm-software/storm-ops/commit/cda2d154))

## 1.67.0 (2024-11-01)

### Features

- **eslint:** Resolve type issues with Nx plugin in preset ([d27162e2](https://github.com/storm-software/storm-ops/commit/d27162e2))
- **config:** Regenerate the config JSON Schema file ([7258f12d](https://github.com/storm-software/storm-ops/commit/7258f12d))
- **config:** Added the `positive` and `negative` color tokens ([24c5e15f](https://github.com/storm-software/storm-ops/commit/24c5e15f))
- **eslint:** Resolve type issues with Nx plugin in preset
([d27162e2](https://github.com/storm-software/storm-ops/commit/d27162e2))
- **config:** Regenerate the config JSON Schema file
([7258f12d](https://github.com/storm-software/storm-ops/commit/7258f12d))
- **config:** Added the `positive` and `negative` color tokens
([24c5e15f](https://github.com/storm-software/storm-ops/commit/24c5e15f))

### Bug Fixes

- **eslint:** Resolved issue with plugin typings ([0603b24f](https://github.com/storm-software/storm-ops/commit/0603b24f))
- **eslint:** Resolved issue with plugin typings
([0603b24f](https://github.com/storm-software/storm-ops/commit/0603b24f))

## 1.66.0 (2024-10-31)

Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-software/config",
"version": "1.67.0",
"version": "1.67.1",
"description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
"repository": {
"type": "github",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"devDependencies": {
"@nx/eslint": ">=20.0.6",
"@nx/eslint-plugin": ">=20.0.6",
"@storm-software/eslint": "0.91.0",
"@storm-software/eslint": "0.91.1",
"@types/eslint": "^8.56.10",
"eslint": "9.5.0",
"eslint-doc-generator": "1.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"devDependencies": {
"@nx/eslint": ">=20.0.6",
"@nx/eslint-plugin": ">=20.0.6",
"@storm-software/eslint": "0.91.0",
"@storm-software/eslint": "0.91.1",
"@types/eslint": "^8.56.10",
"eslint": "9.5.0",
"eslint-doc-generator": "1.7.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.91.1 (2024-11-03)

### Bug Fixes

- **eslint:** Resolved issue with Nx plugin import in preset ([cda2d154](https://github.com/storm-software/storm-ops/commit/cda2d154))

## 0.91.0 (2024-11-01)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-software/eslint",
"version": "0.91.0",
"version": "0.91.1",
"type": "module",
"description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
"repository": {
Expand Down

0 comments on commit a523dc7

Please sign in to comment.