Skip to content

Commit

Permalink
v0.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boilund committed Mar 1, 2022
1 parent a420596 commit 8222d04
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 7 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,21 @@
All notable changes to this project will be documented in this file.


## [v0.70.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.68.0...v0.70.0) (2022-02-23 06:56:55 +0100)
## [v0.71.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.70.0...v0.71.0) (2022-03-01 12:42:27 +0100)

### ✨ Features

- use the New JSX Transform ([a420596](https://github.com/AxisCommunications/practical-react-components/commit/a420596cae9aa411db7c641f76d8a69ed1ce9a53))

### 🐛 Bug fixes

- **docs**: update slider docs ([4d01568](https://github.com/AxisCommunications/practical-react-components/commit/4d0156874df1267904c6f66747b0a9f48b26497e))

### ♻️ Refactoring

- **draggable**: moves drag handle inside `DraggableListItem` ([01ff635](https://github.com/AxisCommunications/practical-react-components/commit/01ff635fc3d579e35e6df7c7c221a08d87ac111d))

## [v0.70.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.68.0...v0.70.0) (2022-02-23 10:39:27 +0100)

### 🚧 Maintenance

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": "0.70.0",
"version": "0.71.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": "0.70.0",
"version": "0.71.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": "0.70.0",
"version": "0.71.0",
"license": "MIT",
"scripts": {
"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",
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": "0.70.0",
"version": "0.71.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": "0.70.0",
"version": "0.71.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": "0.70.0",
"version": "0.71.0",
"license": "MIT",
"scripts": {
"build:ts": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" --env.NODE_ENV=docs",
Expand Down

0 comments on commit 8222d04

Please sign in to comment.