Skip to content

Commit

Permalink
chore(release): publish v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
p-m-p committed Oct 4, 2022
1 parent acbd446 commit 619b651
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 13 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.0.4 (2022-10-04)

### Bug Fixes

- **examples:** add media query to size for small screens ([#148](https://github.com/p-m-p/slider/issues/148)) ([acbd446](https://github.com/p-m-p/slider/commit/acbd446404fdc1f4a71fba75c2bdc3f1850f561e))

## 2.0.3 (2022-10-03)

**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.0.3",
"version": "2.0.4",
"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.

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.0.4 (2022-10-04)

### Bug Fixes

- **examples:** add media query to size for small screens ([#148](https://github.com/p-m-p/slider/issues/148)) ([acbd446](https://github.com/p-m-p/slider/commit/acbd446404fdc1f4a71fba75c2bdc3f1850f561e))

## 2.0.3 (2022-10-03)

**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.0.3",
"version": "2.0.4",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@boxslider/react": "^2.0.3",
"@boxslider/react": "^2.0.4",
"react-github-btn": "^1.4.0"
}
}
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.0.4 (2022-10-04)

### Bug Fixes

- **examples:** add media query to size for small screens ([#148](https://github.com/boxslider/slider/packages/react/issues/148)) ([acbd446](https://github.com/boxslider/slider/packages/react/commit/acbd446404fdc1f4a71fba75c2bdc3f1850f561e))

## 2.0.3 (2022-10-03)

**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.0.3",
"version": "2.0.4",
"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.0.3"
"@boxslider/slider": "^2.0.4"
},
"peerDependencies": {
"react": ">=16.0.0",
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.0.4 (2022-10-04)

### Bug Fixes

- **examples:** add media query to size for small screens ([#148](https://github.com/boxslider/slider/packages/slider/issues/148)) ([acbd446](https://github.com/boxslider/slider/packages/slider/commit/acbd446404fdc1f4a71fba75c2bdc3f1850f561e))

## 2.0.3 (2022-10-03)

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

0 comments on commit 619b651

Please sign in to comment.