@justeattakeaway/pie-webc-core 0.21.1 → 0.22.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.
@@ -4,4 +4,4 @@ transforming...
4
4
  rendering chunks...
5
5
  computing gzip size...
6
6
  dist/index.js 2.66 kB │ gzip: 1.20 kB
7
- ✓ built in 283ms
7
+ ✓ built in 148ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.22.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [Changed] - Updated Lit from 3.1.2 to 3.1.3 ([#1427](https://github.com/justeattakeaway/pie/pull/1427)) by [@jamieomaguire](https://github.com/jamieomaguire)
8
+
3
9
  ## 0.21.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-webc-core",
3
- "version": "0.21.1",
3
+ "version": "0.22.0",
4
4
  "description": "PIE design system base classes, mixins and utilities for web components",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -18,7 +18,7 @@
18
18
  "test:watch": "run -T vitest"
19
19
  },
20
20
  "dependencies": {
21
- "lit": "3.1.2"
21
+ "lit": "3.1.3"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@justeattakeaway/pie-components-config": "0.16.0"