Skip to content

Commit b0ce7f6

Browse files
committed
chore(storm-ops): Resolve merge conflicts in main branch
2 parents e587423 + 7df1d1e commit b0ce7f6

13 files changed

Lines changed: 16459 additions & 46124 deletions

File tree

packages/build-tools/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.15.1 (2024-06-24)
2+
3+
4+
### 🩹 Fixes
5+
6+
- **storm-ops:** Remove the `lint-commit` actions ([a502e8c0](https://github.com/storm-software/storm-ops/commit/a502e8c0))
7+
18
## 0.15.0 (2024-06-24)
29

310

packages/build-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storm-software/build-tools",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
55
"repository": {
66
"type": "github",

packages/eslint-plugin-graphql/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.1.1 (2024-06-24)
2+
3+
4+
### 🩹 Fixes
5+
6+
- **storm-ops:** Remove the `lint-commit` actions ([a502e8c0](https://github.com/storm-software/storm-ops/commit/a502e8c0))
7+
18
## 0.1.0 (2024-06-24)
29

310

packages/eslint-plugin-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-storm-graphql",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"description": "⚡ The eslint-plugin package is an ESLint plugin that contains a collection of recommended ESLint rule configurations which you can extend from in your own ESLint configs, as well as an Nx-specific lint rule called enforce-module-boundaries.",
66
"repository": {

packages/eslint-plugin-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.1.1 (2024-06-24)
2+
3+
4+
### 🩹 Fixes
5+
6+
- **storm-ops:** Remove the `lint-commit` actions ([a502e8c0](https://github.com/storm-software/storm-ops/commit/a502e8c0))
7+
18
## 0.1.0 (2024-06-24)
29

310

packages/eslint-plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-storm-react",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"description": "⚡ The eslint-plugin package is an ESLint plugin that contains a collection of recommended ESLint rule configurations which you can extend from in your own ESLint configs, as well as an Nx-specific lint rule called enforce-module-boundaries.",
66
"repository": {

packages/eslint/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.15.1 (2024-06-24)
2+
3+
4+
### 🩹 Fixes
5+
6+
- **storm-ops:** Remove the `lint-commit` actions ([a502e8c0](https://github.com/storm-software/storm-ops/commit/a502e8c0))
7+
18
## 0.15.0 (2024-06-24)
29

310

packages/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storm-software/eslint",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"type": "module",
55
"description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
66
"repository": {

packages/linting-tools/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.56.1 (2024-06-24)
2+
3+
4+
### 🩹 Fixes
5+
6+
- **storm-ops:** Remove the `lint-commit` actions ([a502e8c0](https://github.com/storm-software/storm-ops/commit/a502e8c0))
7+
18
## 1.56.0 (2024-06-24)
29

310

packages/linting-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storm-software/linting-tools",
3-
"version": "1.56.0",
3+
"version": "1.56.1",
44
"type": "module",
55
"description": "⚡ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.",
66
"repository": {

0 commit comments

Comments
 (0)