@forge/bridge 4.5.0-next.0 → 4.5.0-next.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +5 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @forge/bridge
2
2
 
3
+ ## 4.5.0-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - fa77f8d: Revert the package registry change for the package
8
+ - Updated dependencies [fa77f8d]
9
+ - @forge/i18n@0.0.4-next.1
10
+
11
+ ## 4.5.0-next.1
12
+
13
+ ### Patch Changes
14
+
15
+ - 503e60e: Add publish config
16
+ - Updated dependencies [503e60e]
17
+ - @forge/i18n@0.0.4-next.0
18
+
3
19
  ## 4.5.0-next.0
4
20
 
5
21
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bridge",
3
- "version": "4.5.0-next.0",
3
+ "version": "4.5.0-next.2",
4
4
  "description": "Forge bridge API for custom UI apps",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -15,11 +15,14 @@
15
15
  "dependencies": {
16
16
  "@atlaskit/tokens": "^1.58.0",
17
17
  "@types/history": "^4.7.11",
18
- "@forge/i18n": "0.0.3"
18
+ "@forge/i18n": "0.0.4-next.1"
19
19
  },
20
20
  "devDependencies": {
21
21
  "history": "5.3.0",
22
22
  "isomorphic-fetch": "^3.0.0",
23
23
  "jest-date-mock": "^1.0.8"
24
+ },
25
+ "publishConfig": {
26
+ "registry": "https://packages.atlassian.com/api/npm/npm-public/"
24
27
  }
25
28
  }