Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 4, 2023
1 parent 709354d commit a000289
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 8 deletions.
27 changes: 23 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,34 @@
<!-- markdownlint-disable --><!-- textlint-disable -->

# 📓 Changelog

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.0](https://github.com/sanity-io/hierarchical-document-list/compare/v1.1.0...v2.0.0) (2023-12-04)

### ⚠ BREAKING CHANGES

- migrate to v3 (#15)

### Features

- migrate to v3 ([#15](https://github.com/sanity-io/hierarchical-document-list/issues/15)) ([7e2abb7](https://github.com/sanity-io/hierarchical-document-list/commit/7e2abb7c3eee9c532976ce6e17ce7255b47227fe))

### Bug Fixes

- validates that S and context props are passed as config to createDeskHierarchy ([d781809](https://github.com/sanity-io/hierarchical-document-list/commit/d781809e3e970968254b621078658538188b08ae))

# Changelog

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.

## [1.1.0](https://github.com/sanity-io/hierarchical-document-list/compare/v1.0.0...v1.1.0) (2022-03-18)


### Features

* types are now correctly bundled ([50ecd09](https://github.com/sanity-io/hierarchical-document-list/commit/50ecd0974af5bf09f17ee2e73d64e8db74701e42))

- types are now correctly bundled ([50ecd09](https://github.com/sanity-io/hierarchical-document-list/commit/50ecd0974af5bf09f17ee2e73d64e8db74701e42))

### Bug Fixes

* multiple createDeskHierarchy in a studio now works correctly ([7283c4c](https://github.com/sanity-io/hierarchical-document-list/commit/7283c4c56dad3a845eff93ae112c9b43238cf612))
- multiple createDeskHierarchy in a studio now works correctly ([7283c4c](https://github.com/sanity-io/hierarchical-document-list/commit/7283c4c56dad3a845eff93ae112c9b43238cf612))
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Sanity.io
Copyright (c) 2023 Sanity.io

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
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": "@sanity/hierarchical-document-list",
"version": "1.1.0",
"version": "2.0.0",
"description": "Sanity Plugin - Hierarchical Document List",
"keywords": [
"sanity",
Expand Down

0 comments on commit a000289

Please sign in to comment.