Skip to content

Commit

Permalink
fix: latest version numbers applied to all cocreate packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitamin committed Jun 25, 2021
1 parent 79e3058 commit 151fbc8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/docs": "^1.0.0",
"@cocreate/message-client": "^1.0.0",
"@cocreate/observer": "^1.0.0",
"@cocreate/socket-client": "^1.0.0",
"@cocreate/utils": "^1.0.0",
"@cocreate/uuid": "^1.0.0"
"@cocreate/docs": "^1.1.14",
"@cocreate/message-client": "^1.0.9",
"@cocreate/observer": "^1.2.4",
"@cocreate/socket-client": "^1.1.5",
"@cocreate/utils": "^1.0.13",
"@cocreate/uuid": "^1.0.9"
}
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@
"@cocreate/docs" "^1.0.0"
"@cocreate/socket-client" "^1.0.0"

"@cocreate/docs@^1.0.0":
"@cocreate/docs@^1.0.0", "@cocreate/docs@^1.1.14":
version "1.1.14"
resolved "https://registry.yarnpkg.com/@cocreate/docs/-/docs-1.1.14.tgz#992e6e2e2d9b848e3ba65ff4f4abff07dc3ec6ab"
integrity sha512-MBSzKticJG8bzfqdN/A1jyLaz5k140S3O6pcN67C1muYfqUpZGxA8Fb4MGZ8QlKjx90De8GgHvZ6XP/x3I4FXw==
Expand All @@ -898,7 +898,7 @@
"@cocreate/socket-client" "^1.0.0"
mime-types "^2.1.30"

"@cocreate/message-client@^1.0.0":
"@cocreate/message-client@^1.0.9":
version "1.0.9"
resolved "https://registry.yarnpkg.com/@cocreate/message-client/-/message-client-1.0.9.tgz#b3c1eab22e500a3abffc4151feef0a974dece6d6"
integrity sha512-XaNtX5orcmgJMj/iveLPlq6BEIUHxcTMomBzVEfP6I9wmpAteXuOXpXWqL1SA1h7ajcNGJicx4ouuunQEwDeag==
Expand All @@ -907,14 +907,14 @@
"@cocreate/socket-client" "^1.0.0"
mini-css-extract-plugin "^1.5.0"

"@cocreate/observer@^1.0.0":
"@cocreate/observer@^1.2.4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@cocreate/observer/-/observer-1.2.4.tgz#d54a364164e2d555e58b7a15223d674353332d1a"
integrity sha512-90VeQv6B2V2dVlCGrDCTfbJjCnbHx0iRL/ETWKRmrijmkqgrbUTCHVCk8ABg5sCyL6bRPaTPaWzgdMiB24yQuQ==
dependencies:
"@cocreate/docs" "^1.0.0"

"@cocreate/socket-client@^1.0.0":
"@cocreate/socket-client@^1.0.0", "@cocreate/socket-client@^1.1.5":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@cocreate/socket-client/-/socket-client-1.1.5.tgz#0eb487607c7a3adc815923ba4a18be8899bdd1cd"
integrity sha512-AQxLmjd+fZ5HOeruaUGNBguwfUgv2s1ztBHRj3kGJQHKVv1TXqvCepn+ab34umPEH//t21Inp7T1ZVh/8kwcAA==
Expand All @@ -923,15 +923,15 @@
"@cocreate/uuid" "^1.0.0"
ws "^7.4.4"

"@cocreate/utils@^1.0.0":
"@cocreate/utils@^1.0.13":
version "1.0.13"
resolved "https://registry.yarnpkg.com/@cocreate/utils/-/utils-1.0.13.tgz#02ecd32c1b24d35ebcd180af2b6ffe14aac23d86"
integrity sha512-n6MFGlu1/0dMxHH6VgloHepMHCR9sb9UP1xz9n37+BHjl7NJDEUutLSazg2B/p2K+IAyVuAebF80sfziHYi3mQ==
dependencies:
"@cocreate/docs" "^1.0.0"
mini-css-extract-plugin "^1.5.0"

"@cocreate/uuid@^1.0.0":
"@cocreate/uuid@^1.0.0", "@cocreate/uuid@^1.0.9":
version "1.0.9"
resolved "https://registry.yarnpkg.com/@cocreate/uuid/-/uuid-1.0.9.tgz#c97ce6c0909925c5141828d145523d9dcd26be52"
integrity sha512-e85VF2yiAJdA+T8jyjXX7VsPD/I6AsHov3BEpEnMDw5cMRUOfiiVWfThvLUXai+4YAA0tqmyzydqd3OLerxEsw==
Expand Down

0 comments on commit 151fbc8

Please sign in to comment.