Skip to content

Commit 79bd208

Browse files
committed
Bump version to 0.3.0
1 parent 72405f3 commit 79bd208

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,4 @@ jobs:
169169
npm publish --access public
170170
working-directory: ./_release
171171
env:
172-
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
172+
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Allows you to create **React Components** with style definitions with CSS that d
88
> But you can safely use it, as it woudn't break any existing code in further releases.
99
> In case you want to know more, take a look at the [ROADMAP](./ROADMAP.md), or feel free to chat on Discord: @davesnx#5641
1010
11+
The biggest missing features are:
12+
- Only support `div`. [Here is the issue](https://github.com/davesnx/styled-ppx/issues/26)
13+
- Dynamic components not supported. [Here is the issue](https://github.com/davesnx/styled-ppx/issues/12)
14+
1115
## Motivation
1216
I love CSS and I'm comming from the JavaScript world, writing React code with styled-components. I found it, one of the best combos to write scalable frontend applications and wasn't a reality in ReasonML/OCaml.
1317

@@ -69,6 +73,8 @@ module ComponentMultiline = [%styled
6973

7074
## Installation
7175

76+
This package depends on bs-emotion, make sure you follow the instalation as well: https://github.com/ahrefs/bs-emotion#installation
77+
7278
### With `esy` on native projects
7379

7480
```bash

esy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "styled-ppx",
3-
"version": "0.2.7",
3+
"version": "0.3.0",
44
"description": "CSS-in-Reason and OCaml",
55
"author": "David Sancho <dsnxmoreno@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)