@appsemble/preact 0.39.1 → 0.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
- # ![](https://gitlab.com/appsemble/appsemble/-/raw/0.39.1/config/assets/logo.svg) Appsemble Preact SDK
1
+ # ![](https://gitlab.com/appsemble/appsemble/-/raw/0.40.0/config/assets/logo.svg) Appsemble Preact SDK
2
2
 
3
3
  > Build your own blocks using Preact
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/@appsemble/preact)](https://www.npmjs.com/package/@appsemble/preact)
6
- [![GitLab CI](https://gitlab.com/appsemble/appsemble/badges/0.39.1/pipeline.svg)](https://gitlab.com/appsemble/appsemble/-/releases/0.39.1)
6
+ [![GitLab CI](https://gitlab.com/appsemble/appsemble/badges/0.40.0/pipeline.svg)](https://gitlab.com/appsemble/appsemble/-/releases/0.40.0)
7
7
  [![Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io)
8
8
 
9
9
  ## Table of Contents
@@ -97,5 +97,5 @@ export function MyButton({ name }: MyButtonProps): VNode {
97
97
 
98
98
  ## License
99
99
 
100
- [LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.39.1/LICENSE.md) ©
100
+ [LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.40.0/LICENSE.md) ©
101
101
  [Appsemble](https://appsemble.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appsemble/preact",
3
- "version": "0.39.1",
3
+ "version": "0.40.0",
4
4
  "description": "Build your own blocks using Preact",
5
5
  "keywords": [
6
6
  "app",
@@ -42,7 +42,7 @@
42
42
  "test": "vitest"
43
43
  },
44
44
  "peerDependencies": {
45
- "@appsemble/sdk": "0.39.1",
45
+ "@appsemble/sdk": "0.40.0",
46
46
  "preact": "^10"
47
47
  }
48
48
  }