Skip to content

Commit

Permalink
Merge pull request #306 from ballerina-platform/main
Browse files Browse the repository at this point in the history
Update 8.x branch with master branch changes
  • Loading branch information
SasinduDilshara authored Nov 18, 2023
2 parents 732ad49 + f45804f commit f72a0d0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docerina-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ballerina/docs-ui",
"version": "1.2.0",
"version": "1.3.0",
"description": "The react app used to display API Docs.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=org.ballerinalang
version=1.3.0-SNAPSHOT
version=1.3.1-SNAPSHOT
ballerinaLangVersion=2201.8.0-20230908-135700-74a59dff

ballerinaGradlePluginVersion=2.0.1
Expand Down
2 changes: 1 addition & 1 deletion testerina-report-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ballerina/testerina-report",
"version": "1.2.0",
"version": "1.3.0",
"private": true,
"homepage": ".",
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion testerina-report-tools/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react"
"jsx": "react-jsx",
"noFallthroughCasesInSwitch": true
},
"include": [
"src"
Expand Down

0 comments on commit f72a0d0

Please sign in to comment.