Skip to content

Commit 2a4dfff

Browse files
committed
new ver
1 parent b05f464 commit 2a4dfff

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.pod6

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
33
=head1 Upcoming
44
5+
=head1 0.2.7
6+
7+
=item fix styles
8+
59
=head1 0.2.6
610
711
=item fix LastArticles helper

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "podlite-web",
33
"description": "📖 Create static websites with Next.js and the Podlite markup language.",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"private": true,
66
"funding": {
77
"type": "opencollective",

src/styles/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
@import 'node_modules/@podlite/editor-react/lib/podlite-vars.css';
33
@import './screen.css';
44
@import './global.css';
5-
@import 'node_modules/@podlite/editor-react/lib/editor.css';
5+
@import 'node_modules/@podlite/editor-react/lib/Editor.css';
66
@import 'node_modules/@podlite/formula/lib/default.css';

0 commit comments

Comments
 (0)