@unisphere/nx 3.19.0 → 3.19.1

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.
Files changed (2) hide show
  1. package/migrations.json +8 -0
  2. package/package.json +1 -1
package/migrations.json CHANGED
@@ -354,6 +354,14 @@
354
354
  "cli": {
355
355
  "postUpdateMessage": "✅ .gitignore updated to exclude user-scripts/"
356
356
  }
357
+ },
358
+ "3-19-1-add-gitignore-to-documentation-sites": {
359
+ "version": "3.19.1",
360
+ "description": "Adds .gitignore files to all documentation sites",
361
+ "factory": "./dist/migrations/3-19-1/add-gitignore-to-documentation-sites.js",
362
+ "cli": {
363
+ "postUpdateMessage": "✅ .gitignore files added to documentation sites"
364
+ }
357
365
  }
358
366
  },
359
367
  "packageJsonUpdates": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unisphere/nx",
3
- "version": "3.19.0",
3
+ "version": "3.19.1",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",