Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 2.7.1 #421

Merged
merged 2 commits into from
Dec 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.7.0"
".": "2.7.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.7.1](https://github.com/puppeteer/replay/compare/v2.7.0...v2.7.1) (2022-12-22)


### Bug Fixes

* add parsing for `visible`, `attributes`, and `properties` ([#419](https://github.com/puppeteer/replay/issues/419)) ([856d6dd](https://github.com/puppeteer/replay/commit/856d6dd20a550dbaa3aa59cb2b15da0ba5c9f289))

## [2.7.0](https://github.com/puppeteer/replay/compare/v2.6.1...v2.7.0) (2022-12-16)


Expand Down
12 changes: 6 additions & 6 deletions docs/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ The format is [version, [lineNo, length], [lineNo, length] ... [lineNo, length]]

#### Defined in

[SchemaUtils.ts:529](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L529)
[SchemaUtils.ts:560](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L560)

---

Expand All @@ -263,7 +263,7 @@ The format is [version, [lineNo, length], [lineNo, length] ... [lineNo, length]]

#### Defined in

[SchemaUtils.ts:528](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L528)
[SchemaUtils.ts:559](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L559)

---

Expand Down Expand Up @@ -447,7 +447,7 @@ therefore, SelectorType.CSS is the default type if other types didn't match.

#### Defined in

[SchemaUtils.ts:581](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L581)
[SchemaUtils.ts:612](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L612)

---

Expand All @@ -467,7 +467,7 @@ therefore, SelectorType.CSS is the default type if other types didn't match.

#### Defined in

[SchemaUtils.ts:537](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L537)
[SchemaUtils.ts:568](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L568)

---

Expand Down Expand Up @@ -510,7 +510,7 @@ Extracts a source map from a text.

#### Defined in

[SchemaUtils.ts:461](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L461)
[SchemaUtils.ts:492](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L492)

---

Expand Down Expand Up @@ -606,4 +606,4 @@ Stringifes a single step. Only the following hooks are invoked with the `flow` p

#### Defined in

[SchemaUtils.ts:533](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L533)
[SchemaUtils.ts:564](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L564)
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": "@puppeteer/replay",
"version": "2.7.0",
"version": "2.7.1",
"description": "Replay is a library which provides an API to replay and stringify recordings created using Chrome DevTools Recorder](https://developer.chrome.com/docs/devtools/recorder/)",
"main": "lib/cjs/main.cjs",
"types": "lib/main.d.ts",
Expand Down