Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
78fcf4e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 29, 2022
1 parent 088b231 commit 6485e3e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Weavy 10.0.6 (2022-04-29)

* Improved SystemJS compatibility for dropin-js.

# Weavy 10.0.5 (2022-04-29)

* Fixed some issues with CORS configuration.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weavy/dropin-js",
"version": "10.0.5",
"version": "10.0.6",
"author": "Weavy",
"description": "Javascript library for the Weavy drop-in UI",
"homepage": "https://github.com/weavy/weavy-dropin-js",
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ module.exports = (env) => {
output: {
filename: '[name].js',
path: path.resolve(__dirname, 'dist'),
publicPath: "", // Needed for SystemJS compatibility
clean: true
},
plugins: [
Expand Down

0 comments on commit 6485e3e

Please sign in to comment.