Skip to content

Commit

Permalink
add package to store pocs and pull in experimental table
Browse files Browse the repository at this point in the history
  • Loading branch information
fschade committed Mar 28, 2022
1 parent 8f575b3 commit 809fc96
Show file tree
Hide file tree
Showing 5 changed files with 1,188 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelog/unreleased/enhancement-poc-package
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Enhancement: Add package to store POCs

We've added a package to keep track of experimental features.
It also adds a first experimental table component which supports grouping.

https://github.com/owncloud/web/pull/6680
https://github.com/owncloud/owncloud-design-system/pull/2048
https://github.com/owncloud/owncloud-design-system/pull/1838
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"packages/web-app-search",
"packages/web-client",
"packages/web-pkg",
"packages/web-pocs",
"packages/web-runtime"
],
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/web-pocs/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "web-pocs",
"version": "0.0.0",
"description": "ownCloud web pkg",
"license": "AGPL-3.0"
}
Loading

0 comments on commit 809fc96

Please sign in to comment.