Skip to content

Commit

Permalink
Prepare for Major Release
Browse files Browse the repository at this point in the history
  • Loading branch information
WINOFFRG committed May 4, 2023
1 parent 3a86d16 commit 871de12
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["shaka-player", "@limeplay/docs"]
"ignore": ["@limeplay/docs", "home"]
}
6 changes: 6 additions & 0 deletions .changeset/nice-garlics-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@limeplay/shaka-player": major
"@limeplay/core": major
---

Initial Release, Added Outlets, Providers, Made Headless
8 changes: 8 additions & 0 deletions packages/limeplay-shaka/.changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions packages/limeplay-shaka/.changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}

0 comments on commit 871de12

Please sign in to comment.