Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandercerutti committed Feb 17, 2024
1 parent 417d6d8 commit e4225d3
Show file tree
Hide file tree
Showing 5 changed files with 4,616 additions and 1,972 deletions.
2 changes: 1 addition & 1 deletion packages/captions-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sub37/captions-renderer",
"version": "1.0.2",
"version": "1.1.0",
"description": "A caption renderer written with Web Components",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/sample/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sub37/sample-app",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"scripts": {
"dev": "pnpm vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sub37/server",
"version": "1.0.2",
"version": "1.1.0",
"description": "Server component for subtitles",
"main": "lib/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/webvtt-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sub37/webvtt-adapter",
"version": "1.0.2",
"version": "1.0.3",
"description": "A subtitles adapter for WebVTT subtitles",
"main": "lib/index.js",
"type": "module",
Expand Down
Loading

0 comments on commit e4225d3

Please sign in to comment.