Skip to content

Commit

Permalink
feat: move out of alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Annmary12 committed May 22, 2024
1 parent 24d7729 commit 4cfeffa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
}
],
"ignore": [
"@contentful/f36-avatar",
"@contentful/f36-image",
"@contentful/f36-header",
"@contentful/f36-layout",
Expand Down Expand Up @@ -50,7 +49,8 @@
"@contentful/f36-text-link",
"@contentful/f36-tooltip",
"@contentful/f36-typography",
"@contentful/f36-components"
"@contentful/f36-components",
"@contentful/f36-avatar"
]
],
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/f36-avatar",
"version": "4.0.0-alpha.11",
"version": "4.0.0",
"description": "Forma 36: Avatar component",
"scripts": {
"build": "tsup"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/navbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@contentful/f36-core": "^4.65.6",
"@contentful/f36-menu": "^4.65.6",
"@contentful/f36-avatar": "^4.0.0-alpha.11",
"@contentful/f36-avatar": "4.0.0",
"@contentful/f36-tokens": "^4.0.1",
"@contentful/f36-utils": "^4.23.2",
"@contentful/f36-skeleton": "^4.65.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@codesandbox/sandpack-react": "^1.17.0",
"@contentful/f36-avatar": "^4.0.0-alpha.0",
"@contentful/f36-avatar": "4.0.0",
"@contentful/f36-components": "^4.65.6",
"@contentful/f36-docs-utils": "^4.0.2",
"@contentful/f36-empty-state": "^4.65.6",
Expand Down

0 comments on commit 4cfeffa

Please sign in to comment.