Skip to content

Commit 93a0bef

Browse files
authored
v0.1.8 (#239)
* chore: update package versions to 0.1.8 for react and tailwindcss * fix: update files array in package.json to include full.css instead of *.css
1 parent a2bb9f2 commit 93a0bef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@line/abc-def-react",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "React components for the ABC Def design system",
55
"license": "Apache-2.0",
66
"homepage": "https://line.github.io/abc-def/",

packages/tailwindcss/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@line/abc-def-tailwindcss",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Tailwindcss Plugin for the ABC Def design system",
55
"license": "Apache-2.0",
66
"homepage": "https://line.github.io/abc-def/",
@@ -28,6 +28,7 @@
2828
"typings": "index.d.ts",
2929
"files": [
3030
"dist/*.js",
31+
"dist/full.css",
3132
"index.js",
3233
"index.d.ts"
3334
],

0 commit comments

Comments
 (0)