bump versions

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-11-28 17:14:27 +01:00
parent e2ab865230
commit 0ca1130222
5 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "pl-api", "name": "pl-api",
"version": "0.1.12", "version": "0.1.13",
"type": "module", "type": "module",
"homepage": "https://github.com/mkljczk/pl-fe/tree/develop/packages/pl-api", "homepage": "https://github.com/mkljczk/pl-fe/tree/develop/packages/pl-api",
"repository": { "repository": {

View file

@ -101,7 +101,7 @@
"multiselect-react-dropdown": "^2.0.25", "multiselect-react-dropdown": "^2.0.25",
"mutative": "^1.0.11", "mutative": "^1.0.11",
"path-browserify": "^1.0.1", "path-browserify": "^1.0.1",
"pl-api": "^0.1.12", "pl-api": "^0.1.13",
"postcss": "^8.4.47", "postcss": "^8.4.47",
"process": "^0.11.10", "process": "^0.11.10",
"punycode": "^2.1.1", "punycode": "^2.1.1",

View file

@ -7615,10 +7615,10 @@ pkg-dir@^4.1.0:
dependencies: dependencies:
find-up "^4.0.0" find-up "^4.0.0"
pl-api@^0.1.12: pl-api@^0.1.13:
version "0.1.12" version "0.1.13"
resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-0.1.12.tgz#f2bb7e91c85b0be12826eb7d315fe652cbf53c85" resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-0.1.13.tgz#1d3ac8a9bbb28ee438f3160151d8a49c90d4fd59"
integrity sha512-bwXi47LywwQ4UF1qllDsSQ/xr830idD1qFx4eDff1V6iRyVImHJYSVeVzKa8XxOwDRMjiZX8bGMQ2FLuE/mE/g== integrity sha512-1evbdXQW8Co6B0IxrOsubcDtXibbSU3Ofvuo6c0UZG4NjSHBWNmBEiq8VxDOOvwWn45HT6NmgqL73X0Agts6Kg==
dependencies: dependencies:
blurhash "^2.0.5" blurhash "^2.0.5"
http-link-header "^1.1.3" http-link-header "^1.1.3"

View file

@ -1,6 +1,6 @@
{ {
"name": "pl-hooks", "name": "pl-hooks",
"version": "0.0.3", "version": "0.0.5",
"type": "module", "type": "module",
"homepage": "https://github.com/mkljczk/pl-fe/tree/develop/packages/pl-hooks", "homepage": "https://github.com/mkljczk/pl-fe/tree/develop/packages/pl-hooks",
"repository": { "repository": {
@ -35,7 +35,7 @@
"dependencies": { "dependencies": {
"@tanstack/react-query": "^5.59.16", "@tanstack/react-query": "^5.59.16",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"pl-api": "^0.1.12", "pl-api": "^0.1.13",
"react": "^18.3.1", "react": "^18.3.1",
"valibot": "^0.42.1" "valibot": "^0.42.1"
}, },

View file

@ -2153,10 +2153,10 @@ pkg-types@^1.0.3, pkg-types@^1.1.1:
mlly "^1.7.1" mlly "^1.7.1"
pathe "^1.1.2" pathe "^1.1.2"
pl-api@^0.1.12: pl-api@^0.1.13:
version "0.1.12" version "0.1.13"
resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-0.1.12.tgz#f2bb7e91c85b0be12826eb7d315fe652cbf53c85" resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-0.1.13.tgz#1d3ac8a9bbb28ee438f3160151d8a49c90d4fd59"
integrity sha512-bwXi47LywwQ4UF1qllDsSQ/xr830idD1qFx4eDff1V6iRyVImHJYSVeVzKa8XxOwDRMjiZX8bGMQ2FLuE/mE/g== integrity sha512-1evbdXQW8Co6B0IxrOsubcDtXibbSU3Ofvuo6c0UZG4NjSHBWNmBEiq8VxDOOvwWn45HT6NmgqL73X0Agts6Kg==
dependencies: dependencies:
blurhash "^2.0.5" blurhash "^2.0.5"
http-link-header "^1.1.3" http-link-header "^1.1.3"