Skip to content

Commit

Permalink
Merge pull request #33 from olliethedev/feat/blog-plugin
Browse files Browse the repository at this point in the history
fix: badge layout
  • Loading branch information
olliethedev authored Nov 3, 2023
2 parents 7631cb8 + 7df7827 commit 8c4e1a2
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 18 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.2",
"version": "1.3.3",
"private": true,
"workspaces": [
"./packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-graphql-amplifiers-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplifiers/amplify-graphql-amplifiers-core",
"version": "1.3.2",
"version": "1.3.3",
"description": "Amplify GraphQL @createModel transformer. This directive is intended to be used for creating a new model once a Cognito Event is fired.",
"keywords": [
"aws",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplifiers/amplify-graphql-create-model-transformer",
"version": "1.3.2",
"version": "1.3.3",
"description": "Amplify GraphQL @createModel transformer. This directive is intended to be used for creating a new model once a Cognito Event is fired.",
"keywords": [
"aws",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplifiers/amplify-graphql-process-image-transformer",
"version": "1.3.2",
"version": "1.3.3",
"description": "This directive allows you to process images.",
"keywords": [
"aws",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplifiers/amplify-graphql-send-email-transformer",
"version": "1.3.2",
"version": "1.3.3",
"description": "Amplify GraphQL @sendEmail transformer.",
"keywords": [
"aws",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-util-blog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplifiers/amplify-util-blog",
"version": "1.3.2",
"version": "1.3.3",
"description": "Amplify Util Blog is a utility plugin for the Amplify CLI that helps you add blog functionality to your Amplify project.",
"keywords": [
"aws",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ export default function BadgeElementCollection(props) {
}, [itemsProp, itemsDataStore]);
return (
<Collection
type="grid"
type="list"
direction="row"
searchPlaceholder="Search..."
templateColumns="1fr 1fr 1fr 1fr 1fr"
autoFlow="row"
alignItems="stretch"
justifyContent="stretch"
gap="3px"
wrap="nowrap"
items={items || []}
{...getOverrideProps(overrides, "BadgeElementCollection")}
{...rest}
Expand Down

0 comments on commit 8c4e1a2

Please sign in to comment.