create-unisphere-project 2.4.0 → 2.5.0

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/dist/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # create-unisphere-project
2
2
 
3
+ ## 2.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - release version
8
+
9
+ ## 2.4.1
10
+
11
+ ### Patch Changes
12
+
13
+ - fix migrations execution
14
+
3
15
  ## 2.4.0
4
16
 
5
17
  ### Minor Changes
@@ -51,8 +51,8 @@ jobs:
51
51
  with:
52
52
  node-version-file: '.nvmrc'
53
53
 
54
- - name: Run Kaltura Tools Check
55
- uses: kaltura/kaltura-tools@unisphere
54
+ - name: Pre-CICD Checks
55
+ uses: kaltura/unisphere-core/.github/actions/pre-cicd@main
56
56
  with:
57
57
  repo-path: '${{ github.workspace }}'
58
58
 
@@ -42,7 +42,7 @@
42
42
  "@types/react-dom": "19.2.3",
43
43
  "@typescript-eslint/eslint-plugin": "^7.3.0",
44
44
  "@typescript-eslint/parser": "^7.3.0",
45
- "@unisphere/nx": "3.3.0",
45
+ "@unisphere/nx": "3.7.0",
46
46
  "@vitejs/plugin-react": "4.7.0",
47
47
  "@vitest/coverage-v8": "^1.0.4",
48
48
  "@vitest/ui": "^1.3.1",
@@ -93,7 +93,7 @@
93
93
  "@kaltura/ds-react-utils": "^12.8.0",
94
94
  "@mui/icons-material": "7.3.7",
95
95
  "@mui/material": "7.3.7",
96
- "@unisphere/cli": "2",
96
+ "@unisphere/cli": "3",
97
97
  "@unisphere/core": "1",
98
98
  "@unisphere/notifications-core": "1",
99
99
  "@unisphere/notifications-runtime-react": "1",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-unisphere-project",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "private": false,
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-unisphere-project",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "private": false,
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",