Compare commits
5 Commits
fix/projec
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9711abf4dd | ||
|
|
261db3f9db | ||
|
|
0b53743298 | ||
|
|
5b63b77102 | ||
|
|
7589e04207 |
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [1.5.2] - 2020-09-10
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Remember last tracked project and task on card
|
||||||
|
|
||||||
## [1.5.1] - 2020-08-04
|
## [1.5.1] - 2020-08-04
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "moco-browser-extensions",
|
"name": "moco-browser-extensions",
|
||||||
"description": "Browser plugin for MOCO",
|
"description": "Browser plugin for MOCO",
|
||||||
"version": "1.5.1",
|
"version": "1.5.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "yarn start:chrome",
|
"start": "yarn start:chrome",
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
"mobx": "^5.15.4",
|
"mobx": "^5.15.4",
|
||||||
"mobx-react": "^6.2.2",
|
"mobx-react": "^6.2.2",
|
||||||
"prop-types": "^15.6.2",
|
"prop-types": "^15.6.2",
|
||||||
"query-string": "^6.12.1",
|
"query-string": "^6.13.4",
|
||||||
"react": "^16.13.1",
|
"react": "^16.13.1",
|
||||||
"react-dom": "^16.13.1",
|
"react-dom": "^16.13.1",
|
||||||
"react-select": "^3.1.0",
|
"react-select": "^3.1.0",
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import "mobx-react-lite/batchingForReactDom"
|
|
||||||
import React, { createRef } from "react"
|
import React, { createRef } from "react"
|
||||||
import ReactDOM from "react-dom"
|
import ReactDOM from "react-dom"
|
||||||
import { Transition, animated, config } from "react-spring/renderprops"
|
import { Transition, animated, config } from "react-spring/renderprops"
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import "mobx-react-lite/batchingForReactDom"
|
|
||||||
import React from "react"
|
import React from "react"
|
||||||
import ReactDOM from "react-dom"
|
import ReactDOM from "react-dom"
|
||||||
import Options from "./components/Options"
|
import Options from "./components/Options"
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import "mobx-react-lite/batchingForReactDom"
|
|
||||||
import React from "react"
|
import React from "react"
|
||||||
import ReactDOM from "react-dom"
|
import ReactDOM from "react-dom"
|
||||||
import App from "./components/App"
|
import App from "./components/App"
|
||||||
|
|||||||
Reference in New Issue
Block a user