Skip to content

Commit

Permalink
Merge pull request #52 from JankariTech/release/v1.0.0
Browse files Browse the repository at this point in the history
chore: prepare release v1.0.0
  • Loading branch information
saw-jan committed May 16, 2024
2 parents a9a3f6c + 9ebcf4c commit 5530a07
Show file tree
Hide file tree
Showing 6 changed files with 1,777 additions and 716 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
-e PROXY_ENABLE_BASIC_AUTH=true \
-v ${{ github.workspace }}/tests/e2e/ci/web.config.json:/web/config.json:ro \
--entrypoint sh \
owncloud/ocis:5.0.0 \
owncloud/ocis:5.0 \
-c 'ocis init || true && ocis server'
- name: host-ip
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0] - 2024-05-07

[1.0.0]: https://github.com/JankariTech/web-app-presentation-viewer/releases/tag/v1.0.0

**Supported oCIS-web versions:**

- web: `8.0.x`
- ocis: `5.0.x`

### Added

- Initial major release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It allows users to:

## Prerequisites

- [oCIS](https://github.com/owncloud/ocis) (>= 5.0.0)
- [oCIS](https://github.com/owncloud/ocis) (>= 5.0.x)
- [Node.js](https://nodejs.org/en/) (v18.17.1)
- [pnpm](https://pnpm.io/) (v8.15.1)
- [Docker](https://www.docker.com/)(optional)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ocis:
image: ${OCIS_IMAGE:-owncloud/ocis:5.0.0}
image: ${OCIS_IMAGE:-owncloud/ocis:5.0}
entrypoint: /bin/sh
command: ['-c', 'ocis init || true && ocis server']
environment:
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-app-presentation-viewer",
"version": "0.0.1",
"version": "1.0.0",
"description": "Markdown Presentation Viewer for ownCloud Web",
"license": "Apache-2.0",
"private": true,
Expand All @@ -14,30 +14,30 @@
},
"dependencies": {
"@types/reveal.js": "^4.4.8",
"reveal.js": "^5.0.4"
"reveal.js": "^5.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.10",
"@cucumber/cucumber": "^10.3.1",
"@cucumber/pretty-formatter": "^1.0.0",
"@babel/eslint-parser": "^7.24.5",
"@cucumber/cucumber": "^10.6.0",
"@cucumber/pretty-formatter": "^1.0.1",
"@ownclouders/extension-sdk": "0.0.5-alpha.2",
"@ownclouders/prettier-config": "0.0.1",
"@types/node": "^20.11.30",
"@playwright/test": "^1.42.1",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"axios": "^1.6.7",
"@playwright/test": "^1.44.0",
"@types/node": "^20.12.10",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"axios": "^1.6.8",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"eslint-plugin-vue": "^9.22.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vue": "^3.4.16"
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-plugin-vue": "^9.25.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vue": "^3.4.27"
},
"peerDependencies": {
"@ownclouders/web-client": "0.0.1",
"@ownclouders/web-pkg": "0.0.5-alpha.9"
"@ownclouders/web-client": "0.0.3",
"@ownclouders/web-pkg": "0.0.6"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit 5530a07

Please sign in to comment.