Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
ui
Commits
a9dbbe10
Commit
a9dbbe10
authored
6 months ago
by
Flupsi
Browse files
Options
Downloads
Patches
Plain Diff
fix(package): export main for umd consumption
parent
478941b6
No related branches found
No related tags found
No related merge requests found
Pipeline
#36677
passed
6 months ago
Stage: build
Stage: docs
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
package.json
+1
-0
1 addition, 0 deletions
package.json
with
2 additions
and
1 deletion
README.md
+
1
−
1
View file @
a9dbbe10
...
@@ -102,7 +102,7 @@ Funkwhale UI components should be properly documented before release to make dev
...
@@ -102,7 +102,7 @@ Funkwhale UI components should be properly documented before release to make dev
## Release a new version
## Release a new version
```
sh
```
sh
export
NEW_VERSION
=
0.4.
0
export
NEW_VERSION
=
0.4.
1
yarn version
--new-version
$NEW_VERSION
yarn version
--new-version
$NEW_VERSION
yarn changelog
yarn changelog
git add package.json CHANGELOG.md
git add package.json CHANGELOG.md
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
0
View file @
a9dbbe10
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
"dist"
,
"dist"
,
"types"
"types"
],
],
"main"
:
"./dist/vui.umd.cjs"
,
"module"
:
"./dist/vui.js"
,
"module"
:
"./dist/vui.js"
,
"exports"
:
{
"exports"
:
{
"."
:
{
"."
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment