Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
Changelog:
1. Fixes #2, adds effector logos instead of react
2. Bump dependencies
3. Sync docs to updated repo names
4. Sync package.json git property to new renamed repo
5. Add script to update dependencies
  • Loading branch information
Kurzdor committed Aug 13, 2020
1 parent 5d50734 commit 39033e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cra-template-effector",
"version": "3.0.1",
"version": "3.1.0",
"keywords": [
"effector",
"react",
Expand All @@ -12,15 +12,15 @@
"main": "template.json",
"repository": {
"type": "git",
"url": "https://github.com/effector/cra-template-effector.git",
"url": "https://github.com/effector/cra-template.git",
"directory": "base"
},
"license": "MIT",
"engines": {
"node": ">=10"
},
"bugs": {
"url": "https://github.com/effector/cra-template-effector/issues"
"url": "https://github.com/effector/cra-template/issues"
},
"files": [
"template",
Expand Down
6 changes: 3 additions & 3 deletions typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cra-template-effector-typescript",
"version": "3.0.1",
"version": "3.1.0",
"keywords": [
"effector",
"react",
Expand All @@ -13,15 +13,15 @@
"main": "template.json",
"repository": {
"type": "git",
"url": "https://github.com/effector/cra-template-effector.git",
"url": "https://github.com/effector/cra-template.git",
"directory": "typescript"
},
"license": "MIT",
"engines": {
"node": ">=10"
},
"bugs": {
"url": "https://github.com/effector/cra-template-effector/issues"
"url": "https://github.com/effector/cra-template/issues"
},
"files": [
"template",
Expand Down

0 comments on commit 39033e9

Please sign in to comment.