Skip to content

Commit

Permalink
chore(main): release 2.0.35 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzoh authored Jan 5, 2025
1 parent 3e66786 commit 54b0164
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.34"
".": "2.0.35"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog


## [2.0.35](https://github.com/jobtrek/grades-view-solid/compare/v2.0.34...v2.0.35) (2025-01-05)


### Build System

* **deps-dev:** bump eslint-plugin-n from 17.15.0 to 17.15.1 ([#320](https://github.com/jobtrek/grades-view-solid/issues/320)) ([3e66786](https://github.com/jobtrek/grades-view-solid/commit/3e667868b22846f472d1d7a22a167f033d9da3fc))
* **deps-dev:** bump globals from 15.13.0 to 15.14.0 ([#321](https://github.com/jobtrek/grades-view-solid/issues/321)) ([b5ab7fc](https://github.com/jobtrek/grades-view-solid/commit/b5ab7fcbffa4be54d53304f4b329a2bf7c0e1221))
* **deps-dev:** bump tailwindcss from 3.4.16 to 3.4.17 ([#323](https://github.com/jobtrek/grades-view-solid/issues/323)) ([c6ce22c](https://github.com/jobtrek/grades-view-solid/commit/c6ce22cb03e8d81914e6f481236e7bc32a673d79))
* **deps-dev:** bump typescript-eslint from 8.17.0 to 8.18.2 ([#324](https://github.com/jobtrek/grades-view-solid/issues/324)) ([73ecc50](https://github.com/jobtrek/grades-view-solid/commit/73ecc5050d237ffb5f849140ab6fa14eaa8f5410))

## [2.0.34](https://github.com/jobtrek/grades-view-solid/compare/v2.0.33...v2.0.34) (2024-12-18)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Implemented with [SolidJS](https://www.solidjs.com/)
>
> **v2.0.34** <!-- x-release-please-version -->
> **v2.0.35** <!-- x-release-please-version -->
>
> [See changelog](./CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2"
},
"version": "2.0.34",
"version": "2.0.35",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down
2 changes: 1 addition & 1 deletion src/data/initialGradesStoreData.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { type StudentGrades } from "~/types/models/GradeStoreModels"

export const initialGradesStoreData = {
version: "2.0.34", // x-release-please-version
version: "2.0.35", // x-release-please-version
name: "",
tpi: null,
info: {
Expand Down

0 comments on commit 54b0164

Please sign in to comment.