Skip to content

Commit

Permalink
v4.1.138
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed May 26, 2024
1 parent 3a482e7 commit 3600d2e
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 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": "4.1.137"
"version": "4.1.138"
}
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": "4.1.137",
"version": "4.1.138",
"private": false,
"author": {
"name": "Nir Naor",
Expand Down Expand Up @@ -41,8 +41,8 @@
"typescript": "4.1.2"
},
"dependencies": {
"pro-gallery-lib": "4.1.137",
"pro-layouts": "4.1.137"
"pro-gallery-lib": "4.1.138",
"pro-layouts": "4.1.138"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
10 changes: 5 additions & 5 deletions packages/gallery/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "4.1.137",
"version": "4.1.138",
"sideEffects": [
"./src/components/styles/gallery.scss"
],
Expand Down Expand Up @@ -38,9 +38,9 @@
"dependencies": {
"@vimeo/player": "2.8.2",
"hls.js": "^1.1.5",
"pro-gallery-blueprints": "4.1.137",
"pro-gallery-lib": "4.1.137",
"pro-layouts": "4.1.137",
"pro-gallery-blueprints": "4.1.138",
"pro-gallery-lib": "4.1.138",
"pro-layouts": "4.1.138",
"react-player": "^2.6.2"
},
"peerDependencies": {
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": "4.1.137",
"version": "4.1.138",
"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": "4.1.137"
"pro-gallery-lib": "4.1.138"
}
}
4 changes: 2 additions & 2 deletions packages/lean-gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "lean-gallery",
"version": "4.1.137",
"version": "4.1.138",
"sideEffects": [
"./src/leanGallery/leanGallery.scss"
],
Expand Down Expand Up @@ -29,7 +29,7 @@
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"pro-gallery-lib": "4.1.137"
"pro-gallery-lib": "4.1.138"
},
"peerDependencies": {
"react": "^16.8.6",
Expand Down
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": "4.1.137",
"version": "4.1.138",
"private": false,
"author": {
"name": "Rita Bazak",
Expand Down
12 changes: 6 additions & 6 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pro-playground",
"version": "4.1.137",
"version": "4.1.138",
"private": true,
"scripts": {
"watch": "sleep 10 && node scripts/start.js",
Expand All @@ -20,13 +20,13 @@
"css-animation": "1.5.0",
"firebase": "^8.2.4",
"image-client-api": "^1.3130.0",
"lean-gallery": "4.1.137",
"lean-gallery": "4.1.138",
"lodash.clonedeep": "^4.5.0",
"moment": "2.29.2",
"pro-gallery": "4.1.137",
"pro-gallery-blueprints": "4.1.137",
"pro-gallery-lib": "4.1.137",
"pro-layouts": "4.1.137",
"pro-gallery": "4.1.138",
"pro-gallery-blueprints": "4.1.138",
"pro-gallery-lib": "4.1.138",
"pro-layouts": "4.1.138",
"re-resizable": "^6.8.0",
"react": "^16.8.6",
"react-color": "^2.17.3",
Expand Down

0 comments on commit 3600d2e

Please sign in to comment.