github-actions[bot] 1 год назад
Родитель
Сommit
a5a83dd0d5
4 измененных файлов с 8 добавлено и 7 удалено
  1. 0 5
      .changeset/warm-hounds-relate.md
  2. 6 0
      packages/core/CHANGELOG.md
  3. 1 1
      packages/core/package.json
  4. 1 1
      yarn.lock

+ 0 - 5
.changeset/warm-hounds-relate.md

@@ -1,5 +0,0 @@
----
-'@growi/core': minor
----
-
-Add isIPageInfo type guard

+ 6 - 0
packages/core/CHANGELOG.md

@@ -1,5 +1,11 @@
 # @growi/core
 
+## 1.3.0
+
+### Minor Changes
+
+- [#9042](https://github.com/weseek/growi/pull/9042) [`8f9189d`](https://github.com/weseek/growi/commit/8f9189d4fcf031c1344072f88b7d9febeb02ce1d) Thanks [@yuki-takei](https://github.com/yuki-takei)! - Add isIPageInfo type guard
+
 ## 1.2.0
 
 ### Minor Changes

+ 1 - 1
packages/core/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/core",
-  "version": "1.2.0",
+  "version": "1.3.0",
   "description": "GROWI Core Libraries",
   "license": "MIT",
   "keywords": [

+ 1 - 1
yarn.lock

@@ -2137,7 +2137,7 @@
   version "1.0.0"
 
 "@growi/core@link:packages/core":
-  version "1.2.0"
+  version "1.3.0"
   dependencies:
     bson-objectid "^2.0.4"
     escape-string-regexp "^4.0.0"