Skip to content

Commit

Permalink
v0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
krishan711 committed Sep 4, 2023
1 parent aac4e9b commit 8c4eb9a
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 23 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

### Added

### Changed

### Removed

## [0.9.10] - 2023-09-04

### Added
- [MINOR] Added `portfolio-grid-1`
- [MINOR] Added `additionalMetaTags` to global params to allow setting arbitrary tags on head
Expand All @@ -15,8 +23,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- [MINOR] Updated `hero-buttons-1` to have new-style `logoImage`
- [MINOR] Added `bodyText` to `hero-buttons-1`

### Removed

## [0.9.9] - 2023-01-15

### Changed
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "everypage",
"version": "0.9.9",
"version": "0.9.10",
"private": true,
"scripts": {
"build": "npm run build --workspaces",
Expand Down
4 changes: 2 additions & 2 deletions packages/builder-api/package.json
@@ -1,6 +1,6 @@
{
"name": "@kibalabs/everypage-builder-api",
"version": "0.9.9",
"version": "0.9.10",
"private": true,
"type": "commonjs",
"main": "./dist/index.js",
Expand All @@ -16,7 +16,7 @@
"start-dev": "build-server --config-modifier ./config.build.js --start --dev"
},
"dependencies": {
"@kibalabs/everypage-cli": "0.9.9",
"@kibalabs/everypage-cli": "0.9.10",
"@kibalabs/everyview-tracker": "^0.4.1",
"archiver": "^4.0.1",
"express": "^4.17.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@kibalabs/everypage-cli",
"version": "0.9.9",
"version": "0.9.10",
"description": "Build everypage sites",
"license": "AGPLV3",
"repository": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"@kibalabs/build": "0.12.1-next.5",
"@kibalabs/core": "^0.5.10",
"@kibalabs/core-react": "^0.9.4-next.1",
"@kibalabs/everypage": "0.9.9",
"@kibalabs/everypage": "0.9.10",
"@kibalabs/ui-react": "0.11.0-next.38",
"@loadable/component": "^5.14.1",
"@loadable/server": "^5.13.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/console/package.json
@@ -1,6 +1,6 @@
{
"name": "@kibalabs/everypage-console",
"version": "0.9.9",
"version": "0.9.10",
"private": true,
"scripts": {
"build": "build-react-app --config-modifier ./config.build.js",
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"@kibalabs/core": "^0.5.10",
"@kibalabs/core-react": "^0.9.4-next.1",
"@kibalabs/everypage": "0.9.9",
"@kibalabs/everypage": "0.9.10",
"@kibalabs/everyview-tracker": "^0.4.1",
"@kibalabs/ui-react": "0.11.0-next.38",
"@kibalabs/ui-react-dropzone": "0.2.0-next.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@kibalabs/everypage",
"version": "0.9.9",
"version": "0.9.10",
"description": "The core sections and constructs for everypage",
"license": "AGPLV3",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/test/package.json
@@ -1,6 +1,6 @@
{
"name": "@kibalabs/everypage-test",
"version": "0.9.9",
"version": "0.9.10",
"private": true,
"description": "",
"scripts": {
Expand All @@ -11,6 +11,6 @@
"open": "open https://s3.eu-west-1.amazonaws.com/public.kiba.dev/index.html"
},
"dependencies": {
"@kibalabs/everypage-cli": "0.9.9"
"@kibalabs/everypage-cli": "0.9.10"
}
}

0 comments on commit 8c4eb9a

Please sign in to comment.