@itwin/core-react 3.0.0-extension.0 → 3.0.0-extension.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.
@@ -18,7 +18,7 @@ In order to maintain consistency in the iTwin.js UI source code, please abide by
18
18
  ```
19
19
 
20
20
  * Document __all__ exported classes, interfaces, enums, types, etc.
21
- * Add release tags (`@public`, `@beta`, `@alpha` or `@internal`) to all exported classes, interfaces, enums, types, etc. For more information on release tags, see [Release Tags](https://github.com/imodeljs/imodeljs/blob/master/docs/learning/guidelines/release-tags-guidelines.md).
21
+ * Add release tags (`@public`, `@beta`, `@alpha` or `@internal`) to all exported classes, interfaces, enums, types, etc. For more information on release tags, see [Release Tags](https://github.com/iTwin/itwinjs-core/blob/master/docs/learning/guidelines/release-tags-guidelines.md).
22
22
  * In addition, it’s preferable that all *Props interface members and component public methods be documented. You can put `@internal` on React lifecycle and render methods.
23
23
  * Add a,
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-react",
3
- "version": "3.0.0-extension.0",
3
+ "version": "3.0.0-extension.1",
4
4
  "description": "iModel.js UI core components",
5
5
  "main": "lib/cjs/core-react.js",
6
6
  "module": "lib/esm/core-react.js",
@@ -9,7 +9,7 @@
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://github.com/imodeljs/imodeljs/tree/master/ui/core-react"
12
+ "url": "https://github.com/iTwin/itwinjs-core/tree/master/ui/core-react"
13
13
  },
14
14
  "keywords": [
15
15
  "Bentley",
@@ -23,9 +23,9 @@
23
23
  "url": "http://www.bentley.com"
24
24
  },
25
25
  "peerDependencies": {
26
- "@itwin/core-bentley": "^3.0.0-extension.0",
27
- "@itwin/core-i18n": "^3.0.0-extension.0",
28
- "@itwin/appui-abstract": "^3.0.0-extension.0",
26
+ "@itwin/core-bentley": "^3.0.0-extension.1",
27
+ "@itwin/core-i18n": "^3.0.0-extension.1",
28
+ "@itwin/appui-abstract": "^3.0.0-extension.1",
29
29
  "react": "^17.0.0",
30
30
  "react-dom": "^17.0.0"
31
31
  },
@@ -34,12 +34,12 @@
34
34
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
35
35
  ],
36
36
  "devDependencies": {
37
- "@itwin/core-bentley": "3.0.0-extension.0",
38
- "@itwin/core-common": "3.0.0-extension.0",
39
- "@itwin/build-tools": "3.0.0-extension.0",
40
- "@itwin/eslint-plugin": "3.0.0-extension.0",
41
- "@itwin/core-i18n": "3.0.0-extension.0",
42
- "@itwin/appui-abstract": "3.0.0-extension.0",
37
+ "@itwin/core-bentley": "3.0.0-extension.1",
38
+ "@itwin/core-common": "3.0.0-extension.1",
39
+ "@itwin/build-tools": "3.0.0-extension.1",
40
+ "@itwin/eslint-plugin": "3.0.0-extension.1",
41
+ "@itwin/core-i18n": "3.0.0-extension.1",
42
+ "@itwin/appui-abstract": "3.0.0-extension.1",
43
43
  "@testing-library/react": "^12.0.0",
44
44
  "@testing-library/react-hooks": "^3.2.1",
45
45
  "@testing-library/user-event": "^13.2.1",