Skip to content

Commit 773570b

Browse files
authored
V1.0.2 changelog (#1088)
* fix changelog * narrow pre-commit steps to particular files
1 parent 5582431 commit 773570b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.pre-commit-config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,28 @@ repos:
77
language: system
88
args: [--fix]
99
pass_filenames: false
10+
files: \.py$
1011
- repo: local
1112
hooks:
1213
- id: lint-js-fix
1314
name: Fix JS Lint
1415
entry: hatch run lint-js --fix
1516
language: system
1617
pass_filenames: false
18+
files: \.(js|jsx|ts|tsx)$
1719
- repo: local
1820
hooks:
1921
- id: lint-py-check
2022
name: Check Python Lint
2123
entry: hatch run lint-py
2224
language: system
2325
pass_filenames: false
26+
files: \.py$
2427
- repo: local
2528
hooks:
2629
- id: lint-js-check
2730
name: Check JS Lint
2831
entry: hatch run lint-py
2932
language: system
3033
pass_filenames: false
34+
files: \.(js|jsx|ts|tsx)$

docs/source/about/changelog.rst

+14-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,20 @@ more info, see the :ref:`Contributor Guide <Creating a Changelog Entry>`.
2323
Unreleased
2424
----------
2525

26+
Nothing yet...
27+
28+
29+
v1.0.2
30+
------
31+
32+
**Fixed**
33+
34+
- :issue:`1086` - fix rendering bug when children change positions (via :pull:`1085`)
35+
36+
37+
v1.0.1
38+
------
39+
2640
**Changed**
2741

2842
- :pull:`1050` - Warn and attempt to fix missing mime types, which can result in ``reactpy.run`` not working as expected.
@@ -31,7 +45,6 @@ Unreleased
3145

3246
- :issue:`930` - better traceback for JSON serialization errors (via :pull:`1008`)
3347
- :issue:`437` - explain that JS component attributes must be JSON (via :pull:`1008`)
34-
- :issue:`1086` - fix rendering bug when children change positions (via :pull:`1085`)
3548

3649

3750
v1.0.0

0 commit comments

Comments
 (0)