Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @sharyn/components@4.3.5
 - @sharyn/redux@4.6.3
 - @sharyn/server@6.1.3
 - @sharyn/shared@4.4.0
 - sharyn@11.7.1
  • Loading branch information
verekia committed Jul 8, 2019
1 parent 8e7980c commit 7c59831
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions packages/components/package.json
@@ -1,12 +1,12 @@
{
"name": "@sharyn/components",
"version": "4.3.4",
"version": "4.3.5",
"repository": "https://github.com/sharynjs/sharyn/tree/master/packages/components",
"license": "MIT",
"dependencies": {
"@babel/runtime-corejs2": "^7.0.0",
"@sharyn/css": "^1.3.2",
"@sharyn/redux": "^4.6.2",
"@sharyn/redux": "^4.6.3",
"@sharyn/util": "^2.5.0",
"jss": "^9.8.7",
"jss-preset-default": "^4.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux/package.json
@@ -1,10 +1,10 @@
{
"name": "@sharyn/redux",
"version": "4.6.2",
"version": "4.6.3",
"repository": "https://github.com/sharynjs/sharyn/tree/master/packages/redux",
"license": "MIT",
"dependencies": {
"@sharyn/shared": "^4.3.4",
"@sharyn/shared": "^4.4.0",
"@sharyn/util": "^2.5.0",
"recompose": "^0.30.0",
"redux": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
@@ -1,14 +1,14 @@
{
"name": "@sharyn/server",
"version": "6.1.2",
"version": "6.1.3",
"repository": "https://github.com/sharynjs/sharyn/tree/master/packages/server",
"license": "MIT",
"dependencies": {
"@babel/runtime-corejs2": "^7.0.0",
"@sharyn/check-setup": "^2.0.9",
"@sharyn/components": "^4.3.4",
"@sharyn/components": "^4.3.5",
"@sharyn/env": "^2.0.9",
"@sharyn/shared": "^4.3.4",
"@sharyn/shared": "^4.4.0",
"@sharyn/webpack-config": "^2.4.7",
"clean-css": "^4.2.1",
"serialize-javascript": "^1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
@@ -1,6 +1,6 @@
{
"name": "@sharyn/shared",
"version": "4.3.4",
"version": "4.4.0",
"repository": "https://github.com/sharynjs/sharyn/tree/master/packages/shared",
"license": "MIT",
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/sharyn/package.json
@@ -1,6 +1,6 @@
{
"name": "sharyn",
"version": "11.7.0",
"version": "11.7.1",
"repository": "https://github.com/sharynjs/sharyn",
"license": "MIT",
"bin": {
Expand All @@ -9,12 +9,12 @@
"dependencies": {
"@babel/runtime-corejs2": "^7.0.0",
"@sharyn/check-setup": "^2.0.9",
"@sharyn/components": "^4.3.4",
"@sharyn/components": "^4.3.5",
"@sharyn/css": "^1.3.2",
"@sharyn/env": "^2.0.9",
"@sharyn/redux": "^4.6.2",
"@sharyn/server": "^6.1.2",
"@sharyn/shared": "^4.3.4",
"@sharyn/redux": "^4.6.3",
"@sharyn/server": "^6.1.3",
"@sharyn/shared": "^4.4.0",
"@sharyn/util": "^2.5.0",
"@sharyn/webpack-config": "^2.4.7",
"async-exit-hook": "^2.0.1",
Expand Down

0 comments on commit 7c59831

Please sign in to comment.