@atlaskit/icon-object 7.3.0 → 7.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -12
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/icon-object
2
2
 
3
+ ## 7.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 7.3.0
4
10
 
5
11
  ### Minor Changes
@@ -93,7 +99,6 @@
93
99
  This release updates icons in `@atlaskit/icon-object`.
94
100
 
95
101
  Updated: **`@atlaskit/icon-object`**
96
-
97
102
  - PageLiveDoc16Icon
98
103
  - PageLiveDoc24Icon
99
104
 
@@ -147,7 +152,6 @@
147
152
  [ux] This release adds icons in `@atlaskit/icon-object`.
148
153
 
149
154
  **`@atlaskit/icon-object`**
150
-
151
155
  - LiveDoc16Icon
152
156
  - LiveDoc24Icon
153
157
 
@@ -572,7 +576,6 @@
572
576
  - [patch][fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
573
577
 
574
578
  Corrects accessibility behavior for wrapping span. It now will now:
575
-
576
579
  - conditionally set the `aria-label` if `label` is defined
577
580
  - conditionally set the `role` to either `img` if `label` is defined, or `presentation` if it is
578
581
  not defined- Updated dependencies
@@ -594,7 +597,6 @@
594
597
 
595
598
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
596
599
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
597
-
598
600
  - @atlaskit/docs@8.3.2
599
601
  - @atlaskit/button@13.3.7
600
602
  - @atlaskit/modal-dialog@10.5.2
@@ -610,7 +612,6 @@
610
612
 
611
613
  Fix main/module fields in package.json pointing to the wrong place- Updated dependencies
612
614
  [ccbd1b390b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ccbd1b390b):
613
-
614
615
  - @atlaskit/build-utils@2.6.0
615
616
 
616
617
  ## 5.0.0
@@ -688,7 +689,6 @@
688
689
  ## 4.0.2
689
690
 
690
691
  - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
691
-
692
692
  - This is just a safety release in case anything strange happened in in the previous one. See Pull
693
693
  Request #5942 for details
694
694
 
@@ -701,7 +701,6 @@
701
701
  ## 4.0.0
702
702
 
703
703
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
704
-
705
704
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
706
705
  this package, please ensure you use at least this version of react and react-dom.
707
706
 
@@ -730,7 +729,6 @@
730
729
  ## 3.0.6
731
730
 
732
731
  - [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
733
-
734
732
  - Removes duplicate babel-runtime dependency
735
733
 
736
734
  ## 3.0.5
@@ -758,7 +756,6 @@
758
756
  ## 3.0.3
759
757
 
760
758
  - [patch][1d1f6d1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d1f6d1):
761
-
762
759
  - Make icon glyphs not import metadata
763
760
 
764
761
  ## 3.0.2
@@ -784,7 +781,6 @@
784
781
  ## 3.0.0
785
782
 
786
783
  - [major][ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
787
-
788
784
  - Remove onClick props as icon is only a presentational placeholder. Please wrap icon into a
789
785
  Button or a Link component.
790
786
 
@@ -801,7 +797,6 @@
801
797
  ## 2.0.0
802
798
 
803
799
  - [patch][29b160f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/29b160f):
804
-
805
800
  - Simplify the icons build process
806
801
 
807
802
  Icons no longer need a custom `build` step to be accurate on npm. This has come about by renaming
@@ -811,7 +806,6 @@
811
806
  - [major][80304f0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80304f0):
812
807
 
813
808
  **NOTE** Unless you are using the `iconsInfo` export, this change is not breaking.
814
-
815
809
  - Rename `iconsInfo` to `metadata` to more accurately reflect its role
816
810
 
817
811
  This change comes with rethinking what is exported from this object, which no longer includes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-object",
3
- "version": "7.3.0",
3
+ "version": "7.3.1",
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/"
@@ -42,7 +42,7 @@
42
42
  "dependencies": {
43
43
  "@atlaskit/icon": "^28.5.0",
44
44
  "@atlaskit/icon-lab": "^5.10.0",
45
- "@atlaskit/object": "^0.2.0",
45
+ "@atlaskit/object": "^1.0.0",
46
46
  "@atlaskit/platform-feature-flags": "^1.1.0",
47
47
  "@babel/runtime": "^7.0.0"
48
48
  },
@@ -55,7 +55,7 @@
55
55
  "@af/visual-regression": "workspace:^",
56
56
  "@atlaskit/css": "^0.15.0",
57
57
  "@atlaskit/textfield": "^8.0.0",
58
- "@atlaskit/tooltip": "^20.5.0",
58
+ "@atlaskit/tooltip": "^20.6.0",
59
59
  "@atlassian/codegen": "^0.1.0",
60
60
  "fs-extra": "^4.0.2",
61
61
  "pkg-dir": "^4.2.0",