Skip to content

Commit 39570a4

Browse files
committed
v1.1.0
1 parent 290a985 commit 39570a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Readme.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Write CSS in JavaScript with namespaces, proper names, no conflicts and expected results for react.js. ([Why writing CSS in JS is better than SCSS or CSS files?](https://speakerdeck.com/vjeux/react-css-in-js))
66

7-
Read the **[API](https://rawgit.com/hackhat/smart-css/v1.0.4/docs/jsduck/index.html)**, check out an [example](https://github.com/hackhat/fluxmax-smart-css/tree/ui-test) or the [cookbook recipes](#cookbook-recipes-specific-examples).
7+
Read the **[API](https://rawgit.com/hackhat/smart-css/v1.1.0/docs/jsduck/index.html)**, check out an [example](https://github.com/hackhat/fluxmax-smart-css/tree/ui-test) or the [cookbook recipes](#cookbook-recipes-specific-examples).
88

99

1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smart-css",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "Write CSS in JavaScript with namespaces, proper names, no conflicts and expected results for react.js. ",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)