Skip to content

Commit

Permalink
chore(release): 21.0.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
# [21.0.0-next.1](20.2.0...21.0.0-next.1) (2024-11-11)

### Features

* migrate to Next.JS ([b6ba0c0](b6ba0c0))

### BREAKING CHANGES

* Supports Next.JS routing instead of react-router now.

ECOM-4001
  • Loading branch information
semantic-release-bot committed Nov 11, 2024
1 parent b23b4a8 commit 79d9ba8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [21.0.0-next.1](https://github.com/ModaOperandi/om/compare/20.2.0...21.0.0-next.1) (2024-11-11)


### Features

* migrate to Next.JS ([b6ba0c0](https://github.com/ModaOperandi/om/commit/b6ba0c0de607be06f18256295e84746435efe219))


### BREAKING CHANGES

* Supports Next.JS routing instead of react-router now.

ECOM-4001

# [20.2.0](https://github.com/ModaOperandi/om/compare/20.1.0...20.2.0) (2024-11-06)


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": "@moda/om",
"version": "20.2.0",
"version": "21.0.0-next.1",
"description": "Moda Operandi design system",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 79d9ba8

Please sign in to comment.