Skip to content

Latest commit

 

History

History
529 lines (249 loc) · 29.4 KB

CHANGELOG.md

File metadata and controls

529 lines (249 loc) · 29.4 KB

📦 open-sauced/opengraph changelog

conventional commits semantic versioning

All notable changes to this project will be documented in this file

2.5.1 (2024-02-06)

🐛 Bug Fixes

  • fetch insight and insight repositories in parallel (#79) (e367547)

2.5.1-beta.1 (2024-02-01)

🐛 Bug Fixes

  • fetch insight and insight repositories in parallel (#79) (e367547)

2.5.0 (2024-01-30)

🤖 Build System

  • deps: bump octokit from 2.0.14 to 3.1.2 (#72) (54e3ec0)

🍕 Features

2.5.0-beta.1 (2024-01-25)

🍕 Features

2.4.1-beta.2 (2023-12-22)

🤖 Build System

  • deps: bump octokit from 2.0.14 to 3.1.2 (#72) (54e3ec0)

2.4.1 (2023-08-16)

🐛 Bug Fixes

2.4.1-beta.1 (2023-08-16)

🐛 Bug Fixes

2.4.0 (2023-07-24)

🍕 Features

2.4.0-beta.1 (2023-07-24)

🍕 Features

2.3.0 (2023-07-17)

🍕 Features

  • improve performance when generating highlight card image (#60) (2c94638)

2.3.0-beta.1 (2023-07-12)

🍕 Features

  • improve performance when generating highlight card image (#60) (2c94638)

2.2.1 (2023-07-12)

🧑‍💻 Code Refactoring

2.2.1-beta.1 (2023-06-22)

🧑‍💻 Code Refactoring

2.2.0 (2023-06-20)

🐛 Bug Fixes

🍕 Features

📝 Documentation

  • update instructions on testing cards generation locally (#53) (e152d09)

2.2.0-beta.2 (2023-06-20)

📝 Documentation

  • update instructions on testing cards generation locally (#53) (e152d09)

📦 open-sauced/opengraph.opensauced.pizza changelog

conventional commits semantic versioning

All notable changes to this project will be documented in this file

2.2.0-beta.1 (2023-06-08)

🍕 Features

2.1.2-beta.1 (2023-06-06)

🐛 Bug Fixes

2.1.1 (2023-05-12)

🐛 Bug Fixes

  • correct rolled back build (e91c43f)

🧑‍💻 Code Refactoring

  • correct lint and merge issues (cba7521)

2.1.1-beta.1 (2023-05-12)

🐛 Bug Fixes

  • correct rolled back build (e91c43f)

🧑‍💻 Code Refactoring

  • correct lint and merge issues (cba7521)

2.1.0 (2023-05-09)

🐛 Bug Fixes

🍕 Features

  • adding utilities for cards local generation & testing (#34) (c5a5fec)
  • Highlight Cards UI Generation (frontend-only) (#36) (138a847)
  • highlights getting repo name & languages from pr's repo (#41) (1555a25)
  • higlight card upload & storage (#39) (b6abefa)
  • UI adjustments (#42) (acbe81a)

2.1.0-beta.6 (2023-05-09)

🍕 Features

2.1.0-beta.5 (2023-05-05)

🍕 Features

  • highlights getting repo name & languages from pr's repo (#41) (1555a25)

2.1.0-beta.4 (2023-05-04)

🍕 Features

2.1.0-beta.3 (2023-05-02)

🍕 Features

  • Highlight Cards UI Generation (frontend-only) (#36) (138a847)

2.1.0-beta.2 (2023-04-30)

🐛 Bug Fixes

2.1.0-beta.1 (2023-04-26)

🍕 Features

  • adding utilities for cards local generation & testing (#34) (c5a5fec)

2.0.1 (2023-04-19)

🐛 Bug Fixes

  • correct username file system caching issues (076ace0), closes #24
  • correctly lowercase username display in social card (fc9211c)

2.0.1-beta.2 (2023-04-19)

🐛 Bug Fixes

  • correctly lowercase username display in social card (fc9211c)

2.0.1-beta.1 (2023-04-19)

🐛 Bug Fixes

  • correct username file system caching issues (076ace0), closes #24

2.0.0 (2023-04-11)

⚠ BREAKING CHANGES

  • id changed to :username in earlier commits, this is catching it up

🔁 Continuous Integration

  • correct live release url in github actions deployment (4a434e6)

🎨 Styles

  • add tailwind proof of concept (8594508)

📝 Documentation

  • update live environments lins and document local development (08cead1)

🍕 Features

  • add boilerplate s3-client sdk code connected to digital ocean spaces (a4a71e3)
  • add custom cdn endpoint configuration for s3 bucket on digital ocean (077e473), closes #18
  • implement digital ocean spaces s3 client storage and cache images 3 days (792992e)
  • implement no-content verification strategy (6efe0e6)
  • optimize image loading and return errors (7c6f199), closes #17

🐛 Bug Fixes

  • correct all tailwind classes except gaps (fe44711), closes #7
  • correct app spec GET automatic rewrites of HEAD (3047cec)
  • correct dark logo render and make it static (dc9f3a4)
  • correct languages displaying less than 0.5% (bee0e6e)
  • correct server generation environment (68d0202)
  • correct user languages sizing issues (5846c42)
  • correct username display instead of full name (1454cbb), closes #11
  • correct yoga layout double styling, remove repo icon extrenaous classes (d84015b)
  • correct zero contribution top repos language distribution (7d82c0d)

🤖 Build System

  • update dependencies and ts5 (715e349)
  • update graphql types (f7db713)

2.0.0-beta.3 (2023-04-11)

🤖 Build System

2.0.0-beta.2 (2023-04-11)

🐛 Bug Fixes

  • correct dark logo render and make it static (dc9f3a4)

2.0.0-beta.1 (2023-04-10)

⚠ BREAKING CHANGES

  • id changed to :username in earlier commits, this is catching it up

🐛 Bug Fixes

  • correct server generation environment (68d0202)

1.2.0-beta.10 (2023-04-10)

🐛 Bug Fixes

  • correct app spec GET automatic rewrites of HEAD (3047cec)

1.2.0-beta.9 (2023-04-10)

🍕 Features

  • optimize image loading and return errors (7c6f199), closes #17

🤖 Build System

  • update dependencies and ts5 (715e349)

1.2.0-beta.8 (2023-04-09)

🍕 Features

  • implement no-content verification strategy (6efe0e6)

🐛 Bug Fixes

  • correct languages displaying less than 0.5% (bee0e6e)
  • correct zero contribution top repos language distribution (7d82c0d)

1.2.0-beta.7 (2023-04-09)

📝 Documentation

  • update live environments lins and document local development (08cead1)

1.2.0-beta.6 (2023-04-09)

🐛 Bug Fixes

  • correct all tailwind classes except gaps (fe44711), closes #7
  • correct user languages sizing issues (5846c42)
  • correct username display instead of full name (1454cbb), closes #11

1.2.0-beta.5 (2023-04-09)

🎨 Styles

  • add tailwind proof of concept (8594508)

🐛 Bug Fixes

  • correct yoga layout double styling, remove repo icon extrenaous classes (d84015b)

1.2.0-beta.4 (2023-04-08)

🍕 Features

  • add custom cdn endpoint configuration for s3 bucket on digital ocean (077e473), closes #18

1.2.0-beta.3 (2023-04-05)

🍕 Features

  • implement digital ocean spaces s3 client storage and cache images 3 days (792992e)

1.2.0-beta.2 (2023-04-04)

🔁 Continuous Integration

  • correct live release url in github actions deployment (4a434e6)

1.2.0-beta.1 (2023-04-04)

🍕 Features

  • add boilerplate s3-client sdk code connected to digital ocean spaces (a4a71e3)

1.1.2 (2023-04-04)

🐛 Bug Fixes

  • correct font usage from roboto to design (inter) (4748b98)

1.1.1 (2023-04-04)

🐛 Bug Fixes

  • correct user name being displayed as login (19043fc)

1.1.0 (2023-04-04)

📝 Documentation

  • correct readme with new style (ccc8a96)

🤖 Build System

  • remove extraneous colors package (4c7d29a)

🍕 Features

  • add correct languages calculation and display (977df75)

1.0.4 (2023-04-04)

🐛 Bug Fixes

  • correct top repositories distribution and name concatenation (24bfb15)

1.0.3 (2023-04-04)

🐛 Bug Fixes

  • remove static assets, get gfonts roboto versions (dd096ca)

1.0.2 (2023-04-03)

🐛 Bug Fixes

1.0.1 (2023-04-03)

🔁 Continuous Integration

  • fix container deployment path (a58ec19)

1.0.0 (2023-04-03)

🔁 Continuous Integration

  • implement release tooling (3e35dc9)

📝 Documentation

🤖 Build System

  • enable local development and transpilation (6893d90)
  • make package able to release (c2cc28c)
  • update dependencies and package meta (8757519)

🧑‍💻 Code Refactoring

  • move to nextjs backend architecture static component functions and boilerplate (d4f854d)
  • rewrite code and correct buffers (c12099a)

🍕 Features

  • add development tooling and backend configuration (f1f5947)
  • add dynamic image (5797c54)
  • add user not found handler (b1f870c)
  • code splitting & img manual insertion (8b48513)
  • dynamic user profile card (18a3e23)
  • generate images based on route (e81f5c1)
  • make div flex global (9790d30)
  • repalce https module with fetch (3b146a3)
  • switch to graphql and etl octokit (2e6cb05)
  • use https module instead of axios (0b6b7fc)
  • use node https instead of axios (12b86a7)
  • User Profile cards (#5) (64372f4)

🐛 Bug Fixes

  • add awaits (14a5e28)
  • correct application return type image (a0e6d3f)
  • correct node engines required to deploy (5b088e9)
  • downgrade required node version (5ae3704)
  • fix unexisting value handling (16d3101)
  • set moduleResolution to node16 (52b97ed)

✅ Tests

  • correct test suite usage (f761ac8)