@atlaskit/popup 1.2.0 → 1.3.0

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,17 @@
1
1
  # @atlaskit/popup
2
2
 
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`2e42aa0d900`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e42aa0d900) - **Note**: It is a re-release of the wrongly `patched` version `1.1.6` that should have been a `minor` release.
8
+
9
+ Expose `fallbackPlacement` modifier from to specify a list of fallback options to try incase there isn't enough space
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 1.2.0
4
16
 
5
17
  ### Minor Changes
@@ -8,6 +20,8 @@
8
20
 
9
21
  ## 1.1.6
10
22
 
23
+ _WRONG RELEASE TYPE - DON'T USE_
24
+
11
25
  ### Minor Changes
12
26
 
13
27
  - [`f142150a3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f142150a3e8) - Expose `fallbackPlacement` modifier from to specify a list of fallback options to try incase there isn't enough space
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/popup",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/popup",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/popup",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/popup",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "A portalled popup primitive that is tied to a trigger element.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -20,7 +20,6 @@
20
20
  },
21
21
  "atlassian": {
22
22
  "team": "Design System Team",
23
- "inPublicMirror": true,
24
23
  "releaseModel": "scheduled",
25
24
  "website": {
26
25
  "name": "Popup"
@@ -29,7 +28,7 @@
29
28
  "dependencies": {
30
29
  "@atlaskit/popper": "^5.0.0",
31
30
  "@atlaskit/portal": "^4.0.0",
32
- "@atlaskit/theme": "^12.0.0",
31
+ "@atlaskit/theme": "^12.1.0",
33
32
  "@atlaskit/tokens": "^0.4.0",
34
33
  "@babel/runtime": "^7.0.0",
35
34
  "@emotion/core": "^10.0.9",
@@ -41,10 +40,9 @@
41
40
  "react-dom": "^16.8.0"
42
41
  },
43
42
  "devDependencies": {
44
- "@atlaskit/build-utils": "*",
45
43
  "@atlaskit/button": "^16.1.0",
46
44
  "@atlaskit/docs": "*",
47
- "@atlaskit/icon": "^21.9.0",
45
+ "@atlaskit/icon": "^21.10.0",
48
46
  "@atlaskit/menu": "^1.2.0",
49
47
  "@atlaskit/radio": "^5.3.0",
50
48
  "@atlaskit/select": "^15.0.0",