Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit c48baad

Browse files
committed
v0.61.0
1 parent 0a31bf2 commit c48baad

File tree

7 files changed

+18
-15
lines changed

7 files changed

+18
-15
lines changed

CHANGELOG.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,31 @@
33
All notable changes to this project will be documented in this file.
44

55

6-
## [v0.60.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.59.0...v0.60.0) (2021-11-17 10:03:16 +0100)
6+
## [v0.61.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.59.0...v0.61.0) (2021-11-23 15:43:23 +0100)
7+
8+
### 🚧 Maintenance
9+
10+
- **docs**: github repository link ([0a31bf2](https://github.com/AxisCommunications/practical-react-components/commit/0a31bf2e980f37ae3831c7aa06a9603acfae7617))
11+
- update dependencies to latest versions ([85272e7](https://github.com/AxisCommunications/practical-react-components/commit/85272e771152dc1814d7e55c84856d5e8b9a0016))
712

813
### ✨ Features
914

1015
- **icons**: add audio icons ([b1aeeb7](https://github.com/AxisCommunications/practical-react-components/commit/b1aeeb75af02c525a6f69847861881580465b4da))
1116

12-
## [v0.59.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.58.0...v0.59.0) (2021-11-16 10:03:07 +0100)
17+
### 🐛 Bug fixes
18+
19+
- **simpletable**: unable to change column width ([0229489](https://github.com/AxisCommunications/practical-react-components/commit/0229489d73db246993ef202cb17b8157c56c0788))
20+
- **searchSelect**: set isTyping to false on blur ([b8f2f96](https://github.com/AxisCommunications/practical-react-components/commit/b8f2f961fc4b2fc5a4301b58a4fa3554be4a63a6))
21+
22+
## [v0.59.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.56.0...v0.59.0) (2021-11-16 10:03:07 +0100)
1323

1424
### 🚧 Maintenance
1525

1626
- update dependencies to latest versions ([bfd6af1](https://github.com/AxisCommunications/practical-react-components/commit/bfd6af1109473895cc178c0fca71ca4bd93c0e4a))
1727

18-
## [v0.58.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.57.0...v0.58.0) (2021-11-12 09:12:25 +0100)
19-
2028
### 🐛 Bug fixes
2129

2230
- **button**: icon don't overflow and buttons are aligned ([378549e](https://github.com/AxisCommunications/practical-react-components/commit/378549ea9fa00eea58c149c1aa735936fe1c2859))
23-
24-
## [v0.57.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.56.0...v0.57.0) (2021-10-29 17:00:42 +0200)
25-
26-
### 🐛 Bug fixes
27-
2831
- **popOver**: reposition PopOver when it is resized ([6c7dd8e](https://github.com/AxisCommunications/practical-react-components/commit/6c7dd8ebbbb3d581ac2a879bc447c9f1ff8c1b37))
2932

3033
## [v0.56.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.55.0...v0.56.0) (2021-10-26 15:17:49 +0200)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "practical-react-components",
3-
"version": "0.60.0",
3+
"version": "0.61.0",
44
"private": true,
55
"description": "Practical react components library",
66
"homepage": "https://github.com/AxisCommunications/practical-react-components",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "practical-react-components-core",
3-
"version": "0.60.0",
3+
"version": "0.61.0",
44
"description": "Practical react components library - Core",
55
"homepage": "https://github.com/AxisCommunications/practical-react-components",
66
"license": "MIT",

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "practical-react-components-docs",
33
"private": true,
4-
"version": "0.60.0",
4+
"version": "0.61.0",
55
"license": "MIT",
66
"scripts": {
77
"props": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" ts-node scripts/docs-props-gen.ts --source ../core/src/index.ts --source ../formik/src/index.ts --dest src --tsconfig tsconfig.json",

packages/formik/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "practical-react-components-formik",
3-
"version": "0.60.0",
3+
"version": "0.61.0",
44
"description": "Practical react components library - Formik components",
55
"homepage": "https://github.com/AxisCommunications/practical-react-components",
66
"license": "MIT",

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "practical-react-components-icons",
3-
"version": "0.60.0",
3+
"version": "0.61.0",
44
"description": "Practical react components library - Icons",
55
"homepage": "https://github.com/AxisCommunications/practical-react-components",
66
"license": "MIT AND Apache-2.0",

packages/ui-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "practical-react-components-ui-tests",
33
"private": true,
4-
"version": "0.60.0",
4+
"version": "0.61.0",
55
"license": "MIT",
66
"scripts": {
77
"build:ts": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" --env.NODE_ENV=docs",

0 commit comments

Comments
 (0)