Skip to content

Commit

Permalink
v2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmulik-Kravitz committed Sep 27, 2023
1 parent 904e520 commit 96d7841
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.11",
"version": "2.0.12",
"scripts": {
"build": "yarn workspaces foreach -vit run build",
"test": "yarn workspaces foreach -vit run test",
Expand Down
4 changes: 2 additions & 2 deletions 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.9",
"version": "0.0.10",
"scripts": {
"start": "yarn g:start-app",
"build": "yarn g:build-app && cp -R -a -f ./config/static/. ./dist/ && yarn copy-to-docs",
Expand All @@ -14,7 +14,7 @@
"@react-icons/all-files": "^4.1.0",
"@types/react-syntax-highlighter": "^15.5.6",
"dayjs": "^1.11.7",
"jewish-dates-core": "^2.0.11",
"jewish-dates-core": "^2.0.12",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
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.11",
"version": "2.0.12",
"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.11",
"version": "2.0.12",
"description": "React jewish datepicker",
"main": "dist/index.js",
"typings": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1954,7 +1954,7 @@ __metadata:
esbuild: ^0.16.17
esbuild-node-externals: ^1.6.0
has-flag: 4.0.0
jewish-dates-core: ^2.0.11
jewish-dates-core: ^2.0.12
prism-react-renderer: ^1.3.5
react: ^18.2.0
react-dom: ^18.2.0
Expand Down Expand Up @@ -2753,7 +2753,7 @@ __metadata:
languageName: node
linkType: hard

"jewish-dates-core@^2.0.11, jewish-dates-core@workspace:*, jewish-dates-core@workspace:packages/jewishDatesCore":
"jewish-dates-core@^2.0.12, jewish-dates-core@workspace:*, jewish-dates-core@workspace:packages/jewishDatesCore":
version: 0.0.0-use.local
resolution: "jewish-dates-core@workspace:packages/jewishDatesCore"
dependencies:
Expand Down

0 comments on commit 96d7841

Please sign in to comment.