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

Commit a35215a

Browse files
committed
v1.8.0
1 parent 4adee08 commit a35215a

File tree

8 files changed

+18
-6
lines changed

8 files changed

+18
-6
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: yarn build:libs
3333

3434
- name: Release changelog
35+
env:
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3537
run: ./sbin/changelog.py --skip-header single > release-CHANGELOG.md
3638

3739
- name: Release

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
# Changelog
33
All notable changes to this project will be documented in this file.
44

5+
## [v1.8.0](https://github.com/AxisCommunications/practical-react-components/releases/tag/v1.8.0)
6+
2022-10-18 07:50:45 +0200, [Compare changes](https://github.com/AxisCommunications/practical-react-components/compare/v1.7.1...v1.8.0)
7+
8+
### 🚧 Maintenance
9+
10+
- update workflows ([`4adee08`](https://github.com/AxisCommunications/practical-react-components/commit/4adee087518f1c9c60b2e5316312786f773733e4)) ([**@Tigge**](https://github.com/Tigge))
11+
- upgrade dependencies ([`c67e969`](https://github.com/AxisCommunications/practical-react-components/commit/c67e9698a7ee311744f716384f5a55879cc0af0d)) ([**@Tigge**](https://github.com/Tigge))
12+
- upgrade release scripts ([`2feba5f`](https://github.com/AxisCommunications/practical-react-components/commit/2feba5fd57953b78f7435bb22f85fb100e920da2)) ([**@Tigge**](https://github.com/Tigge))
13+
- update yarn, yarn sdks, yarn plugins ([`3bc4288`](https://github.com/AxisCommunications/practical-react-components/commit/3bc428824df363a28a833b4d580a8d9f25611e62)) ([**@Tigge**](https://github.com/Tigge))
14+
515
## [v1.7.1](https://github.com/AxisCommunications/practical-react-components/releases/tag/v1.7.1)
616
2022-09-21 15:46:34 +0200, [Compare changes](https://github.com/AxisCommunications/practical-react-components/compare/v1.7.0...v1.7.1)
717

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": "1.7.1",
3+
"version": "1.8.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": "1.7.1",
3+
"version": "1.8.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": "1.7.1",
4+
"version": "1.8.0",
55
"license": "MIT",
66
"scripts": {
77
"props": "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": "1.7.1",
3+
"version": "1.8.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": "1.7.1",
3+
"version": "1.8.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": "1.7.1",
4+
"version": "1.8.0",
55
"license": "MIT",
66
"scripts": {
77
"build": "NODE_ENV=docs yarn webpack --bail",

0 commit comments

Comments
 (0)