Skip to content

Commit

Permalink
chore(release): publish v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
itsrennyman committed Mar 27, 2023
1 parent 6f78776 commit 04748c7
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.0.2 (2023-03-27)

**Note:** Version bump only for package root





## 3.0.2-beta.1 (2023-03-27)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"npmClient": "yarn",
"version": "3.0.2-beta.1"
"version": "3.0.2"
}
8 changes: 8 additions & 0 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.0.2 (2023-03-27)

**Note:** Version bump only for package demo





## 3.0.2-beta.1 (2023-03-27)

**Note:** Version bump only for package demo
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo",
"private": true,
"version": "3.0.2-beta.1",
"version": "3.0.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-plock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.0.2 (2023-03-27)

**Note:** Version bump only for package react-plock





## 3.0.2-beta.1 (2023-03-27)

**Note:** Version bump only for package react-plock
Expand Down
2 changes: 1 addition & 1 deletion packages/react-plock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-plock",
"version": "3.0.2-beta.1",
"version": "3.0.2",
"description": "The 1kB Masonry Grid for React",
"author": "Renato Pozzi <[email protected]>",
"homepage": "https://github.com/itsrennyman/react-plock#readme",
Expand Down

0 comments on commit 04748c7

Please sign in to comment.