Skip to content

Commit a57580a

Browse files
build: Preflight for 5.0.2
1 parent fe35ebe commit a57580a

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed

cacert.pem

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##
22
## Bundle of CA Root Certificates
33
##
4-
## Certificate data from Mozilla as of: Tue May 20 03:12:02 2025 GMT
4+
## Certificate data from Mozilla as of: Tue Jul 15 03:12:01 2025 GMT
55
##
66
## Find updated versions here: https://curl.se/docs/caextract.html
77
##
@@ -16,7 +16,7 @@
1616
## Just configure this file as the SSLCACertificateFile.
1717
##
1818
## Conversion done with mk-ca-bundle.pl version 1.29.
19-
## SHA256: 8944ec6b572b577daee4fc681a425881f841ec2660e4cb5f0eee727f84620697
19+
## SHA256: 579f336ace2e5717b8ecc06002ce0cce96f70623d188e1999c34b0f77696d3e9
2020
##
2121

2222

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "The Kirby core",
44
"license": "proprietary",
55
"type": "kirby-cms",
6-
"version": "5.0.1",
6+
"version": "5.0.2",
77
"keywords": [
88
"kirby",
99
"cms",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

panel/dist/js/plugins.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import Vue, {
2929
onUpdated,
3030
provide,
3131
proxyRefs,
32+
reactive,
3233
readonly,
3334
ref,
3435
shallowReactive,
@@ -86,6 +87,7 @@ Object.assign(Vue, {
8687
onUpdated,
8788
provide,
8889
proxyRefs,
90+
reactive,
8991
readonly,
9092
ref,
9193
shallowReactive,

panel/dist/js/vendor.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/composer/installed.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php return array(
22
'root' => array(
33
'name' => 'getkirby/cms',
4-
'pretty_version' => '5.0.1',
5-
'version' => '5.0.1.0',
4+
'pretty_version' => '5.0.2',
5+
'version' => '5.0.2.0',
66
'reference' => null,
77
'type' => 'kirby-cms',
88
'install_path' => __DIR__ . '/../../',
@@ -47,8 +47,8 @@
4747
'dev_requirement' => false,
4848
),
4949
'getkirby/cms' => array(
50-
'pretty_version' => '5.0.1',
51-
'version' => '5.0.1.0',
50+
'pretty_version' => '5.0.2',
51+
'version' => '5.0.2.0',
5252
'reference' => null,
5353
'type' => 'kirby-cms',
5454
'install_path' => __DIR__ . '/../../',

0 commit comments

Comments
 (0)