@justeattakeaway/pie-webc-core 0.19.0 → 0.19.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.
@@ -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 198ms
7
+ ✓ built in 224ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.19.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [Changed] - Updated lit to `3.1.2` ([#1300](https://github.com/justeattakeaway/pie/pull/1300)) by [@renovate](https://github.com/apps/renovate)
8
+
3
9
  ## 0.19.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-webc-core",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "description": "PIE design system base classes, mixins and utilities for web components",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -17,7 +17,7 @@
17
17
  "test:watch": "run -T vitest"
18
18
  },
19
19
  "dependencies": {
20
- "lit": "3.1.1"
20
+ "lit": "3.1.2"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@justeattakeaway/pie-components-config": "0.11.0"
@@ -46,6 +46,7 @@
46
46
  }
47
47
  </style>
48
48
  <title>Testing Page</title>
49
+ <link rel="stylesheet" type="text/css" href="https://unpkg.com/@justeattakeaway/pie-css/dist/index.css" />
49
50
  <link rel="stylesheet" type="text/css" href="https://unpkg.com/@justeat/pie-design-tokens/dist/jet.css" />
50
51
  <link rel="stylesheet" type="text/css" href="https://unpkg.com/@justeat/pie-design-tokens/dist/jet-hsl-colors.css" />
51
52
  </head>