Commit Graph

133 Commits

Author SHA1 Message Date
satnaing bdd0a793fc build(deps): upgrade astro and other dependencies 2024-01-24 09:23:16 +06:30
satnaing f525698771 chore(release): 4.1.0 2024-01-10 10:27:56 +06:30
satnaing 034dd394ab build(deps): upgrade dependencies 2024-01-10 09:13:37 +06:30
satnaing f70a0b78ed build(deps): update Astro and its related dependencies 2024-01-10 09:01:08 +06:30
satnaing c3567896fb chore(release): 4.0.0 2024-01-04 15:53:12 +06:30
satnaing f5855cb826 build(deps): upgrade dependencies 2024-01-04 15:53:12 +06:30
satnaing 59df7a5826 build!(deps): upgrade Astro and related packages to v4
Bump astro v3.6.4 to v4.0.9 (major upgrade). Bump astrojs/rss v3.0.0 to 4.0.1 (major upgrade). Upgrade other astro related packages.

BREAKING CHANGE: Astro v4 upgrade

Closes: #187
2024-01-04 15:53:12 +06:30
dependabot[bot] 2f602fe815 build(deps): bump zod, astro and @astrojs/sitemap
Bumps [zod](https://github.com/colinhacks/zod) to 3.22.4 and updates ancestor dependencies [zod](https://github.com/colinhacks/zod), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap). These dependencies need to be updated together.


Updates `zod` from 3.21.1 to 3.22.4
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/compare/v3.21.1...v3.22.4)

Updates `astro` from 3.1.3 to 3.6.4
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@3.6.4/packages/astro)

Updates `@astrojs/sitemap` from 3.0.0 to 3.0.3
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/sitemap@3.0.3/packages/integrations/sitemap)

---
updated-dependencies:
- dependency-name: zod
  dependency-type: indirect
- dependency-name: astro
  dependency-type: direct:production
- dependency-name: "@astrojs/sitemap"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-20 14:44:19 +06:30
satnaing cfcedd1418 chore(release): 3.0.0 2023-09-26 02:04:11 +06:30
satnaing 5178f75631 chore: update dependencies and format code 2023-09-26 02:04:11 +06:30
satnaing c516429e5b build: remove astro check cmd in dev script 2023-09-26 02:04:11 +06:30
satnaing 6b8bba1612 chore: upgrade to astro v3.1
Upgrade astro version from v3.0.13 to v3.1 to solve the issue of ViewTransitions api not working properly on prod mode.
2023-09-26 02:04:11 +06:30
satnaing e486687610 feat: upgrade to astro v3
Upgrade to astro v3. Update dependencies. Fix codes and features due to migration.

BREAKING CHANGE: Astro v3

resolve #111
2023-09-26 02:04:11 +06:30
satnaing 620446370d chore: add astro prettier plugin 2023-09-26 02:04:11 +06:30
satnaing 47b1b4eadc build: update lint-staged to only format certain file types
resolved #79
2023-06-21 12:38:30 +06:30
satnaing 63f1e3200f chore(release): 2.3.0 2023-05-15 14:29:47 +06:30
satnaing 0d7330247f chore(deps): update dependencies 2023-05-15 14:10:44 +06:30
satnaing fd3c97e16b chore(patch-deps): update prettier, lint-staged, astro/react and astro/tailwind 2023-05-15 13:23:28 +06:30
satnaing e654c0308c fix: update lint-staged configuration
Configure lint-staged to format only non-image files while making a commit.

