Skip to content

Commit

Permalink
Merge pull request #54 from saenyakorn/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
saenyakorn authored Mar 16, 2023
2 parents 39dc53c + fe81834 commit ba6f927
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 32 deletions.
7 changes: 0 additions & 7 deletions .changeset/beige-hats-do.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-hairs-hug.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# api

## 1.0.0

### Major Changes

- [#52](https://github.com/saenyakorn/monorepo-versioning-gitops/pull/52) [`5c22a22`](https://github.com/saenyakorn/monorepo-versioning-gitops/commit/5c22a22237b4d7465a98b4d53d618d28b9d6e7e9) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Initialize base projects

### Minor Changes

- [#47](https://github.com/saenyakorn/monorepo-versioning-gitops/pull/47) [`ca021da`](https://github.com/saenyakorn/monorepo-versioning-gitops/commit/ca021da9b56c9e77b1eeffd5c593bf58c40c58e9) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Implement new route

## 1.0.0-beta.1

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "1.0.0-beta.1",
"version": "1.0.0",
"description": "",
"author": "",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# docs

## 1.0.0

### Major Changes

- [#52](https://github.com/saenyakorn/monorepo-versioning-gitops/pull/52) [`5c22a22`](https://github.com/saenyakorn/monorepo-versioning-gitops/commit/5c22a22237b4d7465a98b4d53d618d28b9d6e7e9) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Initialize base projects

## 1.0.0-beta.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.0.0-beta.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
Expand Down
6 changes: 6 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# web

## 1.0.0

### Major Changes

- [#52](https://github.com/saenyakorn/monorepo-versioning-gitops/pull/52) [`5c22a22`](https://github.com/saenyakorn/monorepo-versioning-gitops/commit/5c22a22237b4d7465a98b4d53d618d28b9d6e7e9) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Initialize base projects

## 1.0.0-beta.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.0.0-beta.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit ba6f927

Please sign in to comment.