@storm-software/workspace-tools 1.66.1 → 1.66.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 1.66.2 (2024-03-28)
2
+
3
+
4
+ ### 🩹 Fixes
5
+
6
+ - **workspace-tools:** Update the Nx plugins to provide tags to workspace projects ([980a0203](https://github.com/storm-software/storm-ops/commit/980a0203))
7
+
8
+
9
+ ### ❤️ Thank You
10
+
11
+ - Patrick Sullivan
12
+
1
13
  ## 1.66.1 (2024-03-25)
2
14
 
3
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.66.1",
3
+ "version": "1.66.2",
4
4
  "private": false,
5
5
  "description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
6
6
  "keywords": [
@@ -97,7 +97,8 @@ export const createNodes: CreateNodes = [
97
97
  version: {
98
98
  generator: "@storm-software/workspace-tools:release-version"
99
99
  }
100
- }
100
+ },
101
+ tags: ["rust", "cargo"]
101
102
  };
102
103
  }
103
104
  for (const dep of pkg.dependencies) {
@@ -77,6 +77,7 @@ export const createNodes = [
77
77
  ? {
78
78
  projects: {
79
79
  [project.name]: {
80
+ tags: ["typescript", "npm"],
80
81
  ...project,
81
82
  targets,
82
83
  release: {