Skip to content

Commit

Permalink
Merge pull request #31873 from ballerina-platform/release-1.2.16
Browse files Browse the repository at this point in the history
Sync 1.2.x Branch After 1.2.16 Release
  • Loading branch information
ThisaruGuruge authored Jul 26, 2021
2 parents 12eb88b + 851faf7 commit 3ac59a3
Show file tree
Hide file tree
Showing 33 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion composer/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*",
"tools/*"
],
"version": "1.2.15"
"version": "1.2.16"
}
2 changes: 1 addition & 1 deletion composer/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 composer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@ballerina/composer",
"version": "1.2.15",
"version": "1.2.16",
"description": "",
"scripts": {
"prebuild": "npm i && lerna bootstrap",
Expand Down
2 changes: 1 addition & 1 deletion composer/packages/api-designer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions composer/packages/api-designer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ballerina/api-designer",
"version": "1.2.15",
"version": "1.2.16",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"author": "ballerina.io",
"license": "Apache-2.0",
"devDependencies": {
"@ballerina/composer-cli": "^1.2.15",
"@ballerina/composer-cli": "^1.2.16",
"copyfiles": "^2.1.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion composer/packages/ast-model/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions composer/packages/ast-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ballerina/ast-model",
"version": "1.2.15",
"version": "1.2.16",
"description": "ast-model",
"license": "Apache-2.0",
"files": [
Expand All @@ -22,15 +22,15 @@
"gen-ast-utils": "npm run build && node lib/tools/generate"
},
"dependencies": {
"@ballerina/lang-service": "^1.2.15",
"@ballerina/lang-service": "^1.2.16",
"glob": "^7.1.3",
"lodash": "^4.17.11",
"prettier": "^1.5.2",
"prettier-tslint": "^0.4.0",
"vscode-uri": "^1.0.6"
},
"devDependencies": {
"@ballerina/composer-cli": "^1.2.15",
"@ballerina/composer-cli": "^1.2.16",
"@types/lodash": "^4.14.117",
"copyfiles": "^2.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion composer/packages/bbe/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions composer/packages/bbe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ballerina/ballerina-by-examples",
"version": "1.2.15",
"version": "1.2.16",
"description": "Provides components for displaying Ballerina By Examples",
"main": "lib/src/index.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"lodash": "^4.17.11"
},
"devDependencies": {
"@ballerina/composer-cli": "^1.2.15",
"@ballerina/composer-cli": "^1.2.16",
"@types/lodash": "^4.14.118"
},
"author": "ballerina.io",
Expand Down
2 changes: 1 addition & 1 deletion composer/packages/diagram/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions composer/packages/diagram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ballerina/diagram",
"version": "1.2.15",
"version": "1.2.16",
"description": "Provides a set of react components to draw Ballerina Diagrams.",
"keywords": [
"ballerina",
Expand Down Expand Up @@ -31,16 +31,16 @@
"react-dom": "^16.2.0"
},
"devDependencies": {
"@ballerina/composer-cli": "^1.2.15",
"@ballerina/font": "^1.2.15",
"@ballerina/theme": "^1.2.15",
"@ballerina/composer-cli": "^1.2.16",
"@ballerina/font": "^1.2.16",
"@ballerina/theme": "^1.2.16",
"@types/lodash": "^4.14.118",
"@types/lodash.debounce": "^4.0.4",
"copyfiles": "^2.1.0"
},
"dependencies": {
"@ballerina/ast-model": "^1.2.15",
"@ballerina/lang-service": "^1.2.15",
"@ballerina/ast-model": "^1.2.16",
"@ballerina/lang-service": "^1.2.16",
"lodash": "^4.17.11",
"lodash.debounce": "^4.0.8",
"log4javascript": "^1.4.15",
Expand Down
18 changes: 9 additions & 9 deletions composer/packages/distribution/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ballerina/distribution",
"version": "1.2.15",
"version": "1.2.16",
"description": "",
"main": "build/composer.js",
"scripts": {
Expand All @@ -15,15 +15,15 @@
"author": "ballerina.io",
"license": "Apache-2.0",
"dependencies": {
"@ballerina/api-designer": "^1.2.15",
"@ballerina/ballerina-by-examples": "^1.2.15",
"@ballerina/diagram": "^1.2.15",
"@ballerina/documentation": "^1.2.15",
"@ballerina/font": "^1.2.15",
"@ballerina/theme": "^1.2.15",
"@ballerina/tracing": "^1.2.15"
"@ballerina/api-designer": "^1.2.16",
"@ballerina/ballerina-by-examples": "^1.2.16",
"@ballerina/diagram": "^1.2.16",
"@ballerina/documentation": "^1.2.16",
"@ballerina/font": "^1.2.16",
"@ballerina/theme": "^1.2.16",
"@ballerina/tracing": "^1.2.16"
},
"devDependencies": {
"@ballerina/composer-cli": "^1.2.15"
"@ballerina/composer-cli": "^1.2.16"
}
}
2 changes: 1 addition & 1 deletion composer/packages/documentation/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions composer/packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ballerina/documentation",
"version": "1.2.15",
"version": "1.2.16",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"author": "ballerina.io",
"license": "Apache-2.0",
"dependencies": {
"@ballerina/ast-model": "^1.2.15",
"@ballerina/ast-model": "^1.2.16",
"diff": "^3.5.0",
"escape-html": "^1.0.3",
"react-markdown": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion composer/packages/font/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions composer/packages/font/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ballerina/font",
"version": "1.2.15",
"version": "1.2.16",
"description": "Ballerina Diagram Font",
"main": "build/index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"author": "ballerina.io",
"license": "Apache-2.0",
"devDependencies": {
"@ballerina/composer-cli": "^1.2.15",
"@ballerina/composer-cli": "^1.2.16",
"watch": "^1.0.2",
"webfont": "^8.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion composer/packages/lang-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions composer/packages/lang-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ballerina/lang-service",
"version": "1.2.15",
"version": "1.2.16",
"description": "lang-service",
"license": "Apache-2.0",
"files": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"ws": "^6.1.0"
},
"devDependencies": {
"@ballerina/composer-cli": "^1.2.15",
"@ballerina/composer-cli": "^1.2.16",
"@types/fs-extra": "^5.0.4",
"@types/glob": "^7.1.1",
"@types/jest": "^22.0.1",
Expand Down
2 changes: 1 addition & 1 deletion composer/packages/syntax-highlighter/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 composer/packages/syntax-highlighter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ballerina/syntax-highlighter",
"version": "1.2.15",
"version": "1.2.16",
"description": "A frontend syntax highlighter for Ballerina based on monaco.",
"main": "lib/highlighter.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion composer/packages/theme/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions composer/packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ballerina/theme",
"version": "1.2.15",
"version": "1.2.16",
"description": "Theme for web components of Ballerina Tooling.",
"keywords": [
"ballerina",
Expand All @@ -21,6 +21,6 @@
"watch": "^1.0.2"
},
"dependencies": {
"@ballerina/font": "^1.2.15"
"@ballerina/font": "^1.2.16"
}
}
2 changes: 1 addition & 1 deletion composer/packages/tracing/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions composer/packages/tracing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ballerina/tracing",
"version": "1.2.15",
"version": "1.2.16",
"description": "",
"main": "lib/src/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"author": "ballerina.io",
"license": "Apache-2.0",
"devDependencies": {
"@ballerina/composer-cli": "^1.2.15",
"@ballerina/composer-cli": "^1.2.16",
"@types/lodash": "^4.14.116"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion composer/tools/composer-cli/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 composer/tools/composer-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@ballerina/composer-cli",
"version": "1.2.15",
"version": "1.2.16",
"description": "Includes a CLI util to help with composer packages development",
"bin": {
"composer": "./bin/composer"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ org.gradle.caching=true
org.gradle.parallel=true
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
org.gradle.workers.max=3
version=1.2.16-SNAPSHOT
version=1.2.17-SNAPSHOT
group=org.ballerinalang
bootstrappedOn=1.1.0-alpha
2 changes: 1 addition & 1 deletion misc/testerina/modules/report-tools/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 misc/testerina/modules/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.15",
"version": "1.2.16",
"private": true,
"homepage": ".",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ target = "java8"
[[platform.libraries]]
artifactId = "mock"
version = "0.0.0"
path = "./lib/testerina-core-1.2.15.jar"
path = "./lib/testerina-core-1.2.16.jar"
groupId = "ballerina"
2 changes: 1 addition & 1 deletion tool-plugins/vscode/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 tool-plugins/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ballerina",
"displayName": "Ballerina (Deprecated)",
"description": "Language Intelligence, Diagram View, Debugging, code formatting and refactoring for Ballerina",
"version": "1.2.15",
"version": "1.2.16",
"publisher": "ballerina",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3ac59a3

Please sign in to comment.