Skip to content

Commit

Permalink
Bump version to 0.1.18-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlphamerc committed Jun 1, 2022
1 parent 33a8108 commit 0a5fef1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "@pensil-inc/web-sdk/lib/esm/styles/index.css";
// this file is meant for testing the sdk only

const pensil = new PensilService({
token: process.env.REACT_APP_PENSIL_COMMUNITY_USER_TOKEN,
token: "process.env.REACT_APP_PENSIL_COMMUNITY_USER_TOKEN",
baseUrl: process.env.REACT_APP_PENSIL_COMMUNITY_BASE_URL,
});

Expand Down
14 changes: 13 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
[0.1.16] Next Release
[0.1.18-beta.2] 01 Jun 2022
- Bump version to 0.1.18-beta.2

[0.1.18-beta.1] 01 Jun 2022
- Bump version to 0.1.18-beta.1

[0.1.18] 01 Jun 2022
- Bump version to 0.1.18

[0.1.17] 15 May 2022
- Bump version to 0.1.17

[0.1.16] 30 Mar 2022
- Added SectionDetail view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pensil-inc/web-sdk",
"version": "0.1.18",
"version": "0.1.18-beta.2",
"private": false,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/group/section-detail.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function SectionDetailComponent(props: SectionDetailProps) {
)}
</>
) : (
<div className="flex items-center justify-center h-full">
<div className="flex items-center justify-center h-full theme-text-heading-1">
No Post available
</div>
)}
Expand Down

0 comments on commit 0a5fef1

Please sign in to comment.