@theoplayer/web-ui 1.13.0 → 1.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theoplayer/web-ui",
3
- "version": "1.13.0",
3
+ "version": "1.14.0",
4
4
  "description": "UI component library for the THEOplayer Web SDK",
5
5
  "main": "dist/THEOplayerUI.js",
6
6
  "module": "dist/THEOplayerUI.mjs",
@@ -41,11 +41,7 @@
41
41
  "test:unit": "node --test test/ssr.test.mjs",
42
42
  "docs": "cross-env NODE_OPTIONS=\"--experimental-require-module\" typedoc --treatWarningsAsErrors",
43
43
  "docs:watch": "cross-env NODE_OPTIONS=\"--experimental-require-module\" typedoc --watch",
44
- "version": "npm run version:changelog && npm run version:deps && npm run version:react",
45
- "version:changelog": "node scripts/bump-changelog.mjs web-ui CHANGELOG.md && git add CHANGELOG.md",
46
- "version:deps": "cross-env-shell \"npm install $npm_package_name@$npm_package_version --workspace react && git add react/package.json\"",
47
- "version:react": "cross-env-shell \"npm version $npm_package_version --workspace react --no-git-tag-version && git add react/package.json\"",
48
- "github:changelog": "node scripts/github-changelog.mjs"
44
+ "changeset:version": "changeset version && node .changeset/post-process.mjs"
49
45
  },
50
46
  "keywords": [],
51
47
  "author": "THEO Technologies",
@@ -63,6 +59,8 @@
63
59
  "theoplayer": "^7 || ^8 || ^9 || ^10"
64
60
  },
65
61
  "devDependencies": {
62
+ "@changesets/cli": "^2.29.7",
63
+ "@changesets/types": "^6.1.0",
66
64
  "@rollup/plugin-inject": "^5.0.5",
67
65
  "@rollup/plugin-json": "^6.1.0",
68
66
  "@rollup/plugin-node-resolve": "^16.0.0",
@@ -79,7 +77,7 @@
79
77
  "postcss": "^8.5.2",
80
78
  "postcss-mixins": "^11.0.3",
81
79
  "postcss-preset-env": "^10.1.3",
82
- "prettier": "^2.8.8",
80
+ "prettier": "^3.6.2",
83
81
  "rollup": "^4.34.6",
84
82
  "rollup-plugin-dts": "^6.1.1",
85
83
  "rollup-plugin-postcss": "^4.0.2",