Skip to content

Commit

Permalink
chore(release): publish v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
p-m-p committed Dec 22, 2022
1 parent 579fed3 commit 639d439
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 13 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.1.3 (2022-12-22)

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

## 2.1.2 (2022-12-08)

**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 @@ -11,7 +11,7 @@
"noPrivate": true
}
},
"version": "2.1.2",
"version": "2.1.3",
"useNx": true,
"useWorkspaces": true
}
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.3 (2022-12-22)

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

## 2.1.2 (2022-12-08)

**Note:** Version bump only for package @boxslider/examples
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@boxslider/examples",
"private": true,
"version": "2.1.2",
"version": "2.1.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@boxslider/react": "^2.1.2",
"@boxslider/react": "^2.1.3",
"react-github-btn": "^1.4.0"
}
}
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.1.3 (2022-12-22)

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

## 2.1.2 (2022-12-08)

**Note:** Version bump only for package @boxslider/react
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boxslider/react",
"version": "2.1.2",
"version": "2.1.3",
"repository": {
"type": "git",
"url": "https://github.com/boxslider/slider/packages/react"
Expand Down Expand Up @@ -38,7 +38,7 @@
"types": "tsc --project tsconfig.types.json --emitDeclarationOnly --outDir dist/types"
},
"dependencies": {
"@boxslider/slider": "^2.1.2"
"@boxslider/slider": "^2.1.3"
},
"peerDependencies": {
"react": ">=16.0.0",
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.1.3 (2022-12-22)

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

## 2.1.2 (2022-12-08)

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

0 comments on commit 639d439

Please sign in to comment.