Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankeo committed Feb 23, 2023
1 parent 628c4e5 commit 08b1e99
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"examples/react":"2.1.0","examples/react-redux":"1.1.0","packages/cli":"2.1.2","packages/docs":"2.1.1"}
{"examples/react":"2.1.0","examples/react-redux":"1.1.0","packages/cli":"2.2.0","packages/docs":"2.2.0"}
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* **@set-app/cli:** add readme to generated projects ([1378b3b](https://www.github.com/Frankeo/set-app/commit/1378b3b79350f647600073616ef2a670ccd60f17))

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


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.2",
"version": "2.2.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
12 changes: 12 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* **@set-app/cli:** add readme to generated projects ([1378b3b](https://www.github.com/Frankeo/set-app/commit/1378b3b79350f647600073616ef2a670ccd60f17))


### Performance Improvements

* **@set-app:** Optimize images ([628c4e5](https://www.github.com/Frankeo/set-app/commit/628c4e5f752b32122acffef254dab25b7705aaef))

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


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": "2.1.1",
"version": "2.2.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit 08b1e99

Please sign in to comment.