Skip to content

Commit

Permalink
bumped version to v0.102.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pentible-bot committed Jul 21, 2024
1 parent 5edb774 commit cb30a84
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 deletions.
26 changes: 13 additions & 13 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 packages/check-package-lock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pentible/check-package-lock",
"version": "0.101.0",
"version": "0.102.0",
"description": "command to verify a package-lock.json is in sync with its package.json",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pentible/create-package",
"version": "0.101.0",
"version": "0.102.0",
"description": "npm initializer to create a standard pentible package",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pentible/eslint-config-expo",
"version": "0.101.0",
"version": "0.102.0",
"description": "Pentible's standard eslint config (expo)",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pentible/eslint-config-next",
"version": "0.101.0",
"version": "0.102.0",
"description": "Pentible's standard eslint config (next.js)",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pentible/eslint-config-node",
"version": "0.101.0",
"version": "0.102.0",
"description": "Pentible's standard eslint config (node)",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pentible/eslint-config-prettier",
"version": "0.101.0",
"version": "0.102.0",
"description": "Pentible's standard eslint config (prettier)",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pentible/eslint-config-react",
"version": "0.101.0",
"version": "0.102.0",
"description": "Pentible's standard eslint config (react)",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pentible/eslint-config-storybook",
"version": "0.101.0",
"version": "0.102.0",
"description": "Pentible's standard eslint config (storybook)",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pentible/eslint-config-web",
"version": "0.101.0",
"version": "0.102.0",
"description": "Pentible's standard eslint config (web)",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pentible/eslint-config",
"version": "0.101.0",
"version": "0.102.0",
"description": "Pentible's standard eslint config",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pentible/prettier",
"version": "0.101.0",
"version": "0.102.0",
"description": "Pentible's standard prettier config",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/shellcheck-all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pentible/shellcheck-all",
"version": "0.101.0",
"version": "0.102.0",
"description": "run shellcheck on all *.sh files",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pentible/tsconfig",
"version": "0.101.0",
"version": "0.102.0",
"description": "Pentible's standard tsconfig",
"repository": {
"type": "git",
Expand Down

0 comments on commit cb30a84

Please sign in to comment.