Skip to content

Commit

Permalink
v5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-hv committed Feb 14, 2024
1 parent 9555ba5 commit e3a6ed6
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.12.0](https://github.com/WTTJ/welcome-ui/compare/v5.11.0...v5.12.0) (2024-02-14)


### Features

* reverse slider mode ([9555ba5](https://github.com/WTTJ/welcome-ui/commit/9555ba5f175a5869b18efcfec971770edf6406e1))





# [5.11.0-alpha.11](https://github.com/WTTJ/welcome-ui/compare/v5.11.0-alpha.10...v5.11.0-alpha.11) (2024-02-07)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"icons"
],
"version": "5.11.0",
"version": "5.12.0",
"npmClient": "yarn",
"useWorkspaces": true,
"useNx": false
Expand Down
11 changes: 11 additions & 0 deletions packages/Slider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.12.0](https://github.com/WTTJ/welcome-ui/compare/v5.11.0...v5.12.0) (2024-02-14)


### Features

* reverse slider mode ([9555ba5](https://github.com/WTTJ/welcome-ui/commit/9555ba5f175a5869b18efcfec971770edf6406e1))





## [5.6.1](https://github.com/WTTJ/welcome-ui/compare/v5.6.0...v5.6.1) (2023-10-31)

**Note:** Version bump only for package @welcome-ui/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": "@welcome-ui/slider",
"version": "5.6.1",
"version": "5.12.0",
"description": "Customizable design system with react • styled-components • styled-system and ariakit.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit e3a6ed6

Please sign in to comment.