Skip to content

Commit

Permalink
Changed versions for libraries and ui components simultaneously (#182)
Browse files Browse the repository at this point in the history
* Incremented package version to 1.9.1-beta.7 for publish issue

* ui components version update to 0.0.2-beta.1-webpack.2 for fixing publish issue

* Incremented package version to 1.9.1-beta.8 for core and libraries. And changed ui components version to 0.0.2-beta.1-webpack.2 to fix publish issue
  • Loading branch information
purepiyush authored Jan 21, 2025
1 parent 30a52a9 commit dd289a1
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions react/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"dependencies": {
"@egovernments/digit-ui-components": "0.0.2-beta.58",
"@egovernments/digit-ui-libraries": "1.9.1-beta.7",
"@egovernments/digit-ui-libraries": "1.9.1-beta.8",
"@egovernments/digit-ui-module-common": "1.7.10",
"@egovernments/digit-ui-module-core": "1.9.1-beta.7",
"@egovernments/digit-ui-module-core": "1.9.1-beta.8",
"@egovernments/digit-ui-module-project": "0.3.4",
"@egovernments/digit-ui-module-sample": "0.0.1",
"@egovernments/digit-ui-react-components": "1.7.10",
Expand Down
3 changes: 2 additions & 1 deletion react/libraries/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## [1.9.1-beta.7] [20-Jan-2025]
## [1.9.1-beta.8] [20-Jan-2025]

- Updated the react and dependecies to latest version and changed react-query to tanstack/react-query

## [1.8.5] [26-Nov-2024]
Expand Down
2 changes: 1 addition & 1 deletion react/libraries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-libraries",
"version": "1.9.1-beta.7",
"version": "1.9.1-beta.8",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion react/modules/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [1.9.1-beta.7] [20-Jan-2024]
## [1.9.1-beta.8] [20-Jan-2024]
- Updated the react and dependecies to latest version and changed react-query to tanstack/react-query

## [1.8.13] [16-Dec-2024]
Expand Down
2 changes: 1 addition & 1 deletion react/modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-module-core",
"version": "1.9.1-beta.7",
"version": "1.9.1-beta.8",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand Down
4 changes: 2 additions & 2 deletions react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"@babel/preset-react": "^7.24.1",
"@egovernments/digit-ui-components": "0.0.2-beta.58",
"@egovernments/digit-ui-components-css": "0.0.2-beta.43",
"@egovernments/digit-ui-libraries": "1.9.1-beta.7",
"@egovernments/digit-ui-module-core": "1.9.1-beta.7",
"@egovernments/digit-ui-libraries": "1.9.1-beta.8",
"@egovernments/digit-ui-module-core": "1.9.1-beta.8",
"@egovernments/digit-ui-module-project": "0.3.4",
"@egovernments/digit-ui-module-sample": "0.0.1",
"@tanstack/react-query": "^5.62.16",
Expand Down
2 changes: 1 addition & 1 deletion webpack/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-components",
"version": "0.0.2-beta.1-webpack.2",
"version": "0.0.2-beta.2-webpack.2",
"license": "MIT",
"main": "dist/main.js",
"module": "dist/main.js",
Expand Down

0 comments on commit dd289a1

Please sign in to comment.