Skip to content

Commit

Permalink
Merge pull request #473 from biati-digital/changeset-release/v4-beta
Browse files Browse the repository at this point in the history
chore: new release candidate (beta)
  • Loading branch information
biati-digital authored Mar 28, 2024
2 parents 223d9e4 + 66a57b5 commit 3f9a456
Show file tree
Hide file tree
Showing 13 changed files with 60 additions and 13 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@
"@glightbox/utils": "1.0.0-beta.1",
"@glightbox/video": "1.0.0-beta.1"
},
"changesets": []
"changesets": [
"nine-books-hope"
]
}
7 changes: 7 additions & 0 deletions packages/drag-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @glightbox/drag-navigation

## 1.0.0-beta.3

### Patch Changes

- Updated dependencies [[`223d9e4`](https://github.com/biati-digital/glightbox/commit/223d9e4e3aa9dfdb7ad382b4eff5f512cc351372)]:
- @glightbox/plugin-core@1.0.0-beta.3

## 1.0.0-beta.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/drag-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glightbox/drag-navigation",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "GLightbox plugin to enable user drag to change slides",
"author": "Biati Digital",
"homepage": "https://biati-digital.github.io/glightbox/",
Expand Down Expand Up @@ -29,7 +29,7 @@
"glightbox"
],
"dependencies": {
"@glightbox/plugin-core": "1.0.0-beta.2"
"@glightbox/plugin-core": "1.0.0-beta.3"
},
"license": "GPLV3"
}
9 changes: 9 additions & 0 deletions packages/glightbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# glightbox

## 4.0.0-beta.6

### Patch Changes

- [`223d9e4`](https://github.com/biati-digital/glightbox/commit/223d9e4e3aa9dfdb7ad382b4eff5f512cc351372) Thanks [@biati-digital](https://github.com/biati-digital)! - GLightbox will load the assets that are defined in plugins

- Updated dependencies [[`223d9e4`](https://github.com/biati-digital/glightbox/commit/223d9e4e3aa9dfdb7ad382b4eff5f512cc351372)]:
- @glightbox/plugin-core@1.0.0-beta.3

## 4.0.0-beta.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/glightbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glightbox",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.6",
"description": "Beautiful Pure Javascript Lightbox",
"homepage": "https://biati-digital.github.io/glightbox/",
"repository": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"license": "GPLV3",
"dependencies": {
"@glightbox/utils": "1.0.0-beta.1",
"@glightbox/plugin-core": "1.0.0-beta.2"
"@glightbox/plugin-core": "1.0.0-beta.3"
},
"devDependencies": {
"vite-plugin-static-copy": "^1.0.1"
Expand Down
7 changes: 7 additions & 0 deletions packages/image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @glightbox/image

## 1.0.0-beta.3

### Patch Changes

- Updated dependencies [[`223d9e4`](https://github.com/biati-digital/glightbox/commit/223d9e4e3aa9dfdb7ad382b4eff5f512cc351372)]:
- @glightbox/plugin-core@1.0.0-beta.3

## 1.0.0-beta.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glightbox/image",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "GLightbox plugin to add support for displaying images in the lightbox",
"author": "Biati Digital",
"homepage": "https://biati-digital.github.io/glightbox/",
Expand Down Expand Up @@ -28,7 +28,7 @@
"glightbox"
],
"dependencies": {
"@glightbox/plugin-core": "1.0.0-beta.2"
"@glightbox/plugin-core": "1.0.0-beta.3"
},
"license": "GPLV3"
}
7 changes: 7 additions & 0 deletions packages/keyboard-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @glightbox/keyboard-navigation

## 1.0.0-beta.3

### Patch Changes

- Updated dependencies [[`223d9e4`](https://github.com/biati-digital/glightbox/commit/223d9e4e3aa9dfdb7ad382b4eff5f512cc351372)]:
- @glightbox/plugin-core@1.0.0-beta.3

## 1.0.0-beta.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/keyboard-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glightbox/keyboard-navigation",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "GLightbox plugin to add support for keyboard navigation",
"author": "Biati Digital",
"homepage": "https://biati-digital.github.io/glightbox/",
Expand Down Expand Up @@ -28,7 +28,7 @@
"glightbox"
],
"dependencies": {
"@glightbox/plugin-core": "1.0.0-beta.2"
"@glightbox/plugin-core": "1.0.0-beta.3"
},
"license": "GPLV3"
}
6 changes: 6 additions & 0 deletions packages/plugin-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @glightbox/plugin-core

## 1.0.0-beta.3

### Patch Changes

- [`223d9e4`](https://github.com/biati-digital/glightbox/commit/223d9e4e3aa9dfdb7ad382b4eff5f512cc351372) Thanks [@biati-digital](https://github.com/biati-digital)! - GLightbox will load the assets that are defined in plugins

## 1.0.0-beta.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glightbox/plugin-core",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "GLightbox Plugin Core",
"homepage": "https://biati-digital.github.io/glightbox/",
"repository": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"access": "public"
},
"devDependencies": {
"glightbox": "^4.0.0-beta.5"
"glightbox": "^4.0.0-beta.6"
},
"author": "Biati Digital",
"license": "GPLV3"
Expand Down
9 changes: 9 additions & 0 deletions packages/video/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @glightbox/video

## 1.0.0-beta.3

### Patch Changes

- [`223d9e4`](https://github.com/biati-digital/glightbox/commit/223d9e4e3aa9dfdb7ad382b4eff5f512cc351372) Thanks [@biati-digital](https://github.com/biati-digital)! - GLightbox will load the assets that are defined in plugins

- Updated dependencies [[`223d9e4`](https://github.com/biati-digital/glightbox/commit/223d9e4e3aa9dfdb7ad382b4eff5f512cc351372)]:
- @glightbox/plugin-core@1.0.0-beta.3

## 1.0.0-beta.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/video/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glightbox/video",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "GLightbox plugin to add support for displaying videos in the lightbox",
"author": "Biati Digital",
"homepage": "https://biati-digital.github.io/glightbox/",
Expand Down Expand Up @@ -28,7 +28,7 @@
"glightbox"
],
"dependencies": {
"@glightbox/plugin-core": "1.0.0-beta.2"
"@glightbox/plugin-core": "1.0.0-beta.3"
},
"license": "GPLV3"
}

0 comments on commit 3f9a456

Please sign in to comment.