@justeattakeaway/pie-button 0.24.0 → 0.24.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.
@@ -1,4 +1,4 @@
1
- [3:19:38 PM] @custom-elements-manifest/analyzer: Created new manifest.
1
+ [2:03:50 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.01 kB │ gzip: 15.91 kB
10
10
  
11
11
  [vite:dts] Start generate declaration files...
12
- ✓ built in 50.89s
13
- [vite:dts] Declaration files built in 47240ms.
12
+ ✓ built in 46.23s
13
+ [vite:dts] Declaration files built in 42885ms.
14
14
  
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.24.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [Changed] - use latest pie-design-tokens ([#716](https://github.com/justeattakeaway/pie/pull/716)) by [@xander-marjoram](https://github.com/xander-marjoram)
8
+
3
9
  ## 0.24.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-button",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
4
4
  "description": "PIE design system button built using web components",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "author": "JustEatTakeaway - Design System Web Team",
24
24
  "license": "Apache-2.0",
25
25
  "devDependencies": {
26
- "@justeat/pie-design-tokens": "5.4.0",
26
+ "@justeat/pie-design-tokens": "5.5.0",
27
27
  "@justeattakeaway/pie-components-config": "workspace:*",
28
28
  "@justeattakeaway/pie-css": "workspace:*",
29
29
  "@justeattakeaway/pie-webc-core": "workspace:*"