fix #52
2023-04-18 00:02:33 +06:30
satnaing 619a54927f chore(dev-deps): update linting and prettier packages 2023-03-24 23:47:00 +06:30
Parinya T dd4fd98972 fix: build error astro@2.1.4 && update astro@2.1.5 (#49)
* fix: build error astro@2.1.4 && update astro@2.1.5

* fix: remove @scripts from tsconfig.json
2023-03-23 23:08:27 +06:30
satnaing 279bfa4a20 chore(release): 2.2.0 2023-03-16 15:02:58 +06:30
satnaing 2afdf4d82e chore(deps): update dependencies 2023-03-16 14:07:42 +06:30
satnaing 4189cfaf5e chore(deps-dev): update dev dependencies 2023-03-16 12:47:27 +06:30
satnaing 329bc22e97 build(deps): update Astro to v2.1.3 and enable type checking in dev
Bump Astro from v2.0.8 to v2.1.3. Enable TypeScript type checking during development.
2023-03-16 12:16:19 +06:30
Min Adwaita b9254c15f1 build(deps-dev): add jampack for performance optimization (#46)
Add new package "jampack" to devDependencies to optimize performance for production build.
2023-03-15 23:30:48 +06:30
Sat Naing 27507d1d78 feat: generate og images in png format (#43)
* feat: generate og images in png format

In production mode, generate og images from svg to png format.

fix #40

* refactor: update og image format from svg to png

Update OG image format in post detail to png. Update twitter og images to auto-generated dynamic og
images.
2023-03-01 18:46:42 +06:30
satnaing 37b54afd94 fix: add plugin-search-dir in format & format:check 2023-02-12 19:26:14 +06:30
Carles Barreda e49ca61d6b fix: add plugin-search-dir in prettier write for pnpm
Fix error 'No parser could be inferred for file' (#34)
2023-02-12 19:15:05 +06:30
satnaing 95a12cef15 chore(release): 2.1.0 2023-02-08 17:32:39 +06:30
satnaing b5ad224402 build(deps): update minor dependencies
Bump @typescript-eslint/parser from 5.50.0 to 5.51.0. Bump satori from 0.1.2 to 0.2.3.
2023-02-08 17:27:43 +06:30
satnaing 2a7e28d916 build(deps): update patch dependencies
Bump astro from 2.0.6 to 2.0.8. Bump prettier from 2.8.3 to 2.8.4. Bump lint-staged from 13.1.0 to
13.1.1.
2023-02-08 17:17:48 +06:30
satnaing 1b7ebf675e build(deps): bump astro 2.0.4 to 2.0.6 2023-02-05 22:22:58 +06:30
Sha Mwe La a9631d0e1e feat: add ESLint and update linting errors (#26)
* Install ESLint and Astro ESLint plugin

* Configure 2 plugins

* Improve ignore files

* Add lint script

* Install astro-eslint-parser

* Add parser and fix linting errors
2023-02-02 16:24:38 +06:30
satnaing fa0849553a chore(release): 2.0.0 2023-01-31 20:25:13 +06:30
satnaing ca43fc2b84 build(deps): update patch dependencies 2023-01-31 16:08:53 +06:30
satnaing ca7d9b10e6 style: add Tailwind prettier plugin 2023-01-31 15:49:20 +06:30
satnaing d7001916d4 chore: add new script cmd 'astro sync' 2023-01-25 19:52:33 +06:30
satnaing 5f279b34f8 build(deps): bump astro and its packages to v2
BREAKING CHANGE: Migration of Astro to version 2
2023-01-25 15:16:12 +06:30
satnaing dc2545dd1e build(deps): bump commitizen from 4.2.6 to 4.3.0 2023-01-22 22:30:24 +06:30
satnaing 19836e9242 build(deps): bump @types/react from 18.0.26 to 18.0.27 2023-01-22 22:27:40 +06:30
satnaing 41d85111ad Revert "build(deps): bump @astrojs/rss to 2.0.0"
This reverts commit 9840cf7b66.
2023-01-19 12:35:12 +06:30
satnaing 9840cf7b66 build(deps): bump @astrojs/rss to 2.0.0 2023-01-15 16:34:37 +06:30
satnaing 3799246e12 build(deps): update minor dependencies 2023-01-15 15:00:48 +06:30
satnaing bcf0b0c1ca build(deps): update patch dependencies 2023-01-15 14:45:33 +06:30
satnaing dae9bfd16c chore(release): 1.4.0 2022-12-28 10:21:20 +06:30
Sat Naing ce3f1dc4a0 feat: generate dynamic og image for blog posts (#15)
* feat: add dynamic og image using satori
* feat: add og card styling
* feat: add dynamic paths for ogTitle
* feat: add default og url
* ci: change config site url for testing purpose
* fix: update original auto-generate og image style
* refactor: move ogImage jsx inside generateOgImage
* fix: add conditions for filtering draft posts & ogImages
* build: update minor and major dependency updates
* build: update site option in config file
2022-12-28 09:09:57 +06:30
satnaing 6dfff9eb32 chore(release): 1.3.0 2022-12-07 11:22:48 +06:30
satnaing 69e6af84a0 build: update minor and batch dependencies
Update astro 1.6.12 to 1.6.13, commitizen 4.2.5 to 4.2.6, lint-staged 13.0.4 to 13.1.0.
2022-12-07 11:22:21 +06:30
satnaing bbd3c00a09 chore(release): 1.2.1 2022-12-03 00:36:12 +06:30