diff --git a/.changeset/release-state.json b/.changeset/release-state.json index 18a16bd..ac433eb 100644 --- a/.changeset/release-state.json +++ b/.changeset/release-state.json @@ -1,4 +1,4 @@ { - "coveredThrough": "a469575919f7d49795981e1e435d5b55e6ba2121", - "version": "0.1.0" + "coveredThrough": "58780876a86179970cdda60a4964ed701611724a", + "version": "0.2.0" } diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index cc0ddb0..9001270 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -1,5 +1,16 @@ # @gitlab-ui-react/styles +## 0.2.0 + +### Features + +- **ui:** form input group components (#119) +- **ui:** form fields components (#122) + +### Contributors + +- @NriotHrreion + ## 0.1.0 ### Features diff --git a/packages/styles/package.json b/packages/styles/package.json index cdd566d..be61b22 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@gitlab-ui-react/styles", - "version": "0.1.0", + "version": "0.2.0", "description": "Styles for GitLab UI React", "type": "module", "repository": { diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index 00c1be8..31cb02b 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitlab-ui-react/tokens +## 0.2.0 + +### Version Synchronization + +- Version synchronized with the GitLab UI React package set. + ## 0.1.0 ### Features diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 2a91f6d..0864db7 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@gitlab-ui-react/tokens", - "version": "0.1.0", + "version": "0.2.0", "description": "Design tokens for GitLab UI React", "type": "module", "repository": { diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 63bb7c0..44d5403 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,16 @@ # gitlab-ui-react +## 0.2.0 + +### Features + +- **ui:** form input group components (#119) +- **ui:** form fields components (#122) + +### Contributors + +- @NriotHrreion + ## 0.1.0 ### Features diff --git a/packages/ui/package.json b/packages/ui/package.json index 0708a7c..b0c8606 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "gitlab-ui-react", - "version": "0.1.0", + "version": "0.2.0", "description": "GitLab UI components for React", "type": "module", "repository": {