@gooddata/sdk-ui 9.5.0-alpha.19 → 9.5.0-alpha.20

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.
@@ -2349,7 +2349,7 @@
2349
2349
  "limit": 0
2350
2350
  },
2351
2351
  "userManagement.tab.workspaces": {
2352
- "value": "Permission ({count})",
2352
+ "value": "Permissions ({count})",
2353
2353
  "comment": "Label of tab that lists user permissions to workspaces. Do not translate placeholder {count}. It will be replaced by number of assigned permissions in runtime.",
2354
2354
  "limit": 0
2355
2355
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "9.5.0-alpha.19",
3
+ "version": "9.5.0-alpha.20",
4
4
  "description": "GoodData.UI SDK - Core",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,9 +37,9 @@
37
37
  "ts-invariant": "^0.7.3",
38
38
  "tslib": "^2.5.0",
39
39
  "uuid": "^8.3.2",
40
- "@gooddata/sdk-backend-spi": "9.5.0-alpha.19",
41
- "@gooddata/sdk-model": "9.5.0-alpha.19",
42
- "@gooddata/util": "9.5.0-alpha.19"
40
+ "@gooddata/sdk-model": "9.5.0-alpha.20",
41
+ "@gooddata/sdk-backend-spi": "9.5.0-alpha.20",
42
+ "@gooddata/util": "9.5.0-alpha.20"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -90,10 +90,10 @@
90
90
  "typescript": "5.0.2",
91
91
  "vitest": "0.31.4",
92
92
  "vitest-dom": "0.1.0",
93
- "@gooddata/i18n-toolkit": "9.5.0-alpha.19",
94
- "@gooddata/reference-workspace": "9.5.0-alpha.19",
95
- "@gooddata/sdk-backend-base": "9.5.0-alpha.19",
96
- "@gooddata/sdk-backend-mockingbird": "9.5.0-alpha.19"
93
+ "@gooddata/i18n-toolkit": "9.5.0-alpha.20",
94
+ "@gooddata/reference-workspace": "9.5.0-alpha.20",
95
+ "@gooddata/sdk-backend-base": "9.5.0-alpha.20",
96
+ "@gooddata/sdk-backend-mockingbird": "9.5.0-alpha.20"
97
97
  },
98
98
  "scripts": {
99
99
  "clean": "rm -rf ci dist esm coverage *.log",