Skip to content

Commit

Permalink
Preflight for 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Mar 6, 2024
1 parent c55a668 commit f580c76
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The Kirby core",
"license": "proprietary",
"type": "kirby-cms",
"version": "4.1.1",
"version": "4.1.2",
"keywords": [
"kirby",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

2 changes: 1 addition & 1 deletion panel/dist/css/style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion panel/dist/js/index.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion panel/dist/ui/Bubbles.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"description":"Display a list of <k-bubble>","tags":{"since":[{"description":"3.7.0","title":"since"}],"examples":[{"title":"example","content":"<k-bubbles :bubbles=\"['Hello', 'World']\" />"}]},"displayName":"Bubbles","props":[{"name":"html","description":"If set to `true`, the `text` is rendered as HTML code,\notherwise as plain text","type":{"name":"boolean"}},{"name":"bubbles","description":"Array or string of bubbles, see <k-bubble> for available props. If string, will be split by comma.","type":{"name":"array|string"}}],"component":"k-bubbles","sourceFile":"src/components/Layout/Bubbles.vue"}
{"description":"Display a list of `<k-bubble>`","tags":{"since":[{"description":"3.7.0","title":"since"}],"examples":[{"title":"example","content":"<k-bubbles :bubbles=\"['Hello', 'World']\" />"}]},"displayName":"Bubbles","props":[{"name":"html","description":"If set to `true`, the `text` is rendered as HTML code,\notherwise as plain text","type":{"name":"boolean"}},{"name":"bubbles","description":"Array or string of bubbles, see `<k-bubble>` for available props. If string, will be split by comma.","type":{"name":"array|string"}}],"component":"k-bubbles","sourceFile":"src/components/Layout/Bubbles.vue"}
8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array(
'root' => array(
'name' => 'getkirby/cms',
'pretty_version' => '4.1.1',
'version' => '4.1.1.0',
'pretty_version' => '4.1.2',
'version' => '4.1.2.0',
'reference' => null,
'type' => 'kirby-cms',
'install_path' => __DIR__ . '/../../',
Expand Down Expand Up @@ -47,8 +47,8 @@
'dev_requirement' => false,
),
'getkirby/cms' => array(
'pretty_version' => '4.1.1',
'version' => '4.1.1.0',
'pretty_version' => '4.1.2',
'version' => '4.1.2.0',
'reference' => null,
'type' => 'kirby-cms',
'install_path' => __DIR__ . '/../../',
Expand Down

0 comments on commit f580c76

Please sign in to comment.