Skip to content

Commit

Permalink
chore(main): release 2.0.36 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzoh authored Jan 6, 2025
1 parent dd71f01 commit 57dd45c
Show file tree
Hide file tree
Showing 5 changed files with 11 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.35"
".": "2.0.36"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## [2.0.36](https://github.com/jobtrek/grades-view-solid/compare/v2.0.35...v2.0.36) (2025-01-06)


### Build System

* **deps-dev:** bump typescript-eslint from 8.18.2 to 8.19.0 ([#326](https://github.com/jobtrek/grades-view-solid/issues/326)) ([dd71f01](https://github.com/jobtrek/grades-view-solid/commit/dd71f0141d8690defd5a8440b2e98a79a5d0d405))

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


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.35** <!-- x-release-please-version -->
> **v2.0.36** <!-- 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.19.0"
},
"version": "2.0.35",
"version": "2.0.36",
"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.35", // x-release-please-version
version: "2.0.36", // x-release-please-version
name: "",
tpi: null,
info: {
Expand Down

0 comments on commit 57dd45c

Please sign in to comment.