Skip to content

Commit

Permalink
Merge pull request #33 from itsrennyman/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Renato Pozzi authored Mar 27, 2023
2 parents 73d6328 + 12aba02 commit 50fe88d
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
npm run lib:build
if [ ${{ env.CURRENT_BRANCH }} = dev ]; then
npm run lib:bump:next
npm run lib:publish:next
Expand Down
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-beta.0 (2023-03-27)

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





## 3.0.1 (2023-03-24)

**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.1"
"version": "3.0.2-beta.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lib:publish:next": "lerna publish from-package --dist-tag next --yes",
"lib:publish:latest": "lerna publish from-package --yes",
"lib:bump:next": "lerna version --conventional-commits --conventional-prerelease --preid beta -m \"chore(release): publish %s\" --yes",
"lib:bump:latest": "lerna version --conventional-commits --conventional-graduate -m \"chore(release): publish %s\" --yes",
"lib:bump:latest": "lerna version --conventional-commits --conventional-graduate --create-release github -m \"chore(release): publish %s\" --yes",
"demo:dev": "lerna run dev --scope demo",
"demo:build": "lerna run build --scope demo",
"demo:preview": "lerna run preview --scope demo"
Expand Down
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-beta.0 (2023-03-27)

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





## 3.0.1 (2023-03-24)

**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.1",
"version": "3.0.2-beta.0",
"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-beta.0 (2023-03-27)

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





## 3.0.1 (2023-03-24)

**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.1",
"version": "3.0.2-beta.0",
"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 50fe88d

Please sign in to comment.