diff --git a/.changeset/great-pets-develop.md b/.changeset/great-pets-develop.md deleted file mode 100644 index 2b2bf44c7..000000000 --- a/.changeset/great-pets-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@appsmithorg/design-system": patch ---- - -chore: adding icon for git-repository diff --git a/packages/design-system/CHANGELOG.md b/packages/design-system/CHANGELOG.md index 3baa59c99..5882ecb61 100644 --- a/packages/design-system/CHANGELOG.md +++ b/packages/design-system/CHANGELOG.md @@ -1,5 +1,11 @@ # @appsmithorg/design-system +## 2.1.42 + +### Patch Changes + +- [#740](https://github.com/appsmithorg/design-system/pull/740) [`fb7a979d`](https://github.com/appsmithorg/design-system/commit/fb7a979dc6dde647f8e1778801e117972ffadb26) Thanks [@brayn003](https://github.com/brayn003)! - chore: adding icon for git-repository + ## 2.1.41 ### Patch Changes diff --git a/packages/design-system/package.json b/packages/design-system/package.json index 7ec8dbb87..60a1f49c7 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,6 +1,6 @@ { "name": "@appsmithorg/design-system", - "version": "2.1.41", + "version": "2.1.42", "description": "This is the package for the design system that powers the Appsmith platform", "module": "build/index.js", "types": "build/index.d.ts",