Skip to content

Commit a4318f9

Browse files
github-actions[bot]cristinecula
authored andcommitted
[ci] release
1 parent 7c82487 commit a4318f9

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

.changeset/blue-shoes-talk.md

-8
This file was deleted.

.changeset/great-wasps-juggle.md

-6
This file was deleted.

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# pion
22

3+
## 2.7.0
4+
5+
### Minor Changes
6+
7+
- f788452: Add stylesheet related util
8+
9+
Exports `css`, `tagged`, `sheet`, `sheets` helpers to ease the usage of css.
10+
Additionally the `styleSheets` param accepts string and converts it `CSSStyleSheet` via a call to sheets.
11+
12+
- 1a3a87e: Improve the type definition of useState and useProperty adding better support for initial values
13+
and return better defined state updaters.
14+
315
## 2.6.0
416

517
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pionjs/pion",
3-
"version": "2.6.0",
3+
"version": "2.7.0",
44
"description": "Hooks for web components",
55
"main": "lib/haunted.js",
66
"module": "lib/haunted.js",

0 commit comments

Comments
 (0)