Forráskód Böngészése

docs(blockbase): tweak readme

Sarah Norris 3 éve
szülő
commit
b8e8ae1d35
4 módosított fájl, 14 hozzáadás és 6 törlés
  1. 8 0
      blockbase/CHANGELOG.md
  2. 4 4
      blockbase/README.md
  3. 1 1
      blockbase/package-lock.json
  4. 1 1
      blockbase/package.json

+ 8 - 0
blockbase/CHANGELOG.md

@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [2.0.2](https://github.com/Automattic/themes/compare/blockbase@2.0.1...blockbase@2.0.2) (2021-11-24)
+
+**Note:** Version bump only for package blockbase
+
+
+
+
+
 ## 2.0.1 (2021-11-24)
 
 

+ 4 - 4
blockbase/README.md

@@ -12,10 +12,10 @@ You can use `npm start` and it will be in 'watch mode' recompiling the .scss fil
 
 Use the [Create Blockbase Theme](https://github.com/Automattic/create-blockbase-theme) utility.
 
-1. Install Blockbase (or any Blockbase child)
-2. Use the Customizer and/or Full Site Editor to tweak the design to your liking.
-3. Install the Create Blockbase Theme utility 
-4. Use it to export a new child theme of Blockbase.
+Install Blockbase (or any Blockbase child)
+Use the Customizer and/or Full Site Editor to tweak the design to your liking.
+Install the Create Blockbase Theme utility 
+Use it to export a new child theme of Blockbase.
 
 ## Creating a Blockbase child theme manually
 

+ 1 - 1
blockbase/package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "blockbase",
-  "version": "2.0.1",
+  "version": "2.0.2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 1 - 1
blockbase/package.json

@@ -1,6 +1,6 @@
 {
   "name": "blockbase",
-  "version": "2.0.1",
+  "version": "2.0.2",
   "description": "Blank Parent Theme",
   "bugs": {
     "url": "https://github.com/Automattic/themes/issues"