Skip to content

Commit

Permalink
chore(release): publish v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
p-m-p committed Oct 7, 2023
1 parent fc68840 commit 84e469a
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.3.1 (2023-10-07)

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

# 2.3.0 (2023-10-06)

### Features
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.0",
"version": "2.3.1",
"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.3.1 (2023-10-07)

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

# 2.3.0 (2023-10-06)

### Features
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.3.0",
"version": "2.3.1",
"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.3.1 (2023-10-07)

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

# 2.3.0 (2023-10-06)

### Features
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.0",
"version": "2.3.1",
"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.3.1 (2023-10-07)

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

# 2.3.0 (2023-10-06)

### Features
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.0",
"version": "2.3.1",
"description": "Flexible and light weight content slider",
"repository": {
"type": "git",
Expand Down

0 comments on commit 84e469a

Please sign in to comment.