Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
edeleastar committed Oct 13, 2023
1 parent 530aaba commit f2ce623
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cli/tutors-gen-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tutors-gen-lib",
"version": "3.2.7",
"version": "3.2.8",
"description": "Library for tutors generators",
"scripts": {
"build": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion cli/tutors-gen-lib/src/tutors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { resourceBuilder } from "./generator/resource-builder";
import { writeFile } from "./generator/file-utils";
import { generateNetlifyToml } from "./generator/netlify";

export const version = "3.2.7";
export const version = "3.2.8";

export function parseCourse(folder: string): Course {
resourceBuilder.buildTree(folder);
Expand Down
4 changes: 2 additions & 2 deletions cli/tutors-publish-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tutors-publish-html",
"version": "3.2.7",
"version": "3.2.8",
"description": "Static course web site generator - html emitter",
"main": "./src/tutors-publish-html.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"nunjucks": "^3.2.3",
"path": "^0.12.7",
"shelljs": "^0.8.5",
"tutors-gen-lib": "^3.2.7"
"tutors-gen-lib": "^3.2.8"
},
"devDependencies": {
"prettier": "2.8.4",
Expand Down
4 changes: 2 additions & 2 deletions cli/tutors-publish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tutors-publish",
"version": "3.2.7",
"version": "3.2.8",
"description": "Static course web site generator - json emitter",
"main": "./src/tutors-publish.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"tutors-publish": "./src/tutors-publish.js"
},
"dependencies": {
"tutors-gen-lib": "^3.2.7"
"tutors-gen-lib": "^3.2.8"
},
"devDependencies": {
"prettier": "2.8.8",
Expand Down

0 comments on commit f2ce623

Please sign in to comment.