Skip to content

Commit 7517ed7

Browse files
committed
Prepare for v.2.5.0
1 parent cf4948e commit 7517ed7

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
11
# Changelog
22

3-
## [2.4.3](https://github.com/FormidableLabs/urql-devtools/tree/2.4.3) (2021-03-22)
3+
## [v2.5.0](https://github.com/FormidableLabs/urql-devtools/tree/v2.5.0) (2021-04-20)
44

5-
[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.4.2...2.4.3)
5+
[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.4.3...v2.5.0)
6+
7+
**Added enhancements:**
8+
9+
- Update bug report template on runtime error [\#340](https://github.com/FormidableLabs/urql-devtools/issues/340)
10+
- Add copy to clipboard functionality to code blocks [\#307](https://github.com/FormidableLabs/urql-devtools/issues/307)
11+
12+
**Merged pull requests:**
13+
14+
- Feature/code block copy [\#349](https://github.com/FormidableLabs/urql-devtools/pull/349) ([jmfulgham](https://github.com/jmfulgham))
15+
- Add Copy feature [\#348](https://github.com/FormidableLabs/urql-devtools/pull/348) ([jmfulgham](https://github.com/jmfulgham))
16+
- fix: Add new issue templates for electron and extension apps [\#347](https://github.com/FormidableLabs/urql-devtools/pull/347) ([ValGeorgiev](https://github.com/ValGeorgiev))
17+
- Bump y18n from 4.0.0 to 4.0.1 [\#344](https://github.com/FormidableLabs/urql-devtools/pull/344) ([dependabot[bot]](https://github.com/apps/dependabot))
18+
- Bump elliptic from 6.5.3 to 6.5.4 [\#338](https://github.com/FormidableLabs/urql-devtools/pull/338) ([dependabot[bot]](https://github.com/apps/dependabot))
19+
- Restructure dev docs + add RN app link [\#317](https://github.com/FormidableLabs/urql-devtools/pull/317) ([andyrichardson](https://github.com/andyrichardson))
20+
21+
## [v2.4.3](https://github.com/FormidableLabs/urql-devtools/tree/v2.4.3) (2021-03-22)
22+
23+
[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.4.2...v2.4.3)
624

725
**Fixed bugs:**
826

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Set the version attribute in the _package.json_
107107
> Note: This step requires docker
108108
109109
```
110-
yarn changelog --future-release [release version] --token [your github oauth token]
110+
yarn changelog --future-release v0.0.0[release number] --token [your github oauth token]
111111
```
112112

113113
#### 3. Push/merge new version to master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "urql-devtools",
3-
"version": "2.4.3",
3+
"version": "2.5.0",
44
"description": "The official devtools utility for urql",
55
"homepage": "https://www.github.com/FormidableLabs/urql-devtools",
66
"bugs": {

0 commit comments

Comments
 (0)