Skip to content

Commit

Permalink
v1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boilund committed Nov 27, 2023
1 parent 8f9a6be commit ee79385
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
# Changelog
All notable changes to this project will be documented in this file.

## [v1.18.1](https://github.com/AxisCommunications/practical-react-components/releases/tag/v1.18.1)
2023-11-27 10:33:32 +0100, [Compare changes](https://github.com/AxisCommunications/practical-react-components/compare/v1.18.0...v1.18.1)

### 🚧 Maintenance

- create dependabot.yml ([`e043e88`](https://github.com/AxisCommunications/practical-react-components/commit/e043e885c6923888665118c1751de5436064a30c)) ([**@steabert**](https://github.com/steabert))

### 🐛 Bug fixes

- [!295](https://github.com/AxisCommunications/practical-react-components/pull/295) - **slider**: drag slider on small screen ([`8f9a6be`](https://github.com/AxisCommunications/practical-react-components/commit/8f9a6be9f1c45c20b2c10c04b61e3e2ac5066dde)) ([**@HitomiWin**](https://github.com/HitomiWin))

## [v1.18.0](https://github.com/AxisCommunications/practical-react-components/releases/tag/v1.18.0)
2023-10-03 15:46:43 +0200, [Compare changes](https://github.com/AxisCommunications/practical-react-components/compare/v1.17.2...v1.18.0)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "practical-react-components",
"version": "1.18.0",
"version": "1.18.1",
"private": true,
"description": "Practical react components library",
"homepage": "https://github.com/AxisCommunications/practical-react-components",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "practical-react-components-core",
"version": "1.18.0",
"version": "1.18.1",
"description": "Practical react components library - Core",
"homepage": "https://github.com/AxisCommunications/practical-react-components",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "practical-react-components-docs",
"private": true,
"version": "1.18.0",
"version": "1.18.1",
"license": "MIT",
"scripts": {
"props": "ts-node scripts/docs-props-gen.ts --source ../core/src/index.ts --source ../formik/src/index.ts --dest src --tsconfig tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/formik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "practical-react-components-formik",
"version": "1.18.0",
"version": "1.18.1",
"description": "Practical react components library - Formik components",
"homepage": "https://github.com/AxisCommunications/practical-react-components",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "practical-react-components-icons",
"version": "1.18.0",
"version": "1.18.1",
"description": "Practical react components library - Icons",
"homepage": "https://github.com/AxisCommunications/practical-react-components",
"license": "MIT AND Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "practical-react-components-ui-tests",
"private": true,
"version": "1.18.0",
"version": "1.18.1",
"license": "MIT",
"scripts": {
"build": "NODE_ENV=docs yarn webpack --bail",
Expand Down

0 comments on commit ee79385

Please sign in to comment.