Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Dec 18, 2021
1 parent 0cf2d67 commit 09b3cb2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.10.5"
"version": "0.11.0"
}
8 changes: 4 additions & 4 deletions packages/better-write-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-write-app",
"version": "0.10.5",
"version": "0.11.0",
"repository": "https://github.com/Novout/better-write",
"author": {
"name": "Giovane Cardoso",
Expand Down Expand Up @@ -30,9 +30,9 @@
"@vueuse/integrations": "7.3.0",
"@vueuse/motion": "2.0.0-beta.4",
"autoprefixer": "10.4.0",
"better-write-entity": "*",
"better-write-types": "*",
"better-write-plugin-core": "*",
"better-write-entity": "^0.11.0",
"better-write-plugin-core": "^0.11.0",
"better-write-types": "^0.11.0",
"date-fns": "2.27.0",
"docx": "7.2.0",
"dropbox": "10.23.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/better-write-entity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-write-entity",
"version": "0.1.0",
"version": "0.11.0",
"author": "Novout",
"license": "MIT",
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions packages/better-write-plugin-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-write-plugin-core",
"version": "0.1.0",
"version": "0.11.0",
"author": "Novout",
"license": "MIT",
"main": "dist/index.cjs",
Expand All @@ -19,10 +19,10 @@
"README.md"
],
"dependencies": {
"better-write-types": "*",
"vue-demi": "latest",
"better-write-types": "^0.11.0",
"mitt": "3.0.0",
"pinia": "2.0.6"
"pinia": "2.0.6",
"vue-demi": "latest"
},
"peerDependencies": {
"@vue/composition-api": "^1.0.0-rc.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/better-write-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-write-types",
"version": "0.1.0",
"version": "0.11.0",
"author": "Novout",
"license": "MIT",
"keywords": [
Expand Down

1 comment on commit 09b3cb2

@vercel
Copy link

@vercel vercel bot commented on 09b3cb2 Dec 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.