Skip to content

Commit

Permalink
Merge branch 'master' into lg/repeatable-links
Browse files Browse the repository at this point in the history
  • Loading branch information
levimykel committed Nov 22, 2024
2 parents 00f8524 + 0cf80dd commit a8b25a9
Show file tree
Hide file tree
Showing 32 changed files with 1,793 additions and 504 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16, 18, 20, 22]
node: [18, 20, 22]

steps:
- name: Set up Node
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [16, 18, 20, 22]
node: [18, 20, 22]

steps:
- name: Set up Node
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
node: [22]
# Top 5 from https://majors.nullvoxpopuli.com/q?minors=on&packages=typescript
# We cannot test 4.9 because it's error throwing is slightly different from v5.
typescript: ["5.2", "5.3", "5.4", "5.5"]
typescript: ["5.2", "5.3", "5.4", "5.5", "5.6"]

steps:
- name: Set up Node
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.

## [7.12.0](https://github.com/prismicio/prismic-client/compare/v7.11.1...v7.12.0) (2024-10-30)


### Features

* retry invalid/expired refs ([#356](https://github.com/prismicio/prismic-client/issues/356)) ([ee06efa](https://github.com/prismicio/prismic-client/commit/ee06efa480baf9e216741a883798eefec2a93bf9))

### [7.11.1](https://github.com/prismicio/prismic-client/compare/v7.11.0...v7.11.1) (2024-10-30)


### Bug Fixes

* **helpers:** add missing `dir` attribute for right-to-left languages ([#357](https://github.com/prismicio/prismic-client/issues/357)) ([b607685](https://github.com/prismicio/prismic-client/commit/b607685f433e351ab93c52a1bf60ab0ca9099759))


### Chore

* **deps:** maintain dependencies ([9eb295e](https://github.com/prismicio/prismic-client/commit/9eb295e447f336635ab1810a9229639202c2f9f6))

## [7.11.0](https://github.com/prismicio/prismic-client/compare/v7.10.1...v7.11.0) (2024-09-25)

## [7.10.0-alpha.0](https://github.com/prismicio/prismic-client/compare/v7.9.0...v7.10.0-alpha.0) (2024-09-20)
Expand Down
Loading

0 comments on commit a8b25a9

Please sign in to comment.