Skip to content

Commit

Permalink
chore(release): publish v2.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
p-m-p committed Feb 17, 2024
1 parent 31b59b1 commit 93231ec
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.3.13 (2024-02-17)

### Bug Fixes

- **examples:** viewport dimensions ([31b59b1](https://github.com/p-m-p/slider/commit/31b59b1a1760d66577c5a454fff58c0403a5d51f))

## 2.3.12 (2024-02-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
}
},
"npmClient": "pnpm",
"version": "2.3.12",
"version": "2.3.13",
"useNx": true
}
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.3.13 (2024-02-17)

### Bug Fixes

- **examples:** viewport dimensions ([31b59b1](https://github.com/boxslider/slider/packages/components/commit/31b59b1a1760d66577c5a454fff58c0403a5d51f))

## 2.3.12 (2024-02-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boxslider/components",
"version": "2.3.12",
"version": "2.3.13",
"description": "Box slider Web components",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.3.13 (2024-02-17)

### Bug Fixes

- **examples:** viewport dimensions ([31b59b1](https://github.com/p-m-p/slider/commit/31b59b1a1760d66577c5a454fff58c0403a5d51f))

## 2.3.12 (2024-02-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "examples",
"private": true,
"version": "2.3.12",
"version": "2.3.13",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.3.13 (2024-02-17)

### Bug Fixes

- **examples:** viewport dimensions ([31b59b1](https://github.com/boxslider/slider/packages/react/commit/31b59b1a1760d66577c5a454fff58c0403a5d51f))

## 2.3.12 (2024-02-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boxslider/react",
"version": "2.3.12",
"version": "2.3.13",
"repository": {
"type": "git",
"url": "https://github.com/boxslider/slider/packages/react"
Expand Down
6 changes: 6 additions & 0 deletions packages/slider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.3.13 (2024-02-17)

### Bug Fixes

- **examples:** viewport dimensions ([31b59b1](https://github.com/boxslider/slider/packages/slider/commit/31b59b1a1760d66577c5a454fff58c0403a5d51f))

## 2.3.12 (2024-02-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boxslider/slider",
"version": "2.3.12",
"version": "2.3.13",
"description": "Flexible and light weight content slider",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.3.13 (2024-02-17)

### Bug Fixes

- **examples:** viewport dimensions ([31b59b1](https://github.com/p-m-p/slider/commit/31b59b1a1760d66577c5a454fff58c0403a5d51f))

## 2.3.12 (2024-02-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "website",
"private": true,
"version": "2.3.12",
"version": "2.3.13",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 93231ec

Please sign in to comment.