@automattic/jetpack-videopress-core 0.1.0 → 0.1.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.1.2] - 2025-05-13
9
+ ### Changed
10
+ - Update dependencies. [#41847]
11
+ - Update package dependencies. [#42511] [#42762]
12
+
13
+ ## [0.1.1] - 2025-02-05
14
+ ### Changed
15
+ - Updated package dependencies. [#40797] [#41286] [#41577]
16
+
8
17
  ## 0.1.0 - 2024-12-04
9
18
  ### Added
10
19
  - Added VideoPress Core Skeleton. [#30589]
@@ -20,3 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
29
 
21
30
  ### Fixed
22
31
  - Remove "private" flag from package.json so package can be published. [#33744]
32
+
33
+ [0.1.2]: https://github.com/Automattic/jetpack-videopress-core/compare/0.1.1...0.1.2
34
+ [0.1.1]: https://github.com/Automattic/jetpack-videopress-core/compare/0.1.0...0.1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-videopress-core",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "VideoPress Core Functionality",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/videopress-core/#readme",
6
6
  "bugs": {
@@ -23,13 +23,13 @@
23
23
  "devDependencies": {
24
24
  "jest": "*",
25
25
  "@automattic/jetpack-webpack-config": "workspace:*",
26
- "@babel/core": "7.26.0",
27
- "@babel/preset-react": "7.25.9",
28
- "@types/jest": "29.5.12",
26
+ "@babel/core": "7.26.10",
27
+ "@babel/preset-react": "7.26.3",
28
+ "@types/jest": "29.5.14",
29
29
  "tslib": "2.5.0",
30
- "typescript": "5.0.4",
30
+ "typescript": "5.8.2",
31
31
  "webpack": "5.94.0",
32
- "webpack-cli": "4.9.1"
32
+ "webpack-cli": "6.0.1"
33
33
  },
34
34
  "exports": {
35
35
  ".": "./index.jsx",