Skip to content

Latest commit

 

History

History
269 lines (131 loc) · 11.9 KB

CHANGELOG.md

File metadata and controls

269 lines (131 loc) · 11.9 KB

Changelog

2.0.2 (2025-01-27)

Miscellaneous Chores

2.0.1 (2025-01-27)

Miscellaneous Chores

Documentation

  • finalize readme for new astro setup (#51) (8e646d8)

2.0.0 (2025-01-24)

⚠ BREAKING CHANGES

  • switched from vitepress to astro starlight

Features

  • starlight example (001ffa4)
  • style: new theme colors (fca58c9)
  • switched from vitepress to astro starlight (688db2b)

Bug Fixes

  • config: remove forgotten unused import (bedc5c8)

Miscellaneous Chores

  • remove unused dependency (c638fd6)

Build System

  • deps-dev: bump vite from 5.4.11 to 5.4.14 (#47) (42826bc)

1.0.17 (2024-11-15)

Build System

  • deps-dev: bump vitepress from 1.3.4 to 1.4.1 (#43) (43c6cc0)
  • deps-dev: bump vitepress from 1.4.1 to 1.5.0 (#46) (8d68e8a)

1.0.16 (2024-09-24)

Build System

  • deps-dev: bump rollup from 4.21.0 to 4.22.4 (#41) (5aef1d2)
  • deps-dev: bump vite from 5.4.1 to 5.4.6 (#39) (95f6041)

1.0.15 (2024-08-28)

Build System

  • deps-dev: bump vitepress from 1.3.3 to 1.3.4 (#37) (b050baa)

1.0.14 (2024-08-22)

Build System

  • deps-dev: bump vitepress from 1.3.2 to 1.3.3 (#35) (aa48a70)

1.0.13 (2024-08-14)

Build System

  • deps-dev: bump vitepress from 1.3.0 to 1.3.2 (#33) (e35643b)

1.0.12 (2024-07-08)

Build System

  • deps-dev: bump vitepress from 1.2.3 to 1.3.0 (#30) (df18cc0)

1.0.11 (2024-06-20)

Build System

  • deps: bump actions/configure-pages from 4 to 5 (#29) (8d3c037)

Continuous Integration

  • add github-actions to dependabot checks (#27) (f7a724d)

1.0.10 (2024-06-12)

Build System

  • deps-dev: bump vitepress from 1.2.2 to 1.2.3 (#25) (27031da)

1.0.9 (2024-05-28)

Build System

  • deps-dev: bump vitepress from 1.2.0 to 1.2.2 (#23) (7cc54e6)

1.0.8 (2024-05-21)

Build System

  • deps-dev: bump vitepress from 1.1.4 to 1.2.0 (#20) (535f1c8)

1.0.7 (2024-05-17)

Miscellaneous Chores

  • deps: change release-please path to new repo (#18) (1a8904b)

1.0.6 (2024-05-03)

Build System

  • deps-dev: bump vitepress from 1.1.3 to 1.1.4 (#16) (8cb23eb)

1.0.5 (2024-04-22)

Build System

  • deps-dev: bump vitepress from 1.1.0 to 1.1.3 (#14) (ce37344)

1.0.4 (2024-04-19)

Build System

  • deps-dev: bump vitepress from 1.0.2 to 1.1.0 (#12) (1905123)

1.0.3 (2024-04-08)

Build System

  • deps-dev: bump vite from 5.1.3 to 5.2.8 (#11) (2bc8814)
  • deps-dev: bump vitepress from 1.0.0-rc.42 to 1.0.0-rc.44 (#6) (85b4b99)
  • deps-dev: bump vitepress from 1.0.0-rc.44 to 1.0.2 (#10) (4f5f6fc)

1.0.2 (2024-02-12)

Miscellaneous Chores

Build System

  • change action to deploy only on new tags (1a0f845)
  • deps-dev: bump vitepress from 1.0.0-rc.39 to 1.0.0-rc.42 (#4) (2f1c4ee)

Continuous Integration

  • add release please configuration (b0e56e4)

v1.0.1

compare changes

📦 Build

  • Update build action versions (node warning) (e4e6b51)

❤️ Contributors

v1.0.0

compare changes

📖 Documentation

  • Add some details in readme (c5197e5)
  • Precisions for configuration (24f2c77)
  • Add image example (4ebc596)

❤️ Contributors

v1.0.0-rc.1

compare changes

🩹 Fixes

  • Typo in introduction link on homepage (5137747)

❤️ Contributors

v1.0.0-rc.0

compare changes

🩹 Fixes

  • Broken links and missing introduction page (cc31070)

❤️ Contributors

v0.1.1-rc.0

🚀 Enhancements

  • Add progress report base url (2666eed)
  • Base configuration (8096414)
  • Add little how to file (bbbcc3f)
  • Prepare vitepress template config (4780399)
  • Add examples links (dbdf717)
  • Add instruction to add content to site (ab26fa8)
  • Finish default site customisation (cc9cefb)

💅 Refactors

  • Move content to src folder for better structure (919034d)
  • From pnpm to npm, to simlify students cold start (f01eb7d)
  • Fix readme for npm and new vitpress folder (5c0ed08)

📖 Documentation

📦 Build

  • Add GitHub action to deploy site on pagees (a3eb379)

🏡 Chore

  • Vitpress initialisation (e4796a0)
  • Adapt scripts to match global folder installation (73d73c1)

❤️ Contributors