Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
Release-As: 1.0.0
  • Loading branch information
Frankeo committed Jun 2, 2023
1 parent 381df77 commit 0c20e8e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
file: "packages/images/Dockerfile"
push: true
tags: franciscomoreno1/set-app:latest
tags: ${{ secrets.DOCKERHUB_USERNAME }}/set-app:${{ steps.release.outputs.tag_name }}

- name: Deploy Examples React to Netlify
uses: nwtgck/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"examples/react": "2.3.0",
"examples/react-redux": "1.3.0",
"packages/cli": "2.7.0",
"packages/images": "2.7.1",
"packages/images": "1.0.0",
"packages/docs": "2.4.0"
}
23 changes: 2 additions & 21 deletions packages/images/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,7 @@
# Changelog

### [2.7.1](https://github.com/Frankeo/set-app/compare/v1.0.0...v2.7.1) (2023-06-01)


### Features

* create docker image ([5baa816](https://github.com/Frankeo/set-app/commit/5baa816d515a46a555294fe978d82dda5c01dccf))
* **docker-image:** add docker image tracking ([0b7666f](https://github.com/Frankeo/set-app/commit/0b7666f90730393d5229e4769aa03e82847156f3))


### Bug Fixes

* **dockerfile:** fix dockerfile image generation ([ca2b472](https://github.com/Frankeo/set-app/commit/ca2b472facee141b8e9d2bfc57265c1f43a71b78))
* **dockerfile:** remove space ([a950ab4](https://github.com/Frankeo/set-app/commit/a950ab4477acfbdbf18f5b340fc0492bb35b17f5))
* **dockerfile:** remove space ([#63](https://github.com/Frankeo/set-app/issues/63)) ([14c5fa0](https://github.com/Frankeo/set-app/commit/14c5fa0b7379358822ca854815d91a6eef035c8e))
* **dockerfile:** update docker file ([9d4ad47](https://github.com/Frankeo/set-app/commit/9d4ad47ac85078458d73eb1347f7abe0a2a79796))
* **images:** add package.json to update version ([cbcb50a](https://github.com/Frankeo/set-app/commit/cbcb50a3b0c44774e4ab7556f33c7f3a88bd81cf))
* **images:** remove unused files ([21483a8](https://github.com/Frankeo/set-app/commit/21483a8a43d05163e5f512d2714c935304b07f13))
* **release-please:** remove last-release-sha ([a950ab4](https://github.com/Frankeo/set-app/commit/a950ab4477acfbdbf18f5b340fc0492bb35b17f5))

## [1.0.0](https://github.com/Frankeo/set-app/compare/v2.7.1...v1.0.0) (2023-06-02)

### Miscellaneous Chores

* **@set-app/cli:** release as 2.7.1 version ([d5912e5](https://github.com/Frankeo/set-app/commit/d5912e5e3b3a607dfd601f9e07afc9f315fdfa8b))
* release 2.7.0 ([3fb8e72](https://github.com/Frankeo/set-app/commit/3fb8e725970ca2b224753d3cbd25dc08103a47bd))
- Includes: github cli, git, node and vercel tools
2 changes: 1 addition & 1 deletion packages/images/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.7.1"
"version": "1.0.0"
}

0 comments on commit 0c20e8e

Please sign in to comment.