Skip to content

Commit 4e70d5b

Browse files
committed
Bump version to 1.0
1 parent aeef5d9 commit 4e70d5b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ npm install --save container-query-polyfill
2424
Alternatively, you can use it directly from a CDN:
2525

2626
```js
27-
<script src="https://cdn.jsdelivr.net/npm/container-query-polyfill@0.2.4/dist/container-query-polyfill.modern.js"></script>
27+
<script src="https://cdn.jsdelivr.net/npm/container-query-polyfill@1/dist/container-query-polyfill.modern.js"></script>
2828
```
2929

3030
For the best user experience, it's recommended that you initially only use the polyfill for content below-the-fold and use `@supports` queries to temporarily replace it with a loading indicator until the polyfill is ready to display it:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "container-query-polyfill",
3-
"version": "0.2.4",
3+
"version": "1.0.0",
44
"description": "",
55
"repository": "github:GoogleChromeLabs/container-query-polyfill",
66
"type": "module",

0 commit comments

Comments
 (0)