Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and p-m-p committed Apr 6, 2024
1 parent 9033a8f commit 03b4a8e
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 14 deletions.
11 changes: 0 additions & 11 deletions .changeset/nine-mirrors-glow.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 2.5.0

### Minor Changes

- 511f36c: SliderControls component fixes and improvements.

- ARIA attributes added to navigation buttons
- Fix custom index button event listeners
- Don't apply static aria attributes to custom controls
- Attributes to control default button labels
- Better test coverage

## 2.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boxslider/components",
"version": "2.4.0",
"version": "2.5.0",
"description": "Box slider Web components",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.3.15

### Patch Changes

- Updated dependencies [511f36c]
- @boxslider/components@2.5.0
- @boxslider/react@2.4.1

## 2.3.14

### Patch Changes
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": "examples",
"private": true,
"version": "2.3.14",
"version": "2.3.15",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.4.1

### Patch Changes

- Updated dependencies [511f36c]
- @boxslider/components@2.5.0

## 2.4.0

### Minor Changes
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.4.0",
"version": "2.4.1",
"repository": {
"type": "git",
"url": "https://github.com/boxslider/slider/packages/react"
Expand Down

0 comments on commit 03b4a8e

Please sign in to comment.