Skip to content

Commit

Permalink
Minor change, not patch change
Browse files Browse the repository at this point in the history
The question there is whether the paths or URLs of those JS files would
be considered part of the "API" of the package, or just an internal
implementation detail. Let's err on the safe side.
  • Loading branch information
anomiex committed Jun 10, 2021
1 parent 0411d07 commit 49c94d1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Significance: patch
Significance: minor
Type: changed

Build using calypso-build, and use the intersection-observer npm module instead of bundling a copy.
2 changes: 1 addition & 1 deletion projects/packages/lazy-images/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"link-template": "https://github.com/Automattic/jetpack-lazy-images/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-master": "1.4.x-dev"
"dev-master": "1.5.x-dev"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/plugins/jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"automattic/jetpack-heartbeat": "1.3.x-dev",
"automattic/jetpack-identity-crisis": "0.1.x-dev",
"automattic/jetpack-jitm": "1.16.x-dev",
"automattic/jetpack-lazy-images": "1.4.x-dev",
"automattic/jetpack-lazy-images": "1.5.x-dev",
"automattic/jetpack-licensing": "1.4.x-dev",
"automattic/jetpack-logo": "1.5.x-dev",
"automattic/jetpack-options": "1.13.x-dev",
Expand Down
6 changes: 3 additions & 3 deletions projects/plugins/jetpack/composer.lock

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

0 comments on commit 49c94d1

Please sign in to comment.