Skip to content

Commit 8120268

Browse files
committed
Versionsnummer
1 parent 5a69a1c commit 8120268

File tree

16 files changed

+13
-4450
lines changed

16 files changed

+13
-4450
lines changed

build/block/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 3,
44
"name": "fau-studium/display",
5-
"version": "1.0.4",
5+
"version": "1.0.5",
66
"title": "FAU-Studium Display",
77
"category": "rrze",
88
"description": "",

build/block/index-rtl.css

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

build/block/index.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => 'ac2bddab976626a04f8d');
1+
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => 'b918309786750e66ef8f');

build/block/index.css

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

build/block/index.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/block/index.js

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

build/block/index.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/block/view.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array(), 'version' => '99edd35412bf6abb8183');
1+
<?php return array('dependencies' => array(), 'version' => '31d6cfe0d16ae931b73c');

build/block/view.js

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +0,0 @@
1-
/******/ (() => { // webpackBootstrap
2-
/*!****************************!*\
3-
!*** ./src/block/view.tsx ***!
4-
\****************************/
5-
/**
6-
* Use this file for JavaScript code that you want to run in the front-end
7-
* on posts/pages that contain this block.
8-
*
9-
* When this file is defined as the value of the `viewScript` property
10-
* in `block.json` it will be enqueued on the front end of the site.
11-
*
12-
* Example:
13-
*
14-
* ```js
15-
* {
16-
* "viewScript": "file:./view.js"
17-
* }
18-
* ```
19-
*
20-
* If you're not making any changes to this file because your project doesn't need any
21-
* JavaScript running in the front-end, then you should delete this file and remove
22-
* the `viewScript` property from `block.json`.
23-
*
24-
* @see https://developer.wordpress.org/block-editor/reference-guides/block-api/block-metadata/#view-script
25-
*/
26-
27-
/* eslint-disable no-console */
28-
// console.log(
29-
// 'Hello World! (from create-block-block-template-create-block block)'
30-
//);
31-
/* eslint-enable no-console */
32-
/******/ })()
33-
;
34-
//# sourceMappingURL=view.js.map

build/block/view.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)