Skip to content

Commit

Permalink
chore: add CHANGELOG.md (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
duongdev authored Sep 21, 2024
1 parent ca72568 commit c40ccdc
Show file tree
Hide file tree
Showing 8 changed files with 653 additions and 7 deletions.
252 changes: 252 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

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": "@6pm/api",
"version": "0.0.0",
"version": "1.0.2",
"license": "GPL-3.0",
"main": "index.ts",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@6pm/mobile",
"main": "expo-router/entry",
"version": "1.0.0",
"version": "1.0.2",
"scripts": {
"start": "expo start -c",
"prebuild": "expo prebuild",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "6pm",
"version": "0.0.0",
"version": "1.0.2",
"license": "GPL-3.0",
"workspaces": ["apps/*", "packages/*"],
"scripts": {
Expand All @@ -19,7 +19,8 @@
"@biomejs/biome": "^1.8.0",
"@lingui/cli": "^4.11.1",
"@lingui/macro": "^4.11.1",
"babel-plugin-macros": "^3.1.0"
"babel-plugin-macros": "^3.1.0",
"conventional-changelog-cli": "^5.0.0"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
2 changes: 1 addition & 1 deletion packages/currency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@6pm/currency",
"version": "1.0.0",
"version": "1.0.2",
"description": "",
"main": "src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@6pm/utilities",
"version": "1.0.0",
"version": "1.0.2",
"description": "Shared utilities between apps",
"main": "src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@6pm/validation",
"version": "1.0.0",
"version": "1.0.2",
"description": "Zod schemas",
"main": "src/index.ts",
"scripts": {
Expand Down
393 changes: 393 additions & 0 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit c40ccdc

Please sign in to comment.