@jetbrains/ring-ui 4.2.0 → 4.2.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.
@@ -36,6 +36,7 @@ export default class AnalyticsGAPlugin {
36
36
  }
37
37
 
38
38
  ga('set', 'anonymizeIp', true);
39
+ ga('set', 'location', domain || '/');
39
40
  ga('set', 'allowAdFeatures', false);
40
41
  }
41
42
 
@@ -46,6 +46,7 @@ class AnalyticsGAPlugin {
46
46
  }
47
47
 
48
48
  ga('set', 'anonymizeIp', true);
49
+ ga('set', 'location', domain || '/');
49
50
  ga('set', 'allowAdFeatures', false);
50
51
  }
51
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "JetBrains UI library",
5
5
  "author": "JetBrains",
6
6
  "license": "Apache-2.0",
@@ -70,7 +70,7 @@
70
70
  "@babel/cli": "^7.17.6",
71
71
  "@babel/eslint-parser": "^7.17.0",
72
72
  "@jetbrains/eslint-config": "^5.3.2",
73
- "@jetbrains/generator-ring-ui": "^4.1.9",
73
+ "@jetbrains/generator-ring-ui": "^4.1.10",
74
74
  "@jetbrains/stylelint-config": "^3.0.2",
75
75
  "@primer/octicons": "^17.0.0",
76
76
  "@rollup/plugin-babel": "^5.3.1",
@@ -81,20 +81,20 @@
81
81
  "@storybook/addon-storyshots": "6.5.0-alpha.59",
82
82
  "@storybook/addon-storyshots-puppeteer": "6.5.0-alpha.59",
83
83
  "@storybook/addon-storysource": "6.5.0-alpha.59",
84
- "@storybook/addons": "6.5.0-alpha.59",
85
- "@storybook/builder-webpack5": "6.5.0-alpha.59",
84
+ "@storybook/addons": "6.5.0-alpha.64",
85
+ "@storybook/builder-webpack5": "6.5.0-alpha.64",
86
86
  "@storybook/client-api": "6.5.0-alpha.59",
87
- "@storybook/core": "6.5.0-alpha.59",
87
+ "@storybook/core": "6.5.0-alpha.64",
88
88
  "@storybook/html": "6.5.0-alpha.59",
89
89
  "@storybook/manager-webpack5": "6.5.0-alpha.59",
90
90
  "@storybook/source-loader": "6.5.0-alpha.59",
91
91
  "@storybook/theming": "6.5.0-alpha.59",
92
92
  "@testing-library/react": "^13.0.0",
93
- "@testing-library/user-event": "^14.0.4",
93
+ "@testing-library/user-event": "^14.1.0",
94
94
  "@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
95
95
  "angular": "^1.8.2",
96
96
  "angular-mocks": "^1.8.2",
97
- "angular-route": "^1.8.2",
97
+ "angular-route": "^1.8.3",
98
98
  "babel-plugin-react-docgen": "^4.2.1",
99
99
  "babel-plugin-require-context-hook": "^1.0.0",
100
100
  "chai": "^4.3.6",
@@ -147,7 +147,7 @@
147
147
  "teamcity-service-messages": "^0.1.12",
148
148
  "terser-webpack-plugin": "^5.3.1",
149
149
  "wallaby-webpack": "^3.9.16",
150
- "webpack": "^5.70.0",
150
+ "webpack": "^5.72.0",
151
151
  "webpack-cli": "^4.9.2",
152
152
  "xmlappend": "^1.0.4",
153
153
  "yo": "^4.3.0"
@@ -156,7 +156,7 @@
156
156
  "core-js": ">=3.0.0",
157
157
  "react": ">=16.8.0",
158
158
  "react-dom": ">=16.8.0",
159
- "webpack": "^5.70.0"
159
+ "webpack": "^5.72.0"
160
160
  },
161
161
  "peerDependenciesMeta": {
162
162
  "webpack": {
@@ -221,5 +221,5 @@
221
221
  "node": ">=7.4",
222
222
  "npm": ">=6.0.0"
223
223
  },
224
- "gitHead": "986c4b2e86d7e83388dc77b38bd9d62e1657b747"
224
+ "gitHead": "d2354ec4b296cfa3cae3e988197efbc1f49eedd2"
225
225
  }