Skip to content

Commit eab7424

Browse files
RELEASING: Releasing 2 package(s) (#226)
Releases: [email protected] [email protected] [skip ci] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 33d0126 commit eab7424

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/fifty-carrots-hope.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/babel-plugin-extract-react-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# babel-plugin-extract-react-types
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 33d0126: Introduces new functionality enabling permalinks to each section of a props list. It's done in a backwards-compatible manner requiring no code changes for a dependency bump, but you might want to double check styles are suitable to the surroundings of where the props are displayed.
8+
39
## 0.1.14
410

511
### Patch Changes

packages/babel-plugin-extract-react-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-extract-react-types",
3-
"version": "0.1.14",
3+
"version": "0.2.0",
44
"main": "index.js",
55
"license": "MIT",
66
"repository": "atlassian/extract-react-types",

packages/pretty-proptypes/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# pretty-proptypes
22

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- 33d0126: Introduces new functionality enabling permalinks to each section of a props list. It's done in a backwards-compatible manner requiring no code changes for a dependency bump, but you might want to double check styles are suitable to the surroundings of where the props are displayed.
8+
39
## 1.5.2
410

511
### Patch Changes

packages/pretty-proptypes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pretty-proptypes",
3-
"version": "1.5.2",
3+
"version": "1.6.0",
44
"description": "prettily render prop types from react components",
55
"repository": "atlassian/extract-react-types",
66
"main": "dist/pretty-proptypes.cjs.js",

0 commit comments

Comments
 (0)