Skip to content

Commit

Permalink
[ci] release (#164)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 28, 2022
1 parent c39d80e commit 85e1fa0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
21 changes: 0 additions & 21 deletions .changeset/rotten-news-travel.md

This file was deleted.

22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# corset

## 2.1.0

### Minor Changes

- c39d80e: Consolidate data properties

This consolidates data attributes, grouping them by type, so that you might have:

```html
<div data-corset-props="--one --two --three"></div>
```

Instead of:

```html
<div data-corset-prop-one data-corset-prop-two data-corset-prop-three></div>
```

This means less clutter in the DOM.

In addition to `data-corset-props` there is also `data-corset-stores` for stores and `data-corset-scope` for each scope values (item and index).

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "corset",
"version": "2.0.2",
"version": "2.1.0",
"description": "Declarative DOM binding, without the complexity of JSX/templates.",
"type": "module",
"main": "./lib/main.js",
Expand Down

0 comments on commit 85e1fa0

Please sign in to comment.