Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cudr committed Jul 1, 2020
1 parent 45b8a16 commit a9b20ae
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 11 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.6.5](https://github.com/cudr/slate-collaborative/compare/v0.6.6...v0.6.5)
#### [v0.7.0](https://github.com/cudr/slate-collaborative/compare/v0.6.7...v0.7.0)

> 21 June 2020
> 1 July 2020
- Preserve external history option [`#22`](https://github.com/cudr/slate-collaborative/pull/22)
- Generate auto-changelog [`#21`](https://github.com/cudr/slate-collaborative/pull/21)
- feat: take changelog version from bridge package [`45b8a16`](https://github.com/cudr/slate-collaborative/commit/45b8a16ef57e582a617c7f6284de697a90e16030)

#### [v0.6.7](https://github.com/cudr/slate-collaborative/compare/v0.6.6...v0.6.7)

> 22 June 2020
- feat: add license [`f5bd03c`](https://github.com/cudr/slate-collaborative/commit/f5bd03cf27a1c620c69e6823b433963aea84610e)
- feat: modify changelog template [`c40cdda`](https://github.com/cudr/slate-collaborative/commit/c40cdda45d478b733f195058ef7b239bbb476aeb)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.7.1",
"version": "0.6.7",
"version": "0.7.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slate-collaborative/backend",
"version": "0.6.7",
"version": "0.7.0",
"files": [
"lib"
],
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/runtime": "^7.6.3",
"@slate-collaborative/bridge": "^0.6.7",
"@slate-collaborative/bridge": "^0.7.0",
"@types/lodash": "^4.14.150",
"@types/socket.io": "^2.1.4",
"automerge": "0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slate-collaborative/bridge",
"version": "0.6.7",
"version": "0.7.0",
"files": [
"lib"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slate-collaborative/client",
"version": "0.6.7",
"version": "0.7.0",
"files": [
"lib"
],
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/preset-react": "^7.0.0",
"@slate-collaborative/bridge": "^0.6.7",
"@slate-collaborative/bridge": "^0.7.0",
"automerge": "0.14.0",
"slate": "0.58.3",
"slate-history": "0.58.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@slate-collaborative/example",
"version": "0.6.7",
"version": "0.7.0",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.17",
"@emotion/styled": "^10.0.17",
"@slate-collaborative/backend": "^0.6.7",
"@slate-collaborative/client": "^0.6.7",
"@slate-collaborative/backend": "^0.7.0",
"@slate-collaborative/client": "^0.7.0",
"@types/faker": "^4.1.5",
"@types/is-url": "^1.2.28",
"@types/jest": "24.0.18",
Expand Down

0 comments on commit a9b20ae

Please sign in to comment.