Skip to content

Commit

Permalink
chore(release): publish v2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
p-m-p committed Mar 22, 2023
1 parent ee889cb commit 32d536c
Show file tree
Hide file tree
Showing 9 changed files with 2,860 additions and 1,792 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.5 (2023-03-22)

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

## 2.2.4 (2023-03-21)

**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,7 +9,7 @@
}
},
"npmClient": "pnpm",
"version": "2.2.4",
"version": "2.2.5",
"useNx": true,
"useWorkspaces": 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.5 (2023-03-22)

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

## 2.2.4 (2023-03-21)

**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.4",
"version": "2.2.5",
"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.5 (2023-03-22)

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

## 2.2.4 (2023-03-21)

**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.4",
"version": "2.2.5",
"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.5 (2023-03-22)

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

## 2.2.4 (2023-03-21)

**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.4",
"version": "2.2.5",
"description": "Flexible and light weight content slider",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 32d536c

Please sign in to comment.