@atlaskit/give-kudos 4.5.4 → 4.6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlassian/give-kudos
2
2
 
3
+ ## 4.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`eed47ede43ef1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/eed47ede43ef1) -
8
+ Update i18n NPM package versions for townsquare,team-central (Group 10)
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 4.5.5
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 4.5.4
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/give-kudos",
3
- "version": "4.5.4",
3
+ "version": "4.6.0",
4
4
  "description": "Give Kudos experience ",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -37,7 +37,7 @@
37
37
  "typecheck": "NODE_OPTIONS=--max-old-space-size=4096 tsc --noEmit --project ./tsconfig.json"
38
38
  },
39
39
  "dependencies": {
40
- "@atlaskit/afm-i18n-platform-team-central-give-kudos": "2.9.0",
40
+ "@atlaskit/afm-i18n-platform-team-central-give-kudos": "2.25.0",
41
41
  "@atlaskit/analytics-next": "^11.1.0",
42
42
  "@atlaskit/button": "^23.9.0",
43
43
  "@atlaskit/css": "^0.19.0",
@@ -48,9 +48,9 @@
48
48
  "@atlaskit/modal-dialog": "^14.10.0",
49
49
  "@atlaskit/platform-feature-flags": "^1.1.0",
50
50
  "@atlaskit/portal": "^5.2.0",
51
- "@atlaskit/primitives": "^17.1.0",
51
+ "@atlaskit/primitives": "^18.0.0",
52
52
  "@atlaskit/theme": "^21.0.0",
53
- "@atlaskit/tokens": "^10.1.0",
53
+ "@atlaskit/tokens": "^11.0.0",
54
54
  "@babel/runtime": "^7.0.0",
55
55
  "react-intl-next": "npm:react-intl@^5.18.1"
56
56
  },