Skip to content

Commit

Permalink
chore(release): publish v2.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
p-m-p committed Sep 7, 2023
1 parent 51b71d8 commit 682769b
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.2.11 (2023-09-07)

**Note:** Version bump only for package slider

## 2.2.10 (2023-08-25)

**Note:** Version bump only for package slider
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.2.10",
"version": "2.2.11",
"useNx": true
}
4 changes: 4 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.2.11 (2023-09-07)

**Note:** Version bump only for package @boxslider/examples

## 2.2.10 (2023-08-25)

**Note:** Version bump only for package @boxslider/examples
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": "@boxslider/examples",
"private": true,
"version": "2.2.10",
"version": "2.2.11",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
4 changes: 4 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.2.11 (2023-09-07)

**Note:** Version bump only for package @boxslider/react

## 2.2.10 (2023-08-25)

**Note:** Version bump only for package @boxslider/react
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.2.10",
"version": "2.2.11",
"repository": {
"type": "git",
"url": "https://github.com/boxslider/slider/packages/react"
Expand Down
4 changes: 4 additions & 0 deletions packages/slider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.2.11 (2023-09-07)

**Note:** Version bump only for package @boxslider/slider

## 2.2.10 (2023-08-25)

**Note:** Version bump only for package @boxslider/slider
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.2.10",
"version": "2.2.11",
"description": "Flexible and light weight content slider",
"repository": {
"type": "git",
Expand Down

0 comments on commit 682769b

Please sign in to comment.