Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - aesthetic-adapter-aphrodite@4.0.0
 - aesthetic-adapter-css-modules@4.0.0
 - aesthetic-adapter-fela@4.0.0
 - aesthetic-adapter-jss@4.0.0
 - aesthetic-adapter-typestyle@3.0.0
 - aesthetic@4.0.0
 - aesthetic-react@1.0.0
 - aesthetic-utils@2.0.0
  • Loading branch information
milesj committed Jul 7, 2019
1 parent 0cb26e5 commit c38c670
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions packages/adapter-aphrodite/package.json
@@ -1,6 +1,6 @@
{
"name": "aesthetic-adapter-aphrodite",
"version": "4.0.0-rc.0",
"version": "4.0.0",
"description": "Aphrodite support for Aesthetic.",
"keywords": [
"aesthetic",
Expand All @@ -17,7 +17,7 @@
"access": "public"
},
"dependencies": {
"aesthetic-utils": "^2.0.0-rc.0"
"aesthetic-utils": "^2.0.0"
},
"peerDependencies": {
"aesthetic": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-css-modules/package.json
@@ -1,6 +1,6 @@
{
"name": "aesthetic-adapter-css-modules",
"version": "4.0.0-rc.0",
"version": "4.0.0",
"description": "CSS modules support for Aesthetic.",
"keywords": [
"aesthetic",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-fela/package.json
@@ -1,6 +1,6 @@
{
"name": "aesthetic-adapter-fela",
"version": "4.0.0-rc.0",
"version": "4.0.0",
"description": "Fela support for Aesthetic.",
"keywords": [
"aesthetic",
Expand All @@ -17,7 +17,7 @@
"access": "public"
},
"dependencies": {
"aesthetic-utils": "^2.0.0-rc.0"
"aesthetic-utils": "^2.0.0"
},
"peerDependencies": {
"aesthetic": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-jss/package.json
@@ -1,6 +1,6 @@
{
"name": "aesthetic-adapter-jss",
"version": "4.0.0-rc.0",
"version": "4.0.0",
"description": "JSS support for Aesthetic.",
"keywords": [
"aesthetic",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-typestyle/package.json
@@ -1,6 +1,6 @@
{
"name": "aesthetic-adapter-typestyle",
"version": "3.0.0-rc.0",
"version": "3.0.0",
"description": "TypeStyle support for Aesthetic.",
"keywords": [
"aesthetic",
Expand All @@ -17,7 +17,7 @@
"access": "public"
},
"dependencies": {
"aesthetic-utils": "^2.0.0-rc.0"
"aesthetic-utils": "^2.0.0"
},
"peerDependencies": {
"aesthetic": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "aesthetic",
"version": "4.0.0-rc.0",
"version": "4.0.0",
"description": "Aesthetic is a powerful type-safe, framework agnostic, CSS-in-JS library for styling components through the use of adapters.",
"keywords": [
"aesthetic",
Expand All @@ -27,7 +27,7 @@
"access": "public"
},
"dependencies": {
"aesthetic-utils": "^2.0.0-rc.0",
"aesthetic-utils": "^2.0.0",
"csstype": "^2.6.5",
"extend": "^3.0.2",
"rtl-css-js": "^1.13.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "aesthetic-react",
"version": "1.0.0-rc.0",
"version": "1.0.0",
"description": "React hooks, composers, and more for styling components with Aesthetic.",
"keywords": [
"aesthetic",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@types/react": "*",
"aesthetic-utils": "^2.0.0-rc.0",
"aesthetic-utils": "^2.0.0",
"direction": "^1.0.3",
"hoist-non-react-statics": "^3.3.0",
"prop-types": "^15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "aesthetic-utils",
"version": "2.0.0-rc.0",
"version": "2.0.0",
"description": "Utility functions for Aesthetic.",
"keywords": [
"aesthetic",
Expand Down

0 comments on commit c38c670

Please sign in to comment.