Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
* chore: release main

* style(@set-app/cli): adding changes over release

* chore: release main

* ci(@set-app): fix release-please build avoid
  • Loading branch information
Frankeo committed Feb 28, 2023
1 parent 24833e9 commit f7b85b5
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/banches-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
ci-tasks:
if: "!contains(github.event.pull_request.labels.*.name, 'autorelease')"
if: "!contains(github.event.pull_request.head.ref, 'release-please/branches/main')"
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down
7 changes: 6 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
{"examples/react":"2.1.0","examples/react-redux":"1.1.0","packages/cli":"2.2.3","packages/docs":"2.3.1"}
{
"examples/react": "2.2.0",
"examples/react-redux": "1.2.0",
"packages/cli": "2.3.0",
"packages/docs": "2.3.1"
}
12 changes: 12 additions & 0 deletions examples/react-redux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.2.0](https://www.github.com/Frankeo/set-app/compare/react-redux-v1.1.0...react-redux-v1.2.0) (2023-02-28)


### Features

* **@set-app/cli:** add github project generation ([24833e9](https://www.github.com/Frankeo/set-app/commit/24833e9927cef0a2c1cfa3992fd0e72763e314a7))


### Bug Fixes

* **@set-app/react-redux:** fix inconsistencies in react-redux project files ([24833e9](https://www.github.com/Frankeo/set-app/commit/24833e9927cef0a2c1cfa3992fd0e72763e314a7))

## [1.1.0](https://www.github.com/Frankeo/set-app/compare/react-redux-v1.0.0...react-redux-v1.1.0) (2023-02-20)


Expand Down
2 changes: 1 addition & 1 deletion examples/react-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@set-app/react-redux",
"version": "1.1.0",
"version": "1.2.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions examples/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [2.2.0](https://www.github.com/Frankeo/set-app/compare/react-v2.1.0...react-v2.2.0) (2023-02-28)

### Features

- **@set-app/cli:** add github project generation ([24833e9](https://www.github.com/Frankeo/set-app/commit/24833e9927cef0a2c1cfa3992fd0e72763e314a7))

### Bug Fixes

- **@set-app/react-redux:** fix inconsistencies in react-redux project files ([24833e9](https://www.github.com/Frankeo/set-app/commit/24833e9927cef0a2c1cfa3992fd0e72763e314a7))

## [2.1.0](https://www.github.com/Frankeo/set-app/compare/react-v2.0.0...react-v2.1.0) (2023-02-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@set-app/react",
"version": "2.1.0",
"version": "2.2.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down
15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.3.0](https://www.github.com/Frankeo/set-app/compare/cli-v2.2.3...cli-v2.3.0) (2023-02-28)


### Features

* **@set-app/cli:** add github project generation ([24833e9](https://www.github.com/Frankeo/set-app/commit/24833e9927cef0a2c1cfa3992fd0e72763e314a7))


### Bug Fixes

* **@set-app/react-redux:** fix inconsistencies in react-redux project files ([24833e9](https://www.github.com/Frankeo/set-app/commit/24833e9927cef0a2c1cfa3992fd0e72763e314a7))

### [2.2.3](https://www.github.com/Frankeo/set-app/compare/cli-v2.2.2...cli-v2.2.3) (2023-02-23)


Expand Down Expand Up @@ -28,6 +40,9 @@

## [2.2.0](https://www.github.com/Frankeo/set-app/compare/cli-v2.1.2...cli-v2.2.0) (2023-02-23)

* Relase stable cli ([27fe985](https://www.github.com/Frankeo/set-app/commit/27fe9859b24dbd50f40a23782e51511973f16ecf))

## [2.1.0](https://www.github.com/Frankeo/set-app/compare/cli-v2.0.0...cli-v2.1.0) (2023-02-20)

### Features

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@set-app/cli",
"version": "2.2.3",
"version": "2.3.0",
"description": "Create a react app without so much configuration going around. A lighter version of Create React App with enough config for start your react application but the right amount of power to generate a production ready bundle following Software Engeniering practices",
"repository": {
"type": "git",
Expand Down

2 comments on commit f7b85b5

@Frankeo
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Frankeo
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.