Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago Nascimento committed Apr 30, 2024
1 parent 549f4d6 commit 9d5d533
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.2.0](https://github.com/tiagonnascimento/sf-orgdevmode-builds/compare/1.1.0...1.2.0) (2024-04-30)


### Bug Fixes

* **deps:** bump @oclif/core from 2.8.7 to 2.9.3 ([280684c](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/280684c1c523a9fcb66a4f12bada32ca45b2e938))
* **deps:** bump @salesforce/kit from 3.0.3 to 3.0.6 ([c03de18](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/c03de189d0ad19fed72d38880446b5ffb63aed18))
* removing NUTs scripts ([f41744d](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/f41744d0e506656b814d8c7aa901e7301849a9c0))


### Features

* added SFI registry entries to enable local "compile" of LWC Omniscript/Flexcards ([1efaa3a](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/1efaa3afada38ba5a46ddf6019107d350f500736))
* adding the possibility to disable source tracking before deploy ([fb8d790](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/fb8d790dac6969f3de7e17d5d2a18b93f00fd476))
* updating SF cli to latest verson and removing sfdx that's now contained on sf cli ([b98e491](https://github.com/tiagonnascimento/sf-orgdevmode-builds/commit/b98e4913597ce14c9ff4bdeaa6058d79d4bdcaff))



# [1.1.0](https://github.com/tiagonnascimento/sf-orgdevmode-builds/compare/1.0.6...1.1.0) (2023-07-06)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sf-orgdevmode-builds",
"description": "A sf plugin enabling deploy of releases that requires multi steps in order to be deployed. It supports deploy of metadata, datapacks (SFI) and shell commnads. ",
"version": "1.1.0",
"version": "1.2.0",
"dependencies": {
"@oclif/core": "^2.9.3",
"@salesforce/core": "^3.34.8",
Expand Down Expand Up @@ -197,4 +197,4 @@
}
},
"author": "Tiago Nascimento"
}
}

0 comments on commit 9d5d533

Please sign in to comment.