Skip to content

Commit 8b7a58c

Browse files
Release 6.2.4 (#4935)
- Updated `release.yml` to remove tag version push check - Updated `chakra-ui` to add the missing `repository` section - Updated `CHANGELOG.md` accordingly
1 parent 5cee831 commit 8b7a58c

File tree

19 files changed

+43
-36
lines changed

19 files changed

+43
-36
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: Release
22
on:
33
release:
44
types: [published]
5-
push:
6-
tags:
7-
- 'v*' # Triggers for tags starting with 'v', such as v1.0
8-
workflow_dispatch: # Allows you to manually trigger the fix
95

106
jobs:
117
release_to_npm:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ should change the heading of the (upcoming) version to include a major version b
1616
1717
-->
1818

19+
# 6.2.4
20+
21+
## Dev / docs / playground
22+
23+
- Updated the `package.json` for `chakra-ui` to add the `repository` information so that publishing works for it
24+
- Updated the `release.yml` to remove the push tag stuff as it isn't needed
25+
1926
# 6.2.3
2027

2128
## @rjsf/mantine

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/antd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/antd",
3-
"version": "6.2.3",
3+
"version": "6.2.4",
44
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",

packages/chakra-ui/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/chakra-ui",
3-
"version": "6.2.3",
3+
"version": "6.2.4",
44
"description": "Chakra UI theme, fields, and widgets for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",
@@ -79,6 +79,10 @@
7979
"U.M Andrew <me@andrewmiracle.com>",
8080
"Heath Chiavettone <heath.chiavettone@freenome.com"
8181
],
82+
"repository": {
83+
"type": "git",
84+
"url": "git+https://github.com/rjsf-team/react-jsonschema-form.git"
85+
},
8286
"license": "Apache-2.0",
8387
"devDependencies": {
8488
"@chakra-ui/cli": "^3.28.0",

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": "@rjsf/core",
3-
"version": "6.2.3",
3+
"version": "6.2.4",
44
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
55
"scripts": {
66
"compileReplacer": "tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs",

packages/daisyui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/daisyui",
3-
"version": "6.2.3",
3+
"version": "6.2.4",
44
"description": "Daisy UI components for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/docs",
3-
"version": "6.2.3",
3+
"version": "6.2.4",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

packages/fluentui-rc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/fluentui-rc",
3-
"version": "6.2.3",
3+
"version": "6.2.4",
44
"description": "FluentUI React Components theme, fields and widgets for react-jsonschema-form",
55
"scripts": {
66
"build:ts": "tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json",

packages/mantine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/mantine",
3-
"version": "6.2.3",
3+
"version": "6.2.4",
44
"main": "dist/index.js",
55
"module": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)