Skip to content

Commit e41aebd

Browse files
chore(main): release 1.8.0 (#181)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2979d6b commit e41aebd

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.8.0](https://github.com/prismicio/cli/compare/v1.7.2...v1.8.0) (2026-05-13)
4+
5+
6+
### Features
7+
8+
* add default UID field to new repeatable types ([#184](https://github.com/prismicio/cli/issues/184)) ([89591e5](https://github.com/prismicio/cli/commit/89591e5b3850deacd3abd8631d37c944d3ae7fe3))
9+
* configure preview and simulator URL on init ([#183](https://github.com/prismicio/cli/issues/183)) ([2979d6b](https://github.com/prismicio/cli/commit/2979d6b91aa7f0ee87ae7350dab0d863a8754e68))
10+
* mark onboarding steps from CLI commands ([#178](https://github.com/prismicio/cli/issues/178)) ([9ae5b1d](https://github.com/prismicio/cli/commit/9ae5b1d50ecf0ebf927341634612beb07d67e483))
11+
* **tracking:** identify CLI and detect AI agent harness ([#175](https://github.com/prismicio/cli/issues/175)) ([1d5c9ed](https://github.com/prismicio/cli/commit/1d5c9ed4b516b1877ea981e9dcabdc882303efad))
12+
* use --name as repository domain in repo create and init ([#180](https://github.com/prismicio/cli/issues/180)) ([1b7e4bf](https://github.com/prismicio/cli/commit/1b7e4bf5e93369a34787951e424436446c0b371d))
13+
14+
15+
### Bug Fixes
16+
17+
* map non-prod hosts to staging Amplitude ([#179](https://github.com/prismicio/cli/issues/179)) ([4d981f8](https://github.com/prismicio/cli/commit/4d981f8fc909117801ee44e03da55666eb99190e))
18+
* windows compatibility ([#185](https://github.com/prismicio/cli/issues/185)) ([79e9cc9](https://github.com/prismicio/cli/commit/79e9cc9bf563ab5c0cf0d92986cd4a65b6ff43a9))
19+
320
## [1.7.2](https://github.com/prismicio/cli/compare/v1.7.1...v1.7.2) (2026-05-05)
421

522

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prismic",
3-
"version": "1.7.2",
3+
"version": "1.8.0",
44
"description": "Prismic's official command line tool",
55
"keywords": [
66
"prismic",

0 commit comments

Comments
 (0)