Skip to content

Commit

Permalink
Update: ignore changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrywithaz committed Sep 17, 2023
1 parent 3eb2f8d commit 8c5ec06
Show file tree
Hide file tree
Showing 25 changed files with 118 additions and 17 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: Test

on: [push, pull_request]

Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.0](https://github.com/ZerryStack/react-formz/compare/v0.3.0-beta...v1.1.0) (2023-09-17)


### Updates

* add git workflow for release ([3eb2f8d](https://github.com/ZerryStack/react-formz/commit/3eb2f8d57b60221bf075130b9ecc1d7ab4590b1b))
* fix build system ([943af07](https://github.com/ZerryStack/react-formz/commit/943af07f54a51e699d3ef1a74c1abfde8de10a7b))
2 changes: 2 additions & 0 deletions changelog-preset.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
const config = require('conventional-changelog-conventionalcommits');
const { releaseRules } = require('./.releaseRules');

console.log("here!!!!");

const releaseRulesMap = releaseRules.reduce((map, rule) => {
return {
...map,
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "1.0.0",
"version": "1.1.0",
"npmClient": "yarn",
"gitTagVersion": true,
"conventionalCommits": true,
Expand All @@ -13,4 +13,4 @@
"publish": {}
},
"useNx": true
}
}
8 changes: 8 additions & 0 deletions packages/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.0](https://github.com/ZerryStack/react-formz/compare/v0.3.0-beta...v1.1.0) (2023-09-17)

**Note:** Version bump only for package @zerry/react-formz-documentation
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerry/react-formz-documentation",
"version": "0.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-formz-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.0](https://github.com/ZerryStack/react-formz/compare/v0.3.0-beta...v1.1.0) (2023-09-17)


### Updates

* fix build system ([943af07](https://github.com/ZerryStack/react-formz/commit/943af07f54a51e699d3ef1a74c1abfde8de10a7b))
2 changes: 1 addition & 1 deletion packages/react-formz-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerry/react-formz-native",
"version": "0.0.12-beta",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "https://github.com/ZerryStack/react-formz.git"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-formz-storybook-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.0](https://github.com/ZerryStack/react-formz/compare/v0.3.0-beta...v1.1.0) (2023-09-17)

**Note:** Version bump only for package react-formz-storybook-native
2 changes: 1 addition & 1 deletion packages/react-formz-storybook-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-formz-storybook-native",
"version": "1.0.0",
"version": "1.1.0",
"main": "./index.js",
"license": "MIT",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/react-formz-storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.0](https://github.com/ZerryStack/react-formz/compare/v0.3.0-beta...v1.1.0) (2023-09-17)

**Note:** Version bump only for package @zerry/react-formz-storybook
2 changes: 1 addition & 1 deletion packages/react-formz-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerry/react-formz-storybook",
"version": "0.1.1-beta",
"version": "1.1.0",
"packageManager": "[email protected]",
"license": "MIT",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/react-formz-validators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.0](https://github.com/ZerryStack/react-formz/compare/v0.3.0-beta...v1.1.0) (2023-09-17)

**Note:** Version bump only for package @zerry/react-formz-validators
2 changes: 1 addition & 1 deletion packages/react-formz-validators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerry/react-formz-validators",
"version": "0.0.1-beta",
"version": "1.1.0",
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-formz-validators/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.0](https://github.com/ZerryStack/react-formz/compare/v0.3.0-beta...v1.1.0) (2023-09-17)

**Note:** Version bump only for package @zerry/react-formz-validators-utils
2 changes: 1 addition & 1 deletion packages/react-formz-validators/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerry/react-formz-validators-utils",
"version": "0.0.1-beta",
"version": "1.1.0",
"license": "MIT",
"description": "Shared utilitity functions for zod validators.",
"main": "index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-formz-validators/yup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.0](https://github.com/ZerryStack/react-formz/compare/v0.3.0-beta...v1.1.0) (2023-09-17)

**Note:** Version bump only for package @zerry/react-formz-validators-yup
2 changes: 1 addition & 1 deletion packages/react-formz-validators/yup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerry/react-formz-validators-yup",
"version": "0.3.0-beta",
"version": "1.1.0",
"license": "MIT",
"description": "Up validator for @zerry/react-formz to validate form data against a zod schema.",
"main": "dist/yup.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-formz-validators/zod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.0](https://github.com/ZerryStack/react-formz/compare/v0.3.0-beta...v1.1.0) (2023-09-17)

**Note:** Version bump only for package @zerry/react-formz-validators-zod
2 changes: 1 addition & 1 deletion packages/react-formz-validators/zod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerry/react-formz-validators-zod",
"version": "0.2.0-beta",
"version": "1.1.0",
"license": "MIT",
"description": "Zod validator for @zerry/react-formz to validate form data against a zod schema.",
"main": "dist/zod.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-formz-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.0](https://github.com/ZerryStack/react-formz/compare/v0.3.0-beta...v1.1.0) (2023-09-17)


### Updates

* fix build system ([943af07](https://github.com/ZerryStack/react-formz/commit/943af07f54a51e699d3ef1a74c1abfde8de10a7b))
2 changes: 1 addition & 1 deletion packages/react-formz-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerry/react-formz",
"version": "0.3.8-beta",
"version": "1.1.0",
"files": [
"dist"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/react-formz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.0](https://github.com/ZerryStack/react-formz/compare/v0.3.0-beta...v1.1.0) (2023-09-17)


### Updates

* fix build system ([943af07](https://github.com/ZerryStack/react-formz/commit/943af07f54a51e699d3ef1a74c1abfde8de10a7b))
2 changes: 1 addition & 1 deletion packages/react-formz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerry/react-formz-core",
"version": "0.2.1-beta",
"version": "1.1.0",
"packageManager": "[email protected]",
"license": "MIT",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions workspace/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@
"version": {
"executor": "nx:run-commands",
"options": {
"command": "npx lerna version --force-publish --yes --create-release github"
"command": "npx lerna version --force-publish --yes --create-release github --ignore-changes 'packages/documentation/**' --ignore-changes 'packages/react-formz-storybook/**' --ignore-changes 'packages/react-formz-storybook-native/**' --ignore-changes 'packages/react-formz-validators/**'"
}
},
"release": {
"executor": "nx:run-commands",
"options": {
"command": "npx lerna publish from-git --yes"
"command": "npx lerna publish from-git --yes --ignore-changes 'packages/documentation/**' --ignore-changes 'packages/react-formz-storybook/**' --ignore-changes 'packages/react-formz-storybook-native/**' --ignore-changes 'packages/react-formz-validators/**'"
}
}
}
Expand Down

0 comments on commit 8c5ec06

Please sign in to comment.