Skip to content

Commit

Permalink
chore: update package descriptions (#697)
Browse files Browse the repository at this point in the history
* chore: update package descriptions

* chore: add changeset
  • Loading branch information
Madou committed Apr 3, 2021
1 parent f0fd706 commit 40bc0d9
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 9 deletions.
13 changes: 13 additions & 0 deletions .changeset/hungry-pears-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'@compiled/babel-plugin': patch
'@compiled/babel-plugin-strip-runtime': patch
'@compiled/cli': patch
'@compiled/css': patch
'@compiled/jest': patch
'@compiled/parcel-transformer': patch
'@compiled/react': patch
'@compiled/utils': patch
'@compiled/webpack-loader': patch
---

Package descriptions have been updated.
2 changes: 1 addition & 1 deletion packages/babel-plugin-strip-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@compiled/babel-plugin-strip-runtime",
"version": "0.6.11",
"description": "Build time CSS-in-JS for React. Baked and ready to serve.",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"author": "Michael Dougall",
"license": "Apache-2.0",
"homepage": "https://compiledcssinjs.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@compiled/babel-plugin",
"version": "0.6.12",
"description": "Build time CSS-in-JS for React. Baked and ready to serve.",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"author": "Michael Dougall",
"license": "Apache-2.0",
"homepage": "https://compiledcssinjs.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@compiled/cli",
"version": "0.6.8",
"description": "Build time CSS-in-JS for React. Baked and ready to serve.",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"author": "Michael Dougall",
"license": "Apache-2.0",
"homepage": "https://compiledcssinjs.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@compiled/css",
"version": "0.6.10",
"description": "Build time CSS-in-JS for React. Baked and ready to serve.",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"author": "Michael Dougall",
"license": "Apache-2.0",
"homepage": "https://compiledcssinjs.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@compiled/jest",
"version": "0.6.8",
"description": "Build time CSS-in-JS for React. Baked and ready to serve.",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"author": "Michael Dougall",
"license": "Apache-2.0",
"homepage": "https://compiledcssinjs.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/parcel-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@compiled/parcel-transformer",
"version": "0.6.11",
"description": "Build time CSS-in-JS for React. Baked and ready to serve.",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"author": "Michael Dougall",
"license": "Apache-2.0",
"homepage": "https://compiledcssinjs.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@compiled/react",
"version": "0.6.9",
"description": "Build time CSS-in-JS for React. Baked and ready to serve.",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"author": "Michael Dougall",
"license": "Apache-2.0",
"homepage": "https://compiledcssinjs.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@compiled/utils",
"version": "0.6.10",
"description": "Build time CSS-in-JS for React. Baked and ready to serve.",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"author": "Michael Dougall",
"license": "Apache-2.0",
"homepage": "https://compiledcssinjs.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@compiled/webpack-loader",
"version": "0.6.14",
"description": "Build time CSS-in-JS for React. Baked and ready to serve.",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"author": "Michael Dougall",
"license": "Apache-2.0",
"homepage": "https://compiledcssinjs.com",
Expand Down

0 comments on commit 40bc0d9

Please sign in to comment.