Skip to content

Commit

Permalink
Version 1801
Browse files Browse the repository at this point in the history
  • Loading branch information
supnate committed Jan 22, 2018
1 parent 2f60c69 commit 91c688b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 172 deletions.
2 changes: 1 addition & 1 deletion packages/rekit-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rekit-core",
"version": "2.1.1",
"version": "2.2.0",
"description": "Rekit core functions.",
"author": "Nate Wang <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/rekit-portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rekit-portal",
"version": "2.0.7",
"version": "2.1.0",
"description": "Web app created with Rekit for managing a Rekit project.",
"keywords": [
"rekit",
Expand All @@ -10,7 +10,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/supnate/rekit-portal.git"
"url": "https://github.com/supnate/rekit.git"
},
"babel": {
"presets": [
Expand Down
1 change: 0 additions & 1 deletion packages/rekit-portal/src/features/home/CodeEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export class CodeEditor extends Component {

async componentWillReceiveProps(nextProps) {
const { props } = this;
// const fileContentChanged = props.home.fileContentById[props.file] !== nextProps.home.fileContentById[nextProps.file];

if (props.file !== nextProps.file || nextProps.home.fileContentNeedReload[nextProps.file]) {
// File changed or file content changed, the check and reload.
Expand Down
164 changes: 0 additions & 164 deletions packages/rekit/README-1.0.md

This file was deleted.

6 changes: 3 additions & 3 deletions packages/rekit/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/rekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rekit",
"version": "2.2.0",
"version": "2.2.1",
"description": "Toolkit for building scalable web applications with React, Redux and React-router.",
"license": "MIT",
"bin": {
Expand Down

0 comments on commit 91c688b

Please sign in to comment.