Skip to content

Commit d2da723

Browse files
authored
Merge pull request #1371 from mihailShumilov/feature/add-picture-tag-support
Feature/add picture tag support
2 parents d9a213b + aef68a5 commit d2da723

File tree

21 files changed

+1234
-392
lines changed

21 files changed

+1234
-392
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v21.7.3

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
-->
1616

17+
1718
# AMP Toolbox
1819

1920
A collection of AMP tools making it easier to publish and host AMP pages. The following tools are part of this project:

lerna.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"packages": [
3-
"packages/*"
4-
],
5-
"version": "2.10.1"
2+
"packages": ["packages/*"],
3+
"version": "2.11.0"
64
}

0 commit comments

Comments
 (0)