Skip to content

Commit

Permalink
v2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmulik-Kravitz committed Oct 2, 2024
1 parent 7632746 commit 2ed51d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "2.0.13",
"version": "2.0.14",
"scripts": {
"build": "yarn workspaces foreach --all -pt run build",
"test": "yarn workspaces foreach --all -pt run test",
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example",
"private": true,
"version": "0.0.11",
"version": "0.0.12",
"module": "true",
"scripts": {
"start": "yarn g:start-app",
Expand Down
2 changes: 1 addition & 1 deletion packages/jewishDatesCore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jewish-dates-core",
"version": "2.0.14",
"version": "2.0.15",
"description": "Jewish dates core",
"main": "dist/index.js",
"typings": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/reactJewishDatePicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-jewish-datepicker",
"version": "2.0.13",
"version": "2.0.14",
"description": "React jewish datepicker",
"main": "dist/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 2ed51d4

Please sign in to comment.