Skip to content

Commit

Permalink
chore(master): release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Jul 2, 2024
1 parent b3a016d commit f316683
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.0](https://github.com/diplodoc-platform/tabs-extension/compare/v2.2.1...v3.0.0) (2024-07-02)


### ⚠ BREAKING CHANGES

* Prop "radio" is new way to render radio buttons. "vertical" is not supported anymore.

### Features

* rename vertical to radio prop ([70fe497](https://github.com/diplodoc-platform/tabs-extension/commit/70fe4970dad9c07d6be3349df4355781ac731be0))

## [2.2.1](https://github.com/diplodoc-platform/tabs-extension/compare/v2.2.0...v2.2.1) (2024-06-25)


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": "@diplodoc/tabs-extension",
"version": "2.2.1",
"version": "3.0.0",
"description": "Tabs plugin for Diplodoc transformer and builder",
"main": "plugin/index.js",
"types": "plugin/index.d.ts",
Expand Down

0 comments on commit f316683

Please sign in to comment.