Skip to content

Commit

Permalink
chore: update versions (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 3, 2023
1 parent 7df44af commit 4cba873
Show file tree
Hide file tree
Showing 37 changed files with 162 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/lovely-gorillas-develop.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @socialplayer/angular

## 0.2.1

### Patch Changes

- Updated dependencies
[[`7df44af`](https://github.com/willnguyen1312/socialplayer/commit/7df44af677bc8f9c871bbdbaa0a285dd23628b37)]:
- @socialplayer/core@0.4.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialplayer/angular",
"version": "0.2.0",
"version": "0.2.1",
"scripts": {
"build": "ng build angular --configuration development",
"dev": "ng build angular --watch --configuration development"
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @socialplayer/core

## 0.4.0

### Minor Changes

- [#62](https://github.com/willnguyen1312/socialplayer/pull/62)
[`7df44af`](https://github.com/willnguyen1312/socialplayer/commit/7df44af677bc8f9c871bbdbaa0a285dd23628b37) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Minor release core 🚀

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialplayer/core",
"version": "0.3.0",
"version": "0.4.0",
"description": "A core implementation of socialplayer",
"author": "Nam Nguyen <nam.nguyen.node@gmail.com>",
"repository": "willnguyen1312/socialplayer",
Expand Down
8 changes: 8 additions & 0 deletions packages/dailymotion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @socialplayer/dailymotion-plugin

## 0.1.3

### Patch Changes

- Updated dependencies
[[`7df44af`](https://github.com/willnguyen1312/socialplayer/commit/7df44af677bc8f9c871bbdbaa0a285dd23628b37)]:
- @socialplayer/core@0.4.0

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dailymotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialplayer/dailymotion-plugin",
"version": "0.1.2",
"version": "0.1.3",
"description": "A Dailymotion implementation of socialplayer",
"author": "Nam Nguyen <nam.nguyen.node@gmail.com>",
"repository": "willnguyen1312/socialplayer",
Expand Down
8 changes: 8 additions & 0 deletions packages/facebook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @socialplayer/facebook-plugin

## 0.1.4

### Patch Changes

- Updated dependencies
[[`7df44af`](https://github.com/willnguyen1312/socialplayer/commit/7df44af677bc8f9c871bbdbaa0a285dd23628b37)]:
- @socialplayer/core@0.4.0

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/facebook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialplayer/facebook-plugin",
"version": "0.1.3",
"version": "0.1.4",
"description": "A Facebook implementation of socialplayer",
"author": "Nam Nguyen <nam.nguyen.node@gmail.com>",
"repository": "willnguyen1312/socialplayer",
Expand Down
8 changes: 8 additions & 0 deletions packages/mixcloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @socialplayer/mixcloud-plugin

## 0.1.3

### Patch Changes

- Updated dependencies
[[`7df44af`](https://github.com/willnguyen1312/socialplayer/commit/7df44af677bc8f9c871bbdbaa0a285dd23628b37)]:
- @socialplayer/core@0.4.0

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mixcloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialplayer/mixcloud-plugin",
"version": "0.1.2",
"version": "0.1.3",
"description": "A Mixcloud implementation of socialplayer",
"author": "Nam Nguyen <nam.nguyen.node@gmail.com>",
"repository": "willnguyen1312/socialplayer",
Expand Down
8 changes: 8 additions & 0 deletions packages/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @socialplayer/preact

## 0.1.5

### Patch Changes

- Updated dependencies
[[`7df44af`](https://github.com/willnguyen1312/socialplayer/commit/7df44af677bc8f9c871bbdbaa0a285dd23628b37)]:
- @socialplayer/core@0.4.0

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialplayer/preact",
"version": "0.1.4",
"version": "0.1.5",
"author": "Nam Nguyen <nam.nguyen.node@gmail.com>",
"description": "Adapter of socialplayer core for Preact",
"repository": "willnguyen1312/socialplayer",
Expand Down
8 changes: 8 additions & 0 deletions packages/qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @socialplayer/qwik

## 0.1.4

### Patch Changes

- Updated dependencies
[[`7df44af`](https://github.com/willnguyen1312/socialplayer/commit/7df44af677bc8f9c871bbdbaa0a285dd23628b37)]:
- @socialplayer/core@0.4.0

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialplayer/qwik",
"version": "0.1.3",
"version": "0.1.4",
"author": "Nam Nguyen <nam.nguyen.node@gmail.com>",
"description": "Adapter of socialplayer core for QWik",
"repository": "willnguyen1312/socialplayer",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @socialplayer/react

## 0.1.5

### Patch Changes

- Updated dependencies
[[`7df44af`](https://github.com/willnguyen1312/socialplayer/commit/7df44af677bc8f9c871bbdbaa0a285dd23628b37)]:
- @socialplayer/core@0.4.0

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialplayer/react",
"version": "0.1.4",
"version": "0.1.5",
"author": "Nam Nguyen <nam.nguyen.node@gmail.com>",
"description": "Adapter of socialplayer core for React",
"repository": "willnguyen1312/socialplayer",
Expand Down
8 changes: 8 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @socialplayer/solid

## 0.1.4

### Patch Changes

- Updated dependencies
[[`7df44af`](https://github.com/willnguyen1312/socialplayer/commit/7df44af677bc8f9c871bbdbaa0a285dd23628b37)]:
- @socialplayer/core@0.4.0

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialplayer/solid",
"version": "0.1.3",
"version": "0.1.4",
"author": "Nam Nguyen <nam.nguyen.node@gmail.com>",
"description": "Adapter of socialplayer core for Solid",
"repository": "willnguyen1312/socialplayer",
Expand Down
8 changes: 8 additions & 0 deletions packages/soundcloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @socialplayer/soundcloud-plugin

## 0.2.4

### Patch Changes

- Updated dependencies
[[`7df44af`](https://github.com/willnguyen1312/socialplayer/commit/7df44af677bc8f9c871bbdbaa0a285dd23628b37)]:
- @socialplayer/core@0.4.0

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/soundcloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialplayer/soundcloud-plugin",
"version": "0.2.3",
"version": "0.2.4",
"description": "A Soundcloud implementation of socialplayer",
"author": "Nam Nguyen <nam.nguyen.node@gmail.com>",
"repository": "willnguyen1312/socialplayer",
Expand Down
8 changes: 8 additions & 0 deletions packages/streamable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @socialplayer/streamable-plugin

## 0.1.4

### Patch Changes

- Updated dependencies
[[`7df44af`](https://github.com/willnguyen1312/socialplayer/commit/7df44af677bc8f9c871bbdbaa0a285dd23628b37)]:
- @socialplayer/core@0.4.0

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/streamable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialplayer/streamable-plugin",
"version": "0.1.3",
"version": "0.1.4",
"description": "A Streamable implementation of socialplayer",
"author": "Nam Nguyen <nam.nguyen.node@gmail.com>",
"repository": "willnguyen1312/socialplayer",
Expand Down
8 changes: 8 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @socialplayer/svelte

## 0.1.4

### Patch Changes

- Updated dependencies
[[`7df44af`](https://github.com/willnguyen1312/socialplayer/commit/7df44af677bc8f9c871bbdbaa0a285dd23628b37)]:
- @socialplayer/core@0.4.0

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialplayer/svelte",
"version": "0.1.3",
"version": "0.1.4",
"author": "Nam Nguyen <nam.nguyen.node@gmail.com>",
"description": "Adapter of socialplayer core for Svelte",
"repository": "willnguyen1312/socialplayer",
Expand Down
8 changes: 8 additions & 0 deletions packages/twitch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @socialplayer/twitch-plugin

## 0.1.4

### Patch Changes

- Updated dependencies
[[`7df44af`](https://github.com/willnguyen1312/socialplayer/commit/7df44af677bc8f9c871bbdbaa0a285dd23628b37)]:
- @socialplayer/core@0.4.0

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/twitch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialplayer/twitch-plugin",
"version": "0.1.3",
"version": "0.1.4",
"description": "A Twitch implementation of socialplayer",
"author": "Nam Nguyen <nam.nguyen.node@gmail.com>",
"repository": "willnguyen1312/socialplayer",
Expand Down
8 changes: 8 additions & 0 deletions packages/vidyard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @socialplayer/vidyard-plugin

## 0.1.4

### Patch Changes

- Updated dependencies
[[`7df44af`](https://github.com/willnguyen1312/socialplayer/commit/7df44af677bc8f9c871bbdbaa0a285dd23628b37)]:
- @socialplayer/core@0.4.0

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vidyard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialplayer/vidyard-plugin",
"version": "0.1.3",
"version": "0.1.4",
"description": "A Vidyard implementation of socialplayer",
"author": "Nam Nguyen <nam.nguyen.node@gmail.com>",
"repository": "willnguyen1312/socialplayer",
Expand Down
8 changes: 8 additions & 0 deletions packages/vimeo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @socialplayer/vimeo-plugin

## 0.3.4

### Patch Changes

- Updated dependencies
[[`7df44af`](https://github.com/willnguyen1312/socialplayer/commit/7df44af677bc8f9c871bbdbaa0a285dd23628b37)]:
- @socialplayer/core@0.4.0

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vimeo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialplayer/vimeo-plugin",
"version": "0.3.3",
"version": "0.3.4",
"description": "A Vimeo implementation of socialplayer",
"author": "Nam Nguyen <nam.nguyen.node@gmail.com>",
"repository": "willnguyen1312/socialplayer",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @socialplayer/vue

## 0.1.4

### Patch Changes

- Updated dependencies
[[`7df44af`](https://github.com/willnguyen1312/socialplayer/commit/7df44af677bc8f9c871bbdbaa0a285dd23628b37)]:
- @socialplayer/core@0.4.0

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialplayer/vue",
"version": "0.1.3",
"version": "0.1.4",
"author": "Nam Nguyen <nam.nguyen.node@gmail.com>",
"description": "Adapter of socialplayer core for Vue",
"repository": "willnguyen1312/socialplayer",
Expand Down
8 changes: 8 additions & 0 deletions packages/wistia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @socialplayer/wistia-plugin

## 0.1.3

### Patch Changes

- Updated dependencies
[[`7df44af`](https://github.com/willnguyen1312/socialplayer/commit/7df44af677bc8f9c871bbdbaa0a285dd23628b37)]:
- @socialplayer/core@0.4.0

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wistia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialplayer/wistia-plugin",
"version": "0.1.2",
"version": "0.1.3",
"description": "A Wistia implementation of socialplayer",
"author": "Nam Nguyen <nam.nguyen.node@gmail.com>",
"repository": "willnguyen1312/socialplayer",
Expand Down
8 changes: 8 additions & 0 deletions packages/youtube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @socialplayer/youtube-plugin

## 0.3.4

### Patch Changes

- Updated dependencies
[[`7df44af`](https://github.com/willnguyen1312/socialplayer/commit/7df44af677bc8f9c871bbdbaa0a285dd23628b37)]:
- @socialplayer/core@0.4.0

## 0.3.3

### Patch Changes
Expand Down
Loading

0 comments on commit 4cba873

Please sign in to comment.