@justeattakeaway/pie-icon-button 0.13.0 → 0.13.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/.eslintignore CHANGED
@@ -1,3 +1,5 @@
1
1
  .turbo
2
2
  dist
3
3
  node_modules
4
+ lit-browsers-report
5
+ lit-visual-report
@@ -1,4 +1,4 @@
1
- [3:28:11 PM] @custom-elements-manifest/analyzer: Created new manifest.
1
+ [2:03:52 PM] @custom-elements-manifest/analyzer: Created new manifest.
2
2
  react wrapper has been added!
3
3
  vite v4.3.9 building for production...
4
4
  transforming...
@@ -9,6 +9,6 @@ computing gzip size...
9
9
  dist/react.js 59.03 kB │ gzip: 15.92 kB
10
10
  
11
11
  [vite:dts] Start generate declaration files...
12
- ✓ built in 20.07s
13
- [vite:dts] Declaration files built in 18466ms.
12
+ ✓ built in 44.16s
13
+ [vite:dts] Declaration files built in 40928ms.
14
14
  
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @justeattakeaway/pie-icon-button
2
2
 
3
+ ## 0.13.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [Fixed] - Corrected the following peerDependency: ([#713](https://github.com/justeattakeaway/pie/pull/713)) by [@siggerzz](https://github.com/siggerzz)
8
+
9
+ ```js
10
+ "peerDependencies": {
11
+ "@justeat/pie-design-tokens": "5.4.0"
12
+ },
13
+ ```
14
+
15
+ - [Changed] - use latest pie-design-tokens ([#716](https://github.com/justeattakeaway/pie/pull/716)) by [@xander-marjoram](https://github.com/xander-marjoram)
16
+
17
+ ## 0.13.1
18
+
19
+ ### Patch Changes
20
+
21
+ - [Changed] - use latest pie-design-tokens ([#694](https://github.com/justeattakeaway/pie/pull/694)) by [@xander-marjoram](https://github.com/xander-marjoram)
22
+
3
23
  ## 0.13.0
4
24
 
5
25
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-icon-button",
3
- "version": "0.13.0",
3
+ "version": "0.13.2",
4
4
  "description": "PIE Design System Icon Button built using Web Components",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -24,7 +24,7 @@
24
24
  "@justeattakeaway/pie-webc-core": "workspace:*"
25
25
  },
26
26
  "peerDependencies": {
27
- "pie-design-tokens": "5.3.0"
27
+ "@justeat/pie-design-tokens": "5.5.0"
28
28
  },
29
29
  "volta": {
30
30
  "extends": "../../../package.json"