Skip to content

Commit

Permalink
Prepare Release (#2927)
Browse files Browse the repository at this point in the history
Prepare Release using 'release-plan'

Co-authored-by: chuckcarpenter <706378+chuckcarpenter@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and chuckcarpenter committed Jul 25, 2024
1 parent 04ff0ff commit ca14da5
Show file tree
Hide file tree
Showing 6 changed files with 7,475 additions and 9,387 deletions.
24 changes: 21 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,32 @@
{
"solution": {
"@shepherdpro/pro-js": {
"oldVersion": "1.2.2"
"impact": "minor",
"oldVersion": "1.2.2",
"newVersion": "1.3.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/pro-js/package.json"
},
"react-shepherd": {
"oldVersion": "6.0.8"
"impact": "minor",
"oldVersion": "6.0.8",
"newVersion": "6.1.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/react/package.json"
},
"shepherd.js": {
"oldVersion": "13.0.2"
}
},
"description": "## Release (2024-07-24)\n\n\n\n#### :house: Internal\n* [#2924](https://github.com/shepherd-pro/shepherd/pull/2924) Update publish.yml to have node-registry-url ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-07-25)\n\n@shepherdpro/pro-js 1.3.0 (minor)\nreact-shepherd 6.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@shepherdpro/pro-js`, `react-shepherd`\n * [#2929](https://github.com/shepherd-pro/shepherd/pull/2929) ➖ React: Remove extra pro specific setup ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :memo: Documentation\n* `shepherd-docs`\n * [#2928](https://github.com/shepherd-pro/shepherd/pull/2928) 📝 Docs updates for pro beta setup/usage ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* `shepherd-docs`\n * [#2928](https://github.com/shepherd-pro/shepherd/pull/2928) 📝 Docs updates for pro beta setup/usage ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* Other\n * [#2925](https://github.com/shepherd-pro/shepherd/pull/2925) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#2924](https://github.com/shepherd-pro/shepherd/pull/2924) Update publish.yml to have node-registry-url ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## Release (2024-07-25)

@shepherdpro/pro-js 1.3.0 (minor)
react-shepherd 6.1.0 (minor)

#### :rocket: Enhancement
* `@shepherdpro/pro-js`, `react-shepherd`
* [#2929](https://github.com/shepherd-pro/shepherd/pull/2929) ➖ React: Remove extra pro specific setup ([@chuckcarpenter](https://github.com/chuckcarpenter))

#### :memo: Documentation
* `shepherd-docs`
* [#2928](https://github.com/shepherd-pro/shepherd/pull/2928) 📝 Docs updates for pro beta setup/usage ([@chuckcarpenter](https://github.com/chuckcarpenter))

#### :house: Internal
* `shepherd-docs`
* [#2928](https://github.com/shepherd-pro/shepherd/pull/2928) 📝 Docs updates for pro beta setup/usage ([@chuckcarpenter](https://github.com/chuckcarpenter))
* Other
* [#2925](https://github.com/shepherd-pro/shepherd/pull/2925) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
* [#2924](https://github.com/shepherd-pro/shepherd/pull/2924) Update publish.yml to have node-registry-url ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 3
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
- [@github-actions[bot]](https://github.com/apps/github-actions)

## Release (2024-07-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/pro-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shepherdpro/pro-js",
"version": "1.2.2",
"version": "1.3.0",
"private": false,
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-shepherd",
"version": "6.0.8",
"version": "6.1.0",
"private": false,
"license": "MIT",
"repository": {
Expand Down
Loading

0 comments on commit ca14da5

Please sign in to comment.