RELEASE;New version 0.12.0

This commit is contained in:
CI 2022-03-07 20:34:57 +00:00
parent affc34d441
commit e337a24300
11 changed files with 30 additions and 30 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@treejs/auth",
"version": "0.11.3",
"version": "0.12.0",
"description": "",
"author": "romanjaros <jarosr93@gmail.com>",
"license": "ISC",
@ -10,11 +10,11 @@
"ci:publish": "cp package.json dist && cd dist/ && npm publish && rm package.json"
},
"dependencies": {
"@treejs/constants": "^0.11.3",
"@treejs/types": "^0.11.3"
"@treejs/constants": "^0.12.0",
"@treejs/types": "^0.12.0"
},
"peerDependencies": {
"redux": "4.0.5",
"@reduxjs/toolkit": "^1.8.0"
"@reduxjs/toolkit": "^1.8.0",
"redux": "4.0.5"
}
}