Skip to content

Commit

Permalink
v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boilund committed Jun 28, 2023
1 parent 333d9ae commit a21db06
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
# Changelog
All notable changes to this project will be documented in this file.

## [v1.16.0](https://github.com/AxisCommunications/practical-react-components/releases/tag/v1.16.0)
2023-06-28 14:02:18 +0200, [Compare changes](https://github.com/AxisCommunications/practical-react-components/compare/v1.15.0...v1.16.0)

### ✨ Features

- [!268](https://github.com/AxisCommunications/practical-react-components/pull/268) - **icons**: add SystemTimelocation icon ([`c3bfb9b`](https://github.com/AxisCommunications/practical-react-components/commit/c3bfb9baa294a685cb6add419e693330bf88f393))
- [!266](https://github.com/AxisCommunications/practical-react-components/pull/266) - **slider**: slider with indicator props ([`d712d27`](https://github.com/AxisCommunications/practical-react-components/commit/d712d27b2f9299dbad394450040418b3aac11560)) ([**@brian-chano**](https://github.com/brian-chano))

### 🐛 Bug fixes

- [!265](https://github.com/AxisCommunications/practical-react-components/pull/265) - **tooltip**: wrap ExpandedTooltipTitle overflow ([`333d9ae`](https://github.com/AxisCommunications/practical-react-components/commit/333d9ae986beaa5f373f9df6aca81397cbb28cf5))

## [v1.15.0](https://github.com/AxisCommunications/practical-react-components/releases/tag/v1.15.0)
2023-03-30 16:03:07 +0200, [Compare changes](https://github.com/AxisCommunications/practical-react-components/compare/v1.14.0...v1.15.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.15.0",
"version": "1.16.0",
"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.15.0",
"version": "1.16.0",
"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.15.0",
"version": "1.16.0",
"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.15.0",
"version": "1.16.0",
"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.15.0",
"version": "1.16.0",
"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.15.0",
"version": "1.16.0",
"license": "MIT",
"scripts": {
"build": "NODE_ENV=docs yarn webpack --bail",
Expand Down

0 comments on commit a21db06

Please sign in to comment.