Skip to content

Commit

Permalink
Prepare v3 tag (#226)
Browse files Browse the repository at this point in the history
* slider change video

* bump version
  • Loading branch information
younes200 authored Oct 31, 2023
1 parent 4f76b4b commit 7a3f6d1
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin",
"version": "1.0.6",
"version": "3.0.0",
"main": "./dist/index.js",
"type": "module",
"author": "Younes Benaomar",
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backend",
"private": true,
"version": "2.0.1",
"version": "3.0.0",
"license": "MIT",
"homepage": "https://celluloid.huma-num.fr",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "2.0.2",
"version": "3.0.0",
"license": "MIT",
"homepage": "https://celluloid.huma-num.fr",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "celluloid",
"version": "2.0.0",
"version": "3.0.0",
"author": "Younes Benaomar <[email protected]>",
"license": "MIT",
"description": "Celluloid helps students and teachers to interact by annotating online educational videos",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celluloid/config",
"version": "1.0.0",
"version": "3.0.0",
"main": "index.js",
"license": "MIT",
"homepage": "https://celluloid.huma-num.fr",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celluloid/i18n",
"version": "1.0.0",
"version": "3.0.0",
"description": "",
"main": "index.js",
"bin": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/passport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celluloid/passport",
"version": "2.0.1",
"version": "3.0.0",
"private": true,
"license": "MIT",
"homepage": "https://celluloid.huma-num.fr",
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celluloid/prisma",
"version": "2.0.6",
"version": "3.0.0",
"license": "MIT",
"homepage": "https://celluloid.huma-num.fr",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/trpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celluloid/trpc",
"version": "2.0.1",
"version": "3.0.0",
"private": true,
"license": "MIT",
"homepage": "https://celluloid.huma-num.fr",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celluloid/types",
"main": "dist/index.js",
"version": "0.1.0",
"version": "3.0.0",
"description": "Common types library for Celluloid client and server",
"repository": "http://github.com/celluloid-edu/celluloid",
"author": "Younes Benaomar <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celluloid/utils",
"main": "dist/index.js",
"version": "0.1.0",
"version": "3.0.0",
"description": "Common types library for Celluloid client and server",
"repository": "http://github.com/celluloid-edu/celluloid",
"author": "Younes Benaomar <[email protected]>",
Expand Down

0 comments on commit 7a3f6d1

Please sign in to comment.