Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mordech committed Sep 29, 2023
1 parent 7697e6a commit 3672033
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.3](https://github.com/Mordech/dynamic-grid/compare/v0.1.2...v0.1.3) (2023-09-29)

### Bug Fixes

- **react:** change build dependencies ([#10](https://github.com/Mordech/dynamic-grid/issues/10)) ([7697e6a](https://github.com/Mordech/dynamic-grid/commit/7697e6a2b4198693b5c84108ef8f6ed0c4272845))

## [0.1.2](https://github.com/Mordech/dynamic-grid/compare/v0.1.1...v0.1.2) (2023-09-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.2",
"version": "0.1.3",
"npmClient": "yarn"
}
6 changes: 6 additions & 0 deletions packages/dynamic-grid-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.3](https://github.com/Mordech/dynamic-grid/compare/v0.1.2...v0.1.3) (2023-09-29)

### Bug Fixes

- **react:** change build dependencies ([#10](https://github.com/Mordech/dynamic-grid/issues/10)) ([7697e6a](https://github.com/Mordech/dynamic-grid/commit/7697e6a2b4198693b5c84108ef8f6ed0c4272845))

## [0.1.2](https://github.com/Mordech/dynamic-grid/compare/v0.1.1...v0.1.2) (2023-09-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic-grid-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mordech/dynamic-grid-react",
"license": "MIT",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"main": "dist/index.js",
"repository": {
Expand Down

0 comments on commit 3672033

Please sign in to comment.