Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
amphro committed Jul 21, 2020
1 parent be532ec commit 1f56f3b
Show file tree
Hide file tree
Showing 22 changed files with 211 additions and 68 deletions.
18 changes: 18 additions & 0 deletions packages/dev-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/forcedotcom/sfdx-dev-packages/compare/@salesforce/[email protected]...@salesforce/[email protected]) (2020-07-21)


### Features

* **@salesforce/dev-config:** bump version back to 1.6.0 ([07196e9](https://github.com/forcedotcom/sfdx-dev-packages/commit/07196e9719b0a5ace2c9a620af8012501c06c6e6))
* add eslint and use it in all packages ([0165cc8](https://github.com/forcedotcom/sfdx-dev-packages/commit/0165cc8853079c7f987dddfb60ced3efb00deea0))


### BREAKING CHANGES

* **@salesforce/dev-config:** Previous feat commits removes tslint and pretter config files. Use the
corresponding eslint and pretter config packages instead.





# [1.6.0](https://github.com/forcedotcom/sfdx-dev-packages/compare/@salesforce/[email protected]...@salesforce/[email protected]) (2020-07-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/dev-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/dev-config",
"version": "1.6.0",
"version": "2.0.0",
"description": "A set of standard typescript config and tslint options for Salesforce projects.",
"repository": "https://github.com/forcedotcom/sfdx-dev-packages",
"main": "index.js",
Expand Down
21 changes: 21 additions & 0 deletions packages/dev-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/forcedotcom/sfdx-dev-packages/compare/@salesforce/[email protected]...@salesforce/[email protected]) (2020-07-21)


### Features

* **@salesforce/dev-scripts:** bump version to 0.5.0 ([0ab4c6f](https://github.com/forcedotcom/sfdx-dev-packages/commit/0ab4c6f64703e588a63e72814f0850aa785778cb))
* add eslint and use it in all packages ([0165cc8](https://github.com/forcedotcom/sfdx-dev-packages/commit/0165cc8853079c7f987dddfb60ced3efb00deea0))
* add getNumber on env ([0c94a64](https://github.com/forcedotcom/sfdx-dev-packages/commit/0c94a64f7ac9af40198918cceda6e96facbc77ca))
* add javascipt eslint rules that typescript extends ([135ac73](https://github.com/forcedotcom/sfdx-dev-packages/commit/135ac73b8c513d8950ac69373349361d9f600a8c))
* add salesforce license linting ([3213135](https://github.com/forcedotcom/sfdx-dev-packages/commit/3213135f34956335ef2c123ec680c2de2bc7f10f))


### BREAKING CHANGES

* **@salesforce/dev-scripts:** Renamed all bin files. Renamed the config file from sfdx-dev-config.json to
sfdevrc.json. Uses eslint instead of tslint.





# [0.5.0](https://github.com/forcedotcom/sfdx-dev-packages/compare/@salesforce/[email protected]...@salesforce/[email protected]) (2020-07-02)


Expand Down
38 changes: 19 additions & 19 deletions packages/dev-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/dev-scripts",
"version": "0.5.0",
"version": "0.6.0",
"description": "Standardize package.json scripts and config files for Salesforce projects.",
"repository": "https://github.com/forcedotcom/sfdx-dev-packages",
"bin": {
Expand Down Expand Up @@ -40,38 +40,38 @@
"dependencies": {
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@salesforce/dev-config": "^2.0.0",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^12.12.6",
"@types/sinon": "^9.0.4",
"chai": "^4.2.0",
"chalk": "^4.0.0",
"cosmiconfig": "^6.0.0",
"husky": "^4.2.5",
"mocha": "^7.2.0",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"shelljs": "~0.8.4",
"sinon": "^9.0.2",
"source-map-support": "~0.5.19",
"ts-node": "^8.10.2",
"typedoc": "~0.17.7",
"typedoc-plugin-external-module-name": "~4.0.0",
"xunit-file": "^1.0.0",
"husky": "^4.2.5",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"typescript": "^3.9.3",
"sinon": "^9.0.2",
"mocha": "^7.2.0",
"nyc": "^15.1.0",
"@salesforce/dev-config": "^1.6.0",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^12.12.6",
"@types/sinon": "^9.0.4",
"chai": "^4.2.0",
"ts-node": "^8.10.2"
"xunit-file": "^1.0.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@salesforce/prettier-config": "^0.0.0",
"@salesforce/prettier-config": "^0.0.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-salesforce": "^0.0.0",
"eslint-config-salesforce-license": "^0.0.0",
"eslint-config-salesforce-typescript": "^0.0.0",
"eslint-config-salesforce": "^0.1.0",
"eslint-config-salesforce-license": "^0.1.0",
"eslint-config-salesforce-typescript": "^0.1.0",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsdoc": "^27.0.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-salesforce-license/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2020-07-21)


### Features

* add salesforce license linting ([3213135](https://github.com/forcedotcom/sfdx-dev-packages/commit/3213135f34956335ef2c123ec680c2de2bc7f10f))
3 changes: 1 addition & 2 deletions packages/eslint-config-salesforce-license/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-salesforce-license",
"version": "0.0.0",
"version": "0.1.0",
"description": "The eslint config to for Salesforce license",
"keywords": [
"Salesforce",
Expand All @@ -20,7 +20,6 @@
"bugs": {
"url": "https://github.com/forcedotcom/sfdx-dev-packages/issues"
},
"dependencies": {},
"devDependencies": {
"eslint-plugin-header": "^3.0.0"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/eslint-config-salesforce-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2020-07-21)


### Features

* add eslint and use it in all packages ([0165cc8](https://github.com/forcedotcom/sfdx-dev-packages/commit/0165cc8853079c7f987dddfb60ced3efb00deea0))
* add javascipt eslint rules that typescript extends ([135ac73](https://github.com/forcedotcom/sfdx-dev-packages/commit/135ac73b8c513d8950ac69373349361d9f600a8c))
* add salesforce license linting ([3213135](https://github.com/forcedotcom/sfdx-dev-packages/commit/3213135f34956335ef2c123ec680c2de2bc7f10f))
5 changes: 2 additions & 3 deletions packages/eslint-config-salesforce-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-salesforce-typescript",
"version": "0.0.0",
"version": "0.1.0",
"description": "The eslint config for Salesforce typescript projects",
"keywords": [
"Salesforce",
Expand All @@ -21,13 +21,12 @@
"bugs": {
"url": "https://github.com/forcedotcom/sfdx-dev-packages/issues"
},
"dependencies": {},
"devDependencies": {
"eslint-config-salesforce-license": "^0.0.0",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-salesforce-license": "^0.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsdoc": "^27.0.3",
"eslint-plugin-prettier": "^3.1.3"
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-salesforce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2020-07-21)


### Features

* add javascipt eslint rules that typescript extends ([135ac73](https://github.com/forcedotcom/sfdx-dev-packages/commit/135ac73b8c513d8950ac69373349361d9f600a8c))
3 changes: 1 addition & 2 deletions packages/eslint-config-salesforce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-salesforce",
"version": "0.0.0",
"version": "0.1.0",
"description": "The eslint config for Salesforce projects",
"keywords": [
"Salesforce",
Expand All @@ -20,7 +20,6 @@
"bugs": {
"url": "https://github.com/forcedotcom/sfdx-dev-packages/issues"
},
"dependencies": {},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/forcedotcom/sfdx-dev-packages/compare/@salesforce/[email protected]...@salesforce/[email protected]) (2020-07-21)


### Features

* add eslint and use it in all packages ([0165cc8](https://github.com/forcedotcom/sfdx-dev-packages/commit/0165cc8853079c7f987dddfb60ced3efb00deea0))
* add getNumber on env ([0c94a64](https://github.com/forcedotcom/sfdx-dev-packages/commit/0c94a64f7ac9af40198918cceda6e96facbc77ca))
* add javascipt eslint rules that typescript extends ([135ac73](https://github.com/forcedotcom/sfdx-dev-packages/commit/135ac73b8c513d8950ac69373349361d9f600a8c))
* add salesforce license linting ([3213135](https://github.com/forcedotcom/sfdx-dev-packages/commit/3213135f34956335ef2c123ec680c2de2bc7f10f))





## [1.2.3](https://github.com/forcedotcom/sfdx-dev-packages/compare/@salesforce/[email protected]...@salesforce/[email protected]) (2020-07-02)

**Note:** Version bump only for package @salesforce/kit
Expand Down
16 changes: 8 additions & 8 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/kit",
"version": "1.2.3",
"version": "1.3.0",
"description": "Commonly needed utilities for TypeScript and JavaScript",
"main": "lib/index.js",
"repository": "https://github.com/forcedotcom/sfdx-dev-packages",
Expand All @@ -27,21 +27,21 @@
"test": "sf-test"
},
"dependencies": {
"@salesforce/ts-types": "^1.3.0",
"@salesforce/ts-types": "^1.4.0",
"tslib": "^1.10.0"
},
"devDependencies": {
"@salesforce/dev-config": "^1.6.0",
"@salesforce/dev-scripts": "^0.5.0",
"@salesforce/prettier-config": "^0.0.0",
"@salesforce/dev-config": "^2.0.0",
"@salesforce/dev-scripts": "^0.6.0",
"@salesforce/prettier-config": "^0.0.1",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-salesforce": "^0.0.0",
"eslint-config-salesforce-license": "^0.0.0",
"eslint-config-salesforce-typescript": "^0.0.0",
"eslint-config-salesforce": "^0.1.0",
"eslint-config-salesforce-license": "^0.1.0",
"eslint-config-salesforce-typescript": "^0.1.0",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsdoc": "^27.0.3",
Expand Down
13 changes: 13 additions & 0 deletions packages/lazy-require/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/forcedotcom/sfdx-dev-packages/compare/@salesforce/[email protected]...@salesforce/[email protected]) (2020-07-21)


### Features

* add eslint and use it in all packages ([0165cc8](https://github.com/forcedotcom/sfdx-dev-packages/commit/0165cc8853079c7f987dddfb60ced3efb00deea0))
* add javascipt eslint rules that typescript extends ([135ac73](https://github.com/forcedotcom/sfdx-dev-packages/commit/135ac73b8c513d8950ac69373349361d9f600a8c))
* add salesforce license linting ([3213135](https://github.com/forcedotcom/sfdx-dev-packages/commit/3213135f34956335ef2c123ec680c2de2bc7f10f))





## [0.2.3](https://github.com/forcedotcom/sfdx-dev-packages/compare/@salesforce/[email protected]...@salesforce/[email protected]) (2020-07-02)

**Note:** Version bump only for package @salesforce/lazy-require
Expand Down
16 changes: 8 additions & 8 deletions packages/lazy-require/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/lazy-require",
"version": "0.2.3",
"version": "0.3.0",
"description": "Lazily load npm packages",
"repository": "https://github.com/forcedotcom/sfdx-dev-packages",
"main": "lib/index.js",
Expand All @@ -16,19 +16,19 @@
"tslib": "^1.10.0"
},
"devDependencies": {
"@salesforce/dev-config": "^1.6.0",
"@salesforce/dev-scripts": "^0.5.0",
"@salesforce/prettier-config": "^0.0.0",
"@salesforce/ts-sinon": "^1.1.2",
"@salesforce/dev-config": "^2.0.0",
"@salesforce/dev-scripts": "^0.6.0",
"@salesforce/prettier-config": "^0.0.1",
"@salesforce/ts-sinon": "^1.2.0",
"@types/debug": "^0.0.31",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-salesforce": "^0.0.0",
"eslint-config-salesforce-license": "^0.0.0",
"eslint-config-salesforce-typescript": "^0.0.0",
"eslint-config-salesforce": "^0.1.0",
"eslint-config-salesforce-license": "^0.1.0",
"eslint-config-salesforce-typescript": "^0.1.0",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsdoc": "^27.0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1 (2020-07-21)

**Note:** Version bump only for package @salesforce/prettier-config
4 changes: 1 addition & 3 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/prettier-config",
"version": "0.0.0",
"version": "0.0.1",
"description": "The prettier config for Salesforce projects",
"keywords": [
"Salesforce",
Expand All @@ -20,8 +20,6 @@
"bugs": {
"url": "https://github.com/forcedotcom/sfdx-dev-packages/issues"
},
"dependencies": {},
"devDependencies": {},
"publishConfig": {
"access": "public"
}
Expand Down
13 changes: 13 additions & 0 deletions packages/require-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/forcedotcom/sfdx-dev-packages/compare/@salesforce/[email protected]...@salesforce/[email protected]) (2020-07-21)


### Features

* add eslint and use it in all packages ([0165cc8](https://github.com/forcedotcom/sfdx-dev-packages/commit/0165cc8853079c7f987dddfb60ced3efb00deea0))
* add javascipt eslint rules that typescript extends ([135ac73](https://github.com/forcedotcom/sfdx-dev-packages/commit/135ac73b8c513d8950ac69373349361d9f600a8c))
* add salesforce license linting ([3213135](https://github.com/forcedotcom/sfdx-dev-packages/commit/3213135f34956335ef2c123ec680c2de2bc7f10f))





## [0.7.3](https://github.com/forcedotcom/sfdx-dev-packages/compare/@salesforce/[email protected]...@salesforce/[email protected]) (2020-07-02)

**Note:** Version bump only for package @salesforce/require-analytics
Expand Down
Loading

0 comments on commit 1f56f3b

Please sign in to comment.