Skip to content

Commit

Permalink
Bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl committed Nov 12, 2024
1 parent 5ea58e0 commit d8a2e6e
Show file tree
Hide file tree
Showing 20 changed files with 107 additions and 107 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "e2xgrader"
copyright = "2023, Tim Metzler"
author = "Tim Metzler"
release = "0.3.0"
release = "0.3.1"
github_project_url = "https://github.com/Digiklausur/e2xgrader"

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion e2xgrader/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.3.1"
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true,
"version": "0.3.0"
"version": "0.3.1"
}
128 changes: 64 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"workspaces": [
"packages/*"
],
"version": "0.3.0",
"version": "0.3.1",
"description": "An addon for nbgrader",
"scripts": {
"install": "lerna run bootstrap",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@e2xgrader/api",
"version": "0.3.0",
"version": "0.3.1",
"main": "lib/index.js",
"description": "api functions for e2xgrader",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/assignment-view-celltoolbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@e2xgrader/assignment-view-celltoolbar",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"author": "Tim Metzler",
"license": "ISC",
"dependencies": {
"@e2xgrader/cells": "0.3.0",
"@e2xgrader/utils": "0.3.0"
"@e2xgrader/cells": "0.3.1",
"@e2xgrader/utils": "0.3.1"
},
"devDependencies": {
"@babel/preset-env": "^7.16.11",
Expand Down
Loading

0 comments on commit d8a2e6e

Please sign in to comment.