Skip to content

Commit 7285417

Browse files
committed
πŸ“– DOC: Logs
1 parent 198c289 commit 7285417

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,18 @@ Read what's πŸ“¦ new, πŸ‘Œ improved, πŸ› fixed, and if πŸ“– docs got updated
66

77
πŸ‘‰ Read how to [**update to the latest version**](https://github.com/ahmadawais/create-guten-block#updating-to-new-releases)!
88

9-
109
![hr](https://raw.githubusercontent.com/ahmadawais/shades-of-purple-vscode/master/images/hr.png)
1110

11+
### πŸ‡ cgb-scripts: `1.19.1`
12+
13+
![NEW](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF)
14+
15+
- Use `cgbGlobal` to `import globals from 'cgbGlobal';` 042e6089226a13bb96716d98bcffb3294d00a573
16+
17+
![DOCS](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4)
18+
19+
- Refactor JSDoc 6ab5eb4ab1792eb01f6af305bf478e42434bb98c
20+
1221
### 🦁 cgb-scripts: `1.13.0`
1322

1423
![NEW](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF)

β€Žpackages/cgb-scripts/config/externals.jsβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ const externals = [
3939
ga: 'ga', // Old Google Analytics.
4040
gtag: 'gtag', // New Google Analytics.
4141
react: 'React', // React itself is there in Gutenberg.
42-
jquery: 'jQuery', // import $ from 'jquery' // Use the WordPress version after enqueuing it.
42+
jquery: 'jQuery', // import $ from 'jquery'; // Use jQuery from WP after enqueuing it.
4343
'react-dom': 'ReactDOM',
4444
lodash: 'lodash', // Lodash is there in Gutenberg.
45-
cgbGlobal: 'cgbGlobal', // import globals from 'cgbGlobal' // Localized data.
45+
cgbGlobal: 'cgbGlobal', // import globals from 'cgbGlobal'; // Localized data.
4646
}
4747
);
4848

0 commit comments

Comments
Β (0)