Skip to content

Commit 122f674

Browse files
author
billie-jean
committed
Release 9.2.0
1 parent 8ef2c02 commit 122f674

File tree

36 files changed

+56
-53
lines changed

36 files changed

+56
-53
lines changed

common/changes/@gooddata/sdk-ui-all/EGL-189_2023-10-05-15-20.json

-10
This file was deleted.

common/changes/@gooddata/sdk-ui-all/jsc-tnt-1688-drilldown_2023-09-04-08-40.json

-10
This file was deleted.

common/config/rush/version-policies.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"definitionName": "lockStepVersion",
1414
"policyName": "sdk",
15-
"version": "9.2.0-beta.0",
15+
"version": "9.2.0",
1616
"nextBump": "prerelease",
1717
"mainProject": "@gooddata/sdk-ui-all"
1818
}

libs/api-client-bear/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/api-client-bear",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"author": "GoodData",
55
"description": "API Client for the GoodData platform",
66
"repository": {

libs/api-client-tiger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/api-client-tiger",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"author": "GoodData",
55
"description": "API Client for GoodData Cloud and GoodData.CN",
66
"repository": {

libs/api-model-bear/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/api-model-bear",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"description": "TypeScript definition files for GoodData platform",
55
"repository": {
66
"type": "git",

libs/sdk-backend-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-backend-base",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"author": "GoodData",
55
"description": "GoodData.UI SDK - Base for backend implementations",
66
"repository": {

libs/sdk-backend-bear/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-backend-bear",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"author": "GoodData",
55
"description": "GoodData Backend SPI implementation for the GoodData platform",
66
"repository": {

libs/sdk-backend-mockingbird/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-backend-mockingbird",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"author": "GoodData",
55
"description": "Mock GoodData Backend SPI implementation",
66
"repository": {

libs/sdk-backend-spi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-backend-spi",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"author": "GoodData",
55
"description": "GoodData Backend SPI abstraction interfaces",
66
"repository": {

libs/sdk-backend-tiger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-backend-tiger",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"author": "GoodData",
55
"description": "GoodData Backend SPI implementation for GoodData Cloud and GoodData.CN",
66
"repository": {

libs/sdk-embedding/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-embedding",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"author": "GoodData",
55
"description": "GoodData Embedding APIs",
66
"repository": {

libs/sdk-model/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-model",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"author": "GoodData",
55
"description": "GoodData Model definitions used by UI components and Backend SPI and its implementations",
66
"repository": {

libs/sdk-ui-all/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@gooddata/sdk-ui-all",
33
"entries": [
4+
{
5+
"version": "9.2.0",
6+
"tag": "@gooddata/sdk-ui-all_v9.2.0",
7+
"date": "Fri, 06 Oct 2023 13:12:04 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "Supporting to share the dashboard with all workspace users."
12+
},
13+
{
14+
"comment": "Introduce new attribute hierarchy catalog entity which is used for implicit drill-down in dashboards."
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "9.1.0",
621
"tag": "@gooddata/sdk-ui-all_v9.1.0",

libs/sdk-ui-all/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Change Log - @gooddata/sdk-ui-all
22

3-
This log was last generated on Fri, 08 Sep 2023 07:19:23 GMT and should not be manually modified.
3+
This log was last generated on Fri, 06 Oct 2023 13:12:04 GMT and should not be manually modified.
4+
5+
## 9.2.0
6+
Fri, 06 Oct 2023 13:12:04 GMT
7+
8+
### Updates
9+
10+
- Supporting to share the dashboard with all workspace users.
11+
- Introduce new attribute hierarchy catalog entity which is used for implicit drill-down in dashboards.
412

513
## 9.1.0
614
Fri, 08 Sep 2023 07:19:23 GMT

libs/sdk-ui-all/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-all",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"author": "GoodData",
55
"description": "GoodData SDK - All-In-One",
66
"repository": {

libs/sdk-ui-charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-charts",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"description": "GoodData.UI SDK - Charts",
55
"repository": {
66
"type": "git",

libs/sdk-ui-dashboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-dashboard",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"description": "GoodData SDK - Dashboard Component",
55
"repository": {
66
"type": "git",

libs/sdk-ui-ext/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-ext",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"description": "GoodData.UI SDK - Extensions",
55
"repository": {
66
"type": "git",

libs/sdk-ui-filters/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-filters",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"description": "GoodData.UI SDK - Filter Components",
55
"repository": {
66
"type": "git",

libs/sdk-ui-geo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-geo",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"description": "GoodData.UI SDK - Geo Charts",
55
"repository": {
66
"type": "git",

libs/sdk-ui-kit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-kit",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"description": "GoodData SDK - UI Building Components",
55
"repository": {
66
"type": "git",

libs/sdk-ui-loaders/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-loaders",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"description": "GoodData SDK Runtime Component Loaders",
55
"repository": {
66
"type": "git",

libs/sdk-ui-pivot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-pivot",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"description": "GoodData.UI SDK - Pivot Table",
55
"repository": {
66
"type": "git",

libs/sdk-ui-theme-provider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-theme-provider",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"description": "GoodData SDK - Theme provider",
55
"repository": {
66
"type": "git",

libs/sdk-ui-vis-commons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-vis-commons",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"description": "GoodData.UI SDK - common functionality for different types of visualizations",
55
"repository": {
66
"type": "git",

libs/sdk-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"description": "GoodData.UI SDK - Core",
55
"repository": {
66
"type": "git",

libs/util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/util",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"author": "GoodData",
55
"description": "GoodData Utility Functions",
66
"repository": {

tools/app-toolkit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/app-toolkit",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"author": "GoodData",
55
"description": "CLI with useful tools for creating and maintaining GoodData web applications.",
66
"repository": {

tools/catalog-export/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/catalog-export",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"author": "GoodData",
55
"description": "GoodData SDK Catalog Export tooling",
66
"repository": {

tools/experimental-workspace/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/experimental-workspace",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"author": "GoodData",
55
"description": "GoodData SDK - Experimental workspace for features in dev",
66
"repository": {

tools/i18n-toolkit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/i18n-toolkit",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"author": "GoodData",
55
"description": "Localization validator to validate localization complexity and intl and html format.",
66
"repository": {

tools/live-examples-workspace/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/live-examples-workspace",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"author": "GoodData",
55
"description": "GoodData SDK - Live examples workspace for tests",
66
"repository": {

tools/mock-handling/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/mock-handling",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"author": "GoodData",
55
"description": "GoodData SDK Mock data capture and management tool",
66
"repository": {

tools/plugin-toolkit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/plugin-toolkit",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"author": "GoodData",
55
"description": "GoodData Set of Tools for working with Plugins",
66
"repository": {

tools/reference-workspace/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/reference-workspace",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"author": "GoodData",
55
"description": "GoodData SDK - Reference Workspace for tests",
66
"repository": {

0 commit comments

Comments
 (0)