@atlaskit/icon-object 7.1.1 → 7.1.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/icon-object
2
2
 
3
+ ## 7.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#155802](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/155802)
8
+ [`08019848e3eab`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/08019848e3eab) -
9
+ Refreshed "issue" terminology.
10
+ - Updated dependencies
11
+
3
12
  ## 7.1.1
4
13
 
5
14
  ### Patch Changes
@@ -5,7 +5,7 @@ order: 3
5
5
  ## Usage
6
6
 
7
7
  Object icons represent an Atlassian-specific content type. They can trigger actions such as opening
8
- a page in Confluence, an issue in Jira, or a pull request in Bitbucket.
8
+ a page in Confluence, a Jira work item, or a pull request in Bitbucket.
9
9
 
10
10
  Unlike a standard icon, object icons help people identify the content type fast. This reduces
11
11
  cognitive load for people across products and platforms.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-object",
3
- "version": "7.1.1",
3
+ "version": "7.1.2",
4
4
  "description": "An object icon is used to represent an Atlassian-specific content type.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -37,8 +37,8 @@
37
37
  "build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
38
38
  },
39
39
  "dependencies": {
40
- "@atlaskit/icon": "^26.0.0",
41
- "@atlaskit/icon-lab": "^4.12.0",
40
+ "@atlaskit/icon": "^26.4.0",
41
+ "@atlaskit/icon-lab": "^4.17.0",
42
42
  "@atlaskit/platform-feature-flags": "^1.1.0",
43
43
  "@babel/runtime": "^7.0.0"
44
44
  },
@@ -49,7 +49,7 @@
49
49
  "@af/formatting": "workspace:^",
50
50
  "@af/icon-build-process": "workspace:^",
51
51
  "@atlaskit/textfield": "^8.0.0",
52
- "@atlaskit/tooltip": "^20.0.0",
52
+ "@atlaskit/tooltip": "^20.1.0",
53
53
  "@atlaskit/visual-regression": "workspace:^",
54
54
  "@atlassian/codegen": "^0.1.0",
55
55
  "@emotion/styled": "^11.0.0",