-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca0722f
commit d1704b8
Showing
17 changed files
with
138 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
".": "0.0.2", | ||
"apps/customer": "0.0.0", | ||
"packages/sdk": "2.12.1", | ||
"packages/sdk-react-provider": "0.0.10", | ||
"packages/eslint-config": "0.0.0", | ||
"packages/postcss-config": "0.0.0", | ||
".": "0.0.1-beta0", | ||
"apps/customer": "0.0.1-beta0", | ||
"packages/sdk": "2.12.1-beta0", | ||
"packages/sdk-react-provider": "0.0.10-beta0", | ||
"packages/eslint-config": "0.0.1-beta0", | ||
"packages/postcss-config": "0.0.1-beta0", | ||
"packages/stylelint-config": "0.0.0", | ||
"packages/typescript-config": "0.0.0", | ||
"packages/ui": "0.0.0" | ||
"packages/typescript-config": "0.0.1-beta0", | ||
"packages/ui": "0.0.1-beta0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Changelog | ||
|
||
## [0.0.1-beta0](https://github.com/monerium/js-monorepo/compare/monorepo-v0.0.2...monorepo-v0.0.1-beta0) (2024-06-19) | ||
|
||
|
||
### Features | ||
|
||
* **create-turbo:** apply official-starter transform ([e18400b](https://github.com/monerium/js-monorepo/commit/e18400b18b389a438e30c14192d73d11ce12fe33)) | ||
* **create-turbo:** apply pnpm-eslint transform ([c273df2](https://github.com/monerium/js-monorepo/commit/c273df20f2a56b126ca616ac713292eb59a37476)) | ||
* **create-turbo:** install dependencies ([3c420a5](https://github.com/monerium/js-monorepo/commit/3c420a5f3f63ebbda5888e1135c2785c17c1666e)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* ci ([5a0c87d](https://github.com/monerium/js-monorepo/commit/5a0c87df35799b90a6f0c6e5affba74feff16d31)) | ||
* cleanup ([ca0722f](https://github.com/monerium/js-monorepo/commit/ca0722fde7eb03ee578ee0d228433af359b74fc2)) | ||
* correct turbo tasks ([576c06b](https://github.com/monerium/js-monorepo/commit/576c06b2b6cf203ac68f704df618431b81e7f3f5)) | ||
* fix ([3b14055](https://github.com/monerium/js-monorepo/commit/3b14055cb3cdfc2c87c2a401eb696ac89b2c6b42)) | ||
* fix ([3f5c5b1](https://github.com/monerium/js-monorepo/commit/3f5c5b16e1f4775923f3b6b8f97dd0841cea4b7f)) | ||
* fix ([9832d69](https://github.com/monerium/js-monorepo/commit/9832d69cba664a67a4c59776c1980b7550c1d733)) | ||
* fix ([5f6bf86](https://github.com/monerium/js-monorepo/commit/5f6bf863529cda45b1cee34de16b90570c11bc29)) | ||
* fix ([7af44e5](https://github.com/monerium/js-monorepo/commit/7af44e5104b338cc2451a134a4a8845059e76a79)) | ||
* fix ([ddd8434](https://github.com/monerium/js-monorepo/commit/ddd84345a73f35d92297ea6fe694a3285087e320)) | ||
* fix ([41d4937](https://github.com/monerium/js-monorepo/commit/41d49378cddd1f21b6f86f9e4c6229212bf304e9)) | ||
* fix ([f1ec1a3](https://github.com/monerium/js-monorepo/commit/f1ec1a34546fbbed2746c1ffd53097c5cff60fbc)) | ||
* fix ([3557fd3](https://github.com/monerium/js-monorepo/commit/3557fd359a25962ab50d98b288f02ce2dc38e937)) | ||
* incorrect route to packages ([2e05c32](https://github.com/monerium/js-monorepo/commit/2e05c3288b19a91baf53245563f8d3c9201d0c14)) | ||
* manifest stuff ([3678b74](https://github.com/monerium/js-monorepo/commit/3678b7498720174eb9e1bf11e11e9851696ea19c)) | ||
* postcss and nextjs build ([de3b0cb](https://github.com/monerium/js-monorepo/commit/de3b0cb5ee2484760c2be9baeb6f468bd1aaf13e)) | ||
* prepub ([79db88b](https://github.com/monerium/js-monorepo/commit/79db88b98a0a03c16a9772bd6239068895a3e49f)) | ||
* skip release type to use manifest ([bd2c16e](https://github.com/monerium/js-monorepo/commit/bd2c16ec6241cef4a061089c76f5ae8c33b73c2f)) | ||
* stuff ([632744a](https://github.com/monerium/js-monorepo/commit/632744ac1ac6456a4120b68d74c8e22e01e3bf4b)) | ||
* stuff ([d6da48c](https://github.com/monerium/js-monorepo/commit/d6da48c61a1e59d547dd5a962b276183dc2dc868)) | ||
* test ([27cdad0](https://github.com/monerium/js-monorepo/commit/27cdad069b7a8be7e7e94f6b311db9f297678073)) | ||
* test ([54850d1](https://github.com/monerium/js-monorepo/commit/54850d157b557e083ca818363d67aca4f514321b)) | ||
* typo ([1b7d58b](https://github.com/monerium/js-monorepo/commit/1b7d58bddaf4c6bdbdd79f4d2651d8eb94ce79a0)) | ||
* up version on test packages ([89862c4](https://github.com/monerium/js-monorepo/commit/89862c444f8e510651c78360585f575dc4fd5d0e)) | ||
* update release please config ([31053aa](https://github.com/monerium/js-monorepo/commit/31053aa0b138329a58a30177313edc124b29e480)) | ||
* versions ([6b655ab](https://github.com/monerium/js-monorepo/commit/6b655abd34eddf82b3e5baaa35a3c9e6a1479795)) | ||
* wtf ([9f9ae82](https://github.com/monerium/js-monorepo/commit/9f9ae82c367e6efb8e7ce1e4b98d547d78d9a3cb)) | ||
* yml format ([377102f](https://github.com/monerium/js-monorepo/commit/377102f638f65c8cfbab82b97de80a3c0d524b09)) | ||
* yml format ([dbd7ce8](https://github.com/monerium/js-monorepo/commit/dbd7ce87e605c02854609d2f06d293dc2d1e9a30)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
|
||
## 0.0.1-beta0 (2024-06-19) | ||
|
||
|
||
### Features | ||
|
||
* add poc for authorized routes ([0a3bf51](https://github.com/monerium/js-monorepo/commit/0a3bf51055a1ca33ef7241de13027c4f710596bf)) | ||
* working chain and currency filters ([34716af](https://github.com/monerium/js-monorepo/commit/34716af78d531a29565639808477423428bf4c1e)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* correct turbo tasks ([576c06b](https://github.com/monerium/js-monorepo/commit/576c06b2b6cf203ac68f704df618431b81e7f3f5)) | ||
* **Dockerfile:** apk update should come before apk add) ([d7b4845](https://github.com/monerium/js-monorepo/commit/d7b4845046d718e3ed53164705f9a159eb0876ba)) | ||
* landing page not rerouting with valid refresh token ([1eb3391](https://github.com/monerium/js-monorepo/commit/1eb3391b2ba944121f8e73a50dfa6b61262375f2)) | ||
* postcss and nextjs build ([de3b0cb](https://github.com/monerium/js-monorepo/commit/de3b0cb5ee2484760c2be9baeb6f468bd1aaf13e)) | ||
* remove unused component ([50bd068](https://github.com/monerium/js-monorepo/commit/50bd0683568f40ff014e3e9312e0e6705ede1109)) | ||
* versions ([6b655ab](https://github.com/monerium/js-monorepo/commit/6b655abd34eddf82b3e5baaa35a3c9e6a1479795)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## 0.0.1-beta0 (2024-06-19) | ||
|
||
|
||
### Features | ||
|
||
* **create-turbo:** apply official-starter transform ([e18400b](https://github.com/monerium/js-monorepo/commit/e18400b18b389a438e30c14192d73d11ce12fe33)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## 0.0.1-beta0 (2024-06-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* postcss and nextjs build ([de3b0cb](https://github.com/monerium/js-monorepo/commit/de3b0cb5ee2484760c2be9baeb6f468bd1aaf13e)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## 0.0.1-beta0 (2024-06-19) | ||
|
||
|
||
### Features | ||
|
||
* **create-turbo:** apply official-starter transform ([e18400b](https://github.com/monerium/js-monorepo/commit/e18400b18b389a438e30c14192d73d11ce12fe33)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## 0.0.1-beta0 (2024-06-19) | ||
|
||
|
||
### Features | ||
|
||
* **create-turbo:** apply official-starter transform ([e18400b](https://github.com/monerium/js-monorepo/commit/e18400b18b389a438e30c14192d73d11ce12fe33)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters