Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](v2.4.4...v3.0.0) (2025-01-14)

### ⚠ BREAKING CHANGES

* This contains changes to functionality and API.

### Features

* API improvments including adding support for absolute steps and gutters ([#16](#16)) ([ab0abb0](ab0abb0))
  • Loading branch information
semantic-release-bot committed Jan 14, 2025
1 parent ab0abb0 commit b9d71e4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [3.0.0](https://github.com/undistraction/warp-grid/compare/v2.4.4...v3.0.0) (2025-01-14)

### ⚠ BREAKING CHANGES

* This contains changes to functionality and API.

### Features

* API improvments including adding support for absolute steps and gutters ([#16](https://github.com/undistraction/warp-grid/issues/16)) ([ab0abb0](https://github.com/undistraction/warp-grid/commit/ab0abb0c1262a0232c8ef2160d7c5702ad47ff3d))

## [3.0.0-next.1](https://github.com/undistraction/warp-grid/compare/v2.4.4...v3.0.0-next.1) (2025-01-14)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "warp-grid",
"version": "3.0.0-next.1",
"version": "3.0.0",
"packageManager": "[email protected]+sha256.09a8fe31a34fda706354680619f4002f4ccef6dadff93240d24ef6c831f0fd28",
"description": "Create a complex grid, warped in 2D space and access data about its lines and cells",
"exports": {
Expand Down

0 comments on commit b9d71e4

Please sign in to comment.