Skip to content

Commit

Permalink
v5.0.89
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Mar 17, 2024
1 parent 81bb3ca commit 5e115eb
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "5.0.88"
"version": "5.0.89"
}
6 changes: 3 additions & 3 deletions packages/blueprints/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pro-gallery-blueprints",
"version": "5.0.88",
"version": "5.0.89",
"private": false,
"author": {
"name": "Nir Naor",
Expand Down Expand Up @@ -41,8 +41,8 @@
"typescript": "^4.9.5"
},
"dependencies": {
"pro-gallery-lib": "5.0.88",
"pro-layouts": "5.0.88"
"pro-gallery-lib": "5.0.89",
"pro-layouts": "5.0.89"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
8 changes: 4 additions & 4 deletions packages/gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "pro-gallery",
"version": "5.0.88",
"version": "5.0.89",
"sideEffects": [
"./src/components/styles/gallery.scss"
],
Expand Down Expand Up @@ -38,9 +38,9 @@
"dependencies": {
"@vimeo/player": "2.8.2",
"hls.js": "1.4.12",
"pro-gallery-blueprints": "5.0.88",
"pro-gallery-lib": "5.0.88",
"pro-layouts": "5.0.88",
"pro-gallery-blueprints": "5.0.89",
"pro-gallery-lib": "5.0.89",
"pro-layouts": "5.0.89",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-player": "2.11.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/layouts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": false,
"name": "pro-layouts",
"sideEffects": false,
"version": "5.0.88",
"version": "5.0.89",
"author": {
"name": "Guy Sopher",
"email": "guysopher@gmail.com"
Expand Down Expand Up @@ -43,6 +43,6 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"pro-gallery-lib": "5.0.88"
"pro-gallery-lib": "5.0.89"
}
}
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pro-gallery-lib",
"version": "5.0.88",
"version": "5.0.89",
"private": false,
"author": {
"name": "Rita Bazak",
Expand Down
10 changes: 5 additions & 5 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pro-playground",
"version": "5.0.88",
"version": "5.0.89",
"private": true,
"scripts": {
"watch": "sleep 10 && node scripts/start.js",
Expand All @@ -22,10 +22,10 @@
"image-client-api": "^1.3130.0",
"lodash.clonedeep": "^4.5.0",
"moment": "2.29.2",
"pro-gallery": "5.0.88",
"pro-gallery-blueprints": "5.0.88",
"pro-gallery-lib": "5.0.88",
"pro-layouts": "5.0.88",
"pro-gallery": "5.0.89",
"pro-gallery-blueprints": "5.0.89",
"pro-gallery-lib": "5.0.89",
"pro-layouts": "5.0.89",
"re-resizable": "^6.8.0",
"react": "^18.2.0",
"react-color": "^2.17.3",
Expand Down

0 comments on commit 5e115eb

Please sign in to comment.