Skip to content

Commit

Permalink
version 2.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszPilch committed Jan 19, 2022
1 parent 548e55e commit bd1fe13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bheui/components",
"version": "2.0.0-rc1",
"version": "2.0.0-rc2",
"description": "Components fo BHE be UI",
"main": "dist",
"scripts": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"rxjs": "^6.6.3"
},
"dependencies": {
"@bheui/form-logic": "^0.1.0-rc5",
"@bheui/form-logic": "^0.1.0-rc6",
"@uppy/core": "^1.14.0",
"@uppy/react": "^1.10.10",
"@uppy/store-redux": "^1.2.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1881,10 +1881,10 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@bheui/form-logic@^0.1.0-rc5":
version "0.1.0-rc5"
resolved "https://registry.yarnpkg.com/@bheui/form-logic/-/form-logic-0.1.0-rc5.tgz#25c6e37c76d48db60df36d1f5930366da094a99a"
integrity sha512-aDXLtgJDHjyS+ptF3De9L/1TTlZHjxAaSNrwjvDRWWQcuyWmyDCy6yAjMq6S+3nrY1ezksmZfdjdyqBhYT0foQ==
"@bheui/form-logic@^0.1.0-rc6":
version "0.1.0-rc6"
resolved "https://registry.yarnpkg.com/@bheui/form-logic/-/form-logic-0.1.0-rc6.tgz#d9fd91ced4fc98ca79e482ca53576851d8d4b60a"
integrity sha512-TERlY5+0fEWJWPOmul9pi81/oRWqLKtneWgj0bcFMeFZlYeqstru3q7oeK/QAj3gUklWZdqg/W4wG2kvLlew3A==
dependencies:
devx-js-utilities "^0.1.7"
ramda "^0.27.2"
Expand Down

0 comments on commit bd1fe13

Please sign in to comment.