Skip to content

Commit

Permalink
v5.0.75
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Dec 5, 2023
1 parent 68304b9 commit 83ec6c4
Show file tree
Hide file tree
Showing 7 changed files with 6,641 additions and 33,682 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.74"
"version": "5.0.75"
}
40,291 changes: 6,625 additions & 33,666 deletions package-lock.json

Large diffs are not rendered by default.

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.74",
"version": "5.0.75",
"private": false,
"author": {
"name": "Nir Naor",
Expand Down Expand Up @@ -41,8 +41,8 @@
"typescript": "^4.9.5"
},
"dependencies": {
"pro-gallery-lib": "5.0.74",
"pro-layouts": "5.0.74"
"pro-gallery-lib": "5.0.75",
"pro-layouts": "5.0.75"
},
"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.74",
"version": "5.0.75",
"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.74",
"pro-gallery-lib": "5.0.74",
"pro-layouts": "5.0.74",
"pro-gallery-blueprints": "5.0.75",
"pro-gallery-lib": "5.0.75",
"pro-layouts": "5.0.75",
"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.74",
"version": "5.0.75",
"author": {
"name": "Guy Sopher",
"email": "[email protected]"
Expand Down Expand Up @@ -43,6 +43,6 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"pro-gallery-lib": "5.0.74"
"pro-gallery-lib": "5.0.75"
}
}
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.74",
"version": "5.0.75",
"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.74",
"version": "5.0.75",
"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.74",
"pro-gallery-blueprints": "5.0.74",
"pro-gallery-lib": "5.0.74",
"pro-layouts": "5.0.74",
"pro-gallery": "5.0.75",
"pro-gallery-blueprints": "5.0.75",
"pro-gallery-lib": "5.0.75",
"pro-layouts": "5.0.75",
"re-resizable": "^6.8.0",
"react": "^18.2.0",
"react-color": "^2.17.3",
Expand Down

0 comments on commit 83ec6c4

Please sign in to comment.