Skip to content

Commit ddc726c

Browse files
committed
release v1.2.7
1 parent dcd250d commit ddc726c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

History.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
n.n.n / 2021-03-11
33
==================
44

5+
* remoe scoped registry
6+
7+
v1.2.6 / 2021-03-11
8+
===================
9+
10+
* release v1.2.6
511
* fix env
612

713
v1.2.5 / 2021-03-11

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fdiskas/parcel-plugin-css-object",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"description": "Parcel loader to load CSS into an object. The object has keys that are selectors from the CSS file; the value of each selector are the rules converted to camelCase properties ([see Style Object Properties](http://www.w3schools.com/jsref/dom_obj_style.asp)). This object is compatible with [React Inline Styles](https://facebook.github.io/react/tips/inline-styles.html).",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)