@unisphere/nx 5.0.0 → 5.0.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 +0 -1
  2. package/package.json +1 -1
package/migrations.json CHANGED
@@ -563,7 +563,6 @@
563
563
  "postUpdateMessage": "✅ .github/workflows/cicd.yml updated"
564
564
  }
565
565
  },
566
- <<<<<<< HEAD
567
566
  "4.15.0-add-languages-support": {
568
567
  "version": "4.15.0",
569
568
  "description": "Migrates packages from i18next/react-i18next to @unisphere/ui-i18n-react with createUseTranslation pattern and adds UnisphereI18NRuntimeProxy to all runtimes",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unisphere/nx",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",