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
  • Loading branch information
Frankeo committed Feb 21, 2023
1 parent 27fe985 commit cb90477
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
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.1.0","packages/docs":"0.1.0"}
{
"examples/react": "2.1.0",
"examples/react-redux": "1.1.0",
"packages/cli": "2.1.1",
"packages/docs": "2.1.1"
}
8 changes: 6 additions & 2 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Changelog

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

### Miscellaneous Chores

* 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

* **@set-app:** react-redux ([f6a6242](https://www.github.com/Frankeo/set-app/commit/f6a6242ba7a5006807994bbf798b6e51561ac4c7))

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


### ⚠ BREAKING CHANGES

* **@setapp/cli:** command interface new type option for node projects
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.1.0",
"version": "2.1.1",
"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
7 changes: 7 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [2.1.1](https://www.github.com/Frankeo/set-app/compare/docs-v0.1.0...docs-v2.1.1) (2023-02-21)


### Miscellaneous Chores

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

## [0.1.0](https://www.github.com/Frankeo/set-app/compare/docs-v0.0.2...docs-v0.1.0) (2023-02-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@set-app/docs",
"version": "0.1.0",
"version": "2.1.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit cb90477

Please sign in to comment.