Skip to content

Commit

Permalink
Merge pull request #7 from rafaelromcar-parabol/release-please--branc…
Browse files Browse the repository at this point in the history
…hes--release--components--parabol-action

chore(release): release 6.1002.1
  • Loading branch information
rafaelromcar-parabol authored Oct 18, 2023
2 parents e72f298 + 2b8b156 commit f38f6f2
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.1002.0"
".": "6.1002.1"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).

This CHANGELOG follows conventions [outlined here](http://keepachangelog.com/).

## [6.1002.1](https://github.com/rafaelromcar-parabol/parabol/compare/v6.1002.0...v6.1002.1) (2023-10-18)


### Fixed

* **ci:** adding back bootstrap-sha as the name of the release has changed ([909b1b1](https://github.com/rafaelromcar-parabol/parabol/commit/909b1b16d71b78c0094851590ac1843950ed6cc2))
* **ci:** bootstrap-sha in the correct section ([f48b47d](https://github.com/rafaelromcar-parabol/parabol/commit/f48b47db0616cd66387fbd097dbf47ee208216e1))
* **ci:** include-component-in-tag is now a boolean ([05f46a0](https://github.com/rafaelromcar-parabol/parabol/commit/05f46a0cdef967e08927d4d8f0d5e61259ee5d46))


### Changed

* **ci:** release tag added to the PR will be extra now ([e72f298](https://github.com/rafaelromcar-parabol/parabol/commit/e72f298e93d40669d28881e5364d3fae8481a7ee))

## [6.1002.0](https://github.com/rafaelromcar-parabol/parabol/compare/parabol-action-v6.1001.0...parabol-action-v6.1002.0) (2023-10-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "An open-source app for building smarter, more agile teams.",
"author": "Parabol Inc. <[email protected]> (http://github.com/ParabolInc)",
"license": "AGPL-3.0",
"version": "6.1002.0",
"version": "6.1002.1",
"repository": {
"type": "git",
"url": "https://github.com/ParabolInc/parabol"
Expand Down
2 changes: 1 addition & 1 deletion packages/chronos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chronos",
"version": "6.1002.0",
"version": "6.1002.1",
"description": "A cron job scheduler",
"author": "Matt Krick <[email protected]>",
"homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/chronos#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "An open-source app for building smarter, more agile teams.",
"author": "Parabol Inc. <[email protected]> (http://github.com/ParabolInc)",
"license": "AGPL-3.0",
"version": "6.1002.0",
"version": "6.1002.1",
"repository": {
"type": "git",
"url": "https://github.com/ParabolInc/parabol"
Expand Down
2 changes: 1 addition & 1 deletion packages/gql-executor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gql-executor",
"version": "6.1002.0",
"version": "6.1002.1",
"description": "A Stateless GraphQL Executor",
"author": "Matt Krick <[email protected]>",
"homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/gqlExecutor#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "integration-tests",
"author": "Parabol Inc. <[email protected]> (http://github.com/ParabolInc)",
"license": "AGPL-3.0",
"version": "6.1002.0",
"version": "6.1002.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "An open-source app for building smarter, more agile teams.",
"author": "Parabol Inc. <[email protected]> (http://github.com/ParabolInc)",
"license": "AGPL-3.0",
"version": "6.1002.0",
"version": "6.1002.1",
"repository": {
"type": "git",
"url": "https://github.com/ParabolInc/parabol"
Expand Down

0 comments on commit f38f6f2

Please sign in to comment.