Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @ndla/button@0.3.48
 - @ndla/carousel@0.3.34
 - @ndla/core@0.6.34
 - designmanual@1.12.57
 - @ndla/accordion@0.5.16
 - @ndla/audio-search@0.6.59
 - @ndla/code@0.1.13
 - @ndla/editor@0.9.6
 - @ndla/forms@0.4.15
 - @ndla/howto@0.1.183
 - @ndla/icons@0.7.1
 - @ndla/image-search@0.8.182
 - @ndla/licenses@0.6.41
 - @ndla/listview@0.4.33
 - @ndla/modal@0.4.39
 - @ndla/notion@0.3.5
 - @ndla/pager@0.4.39
 - @ndla/tabs@0.11.44
 - @ndla/ui@0.30.22
 - @ndla/video-search@0.8.64
 - @ndla/zendesk@0.2.35
 - @ndla/switch@0.0.23
 - @ndla/tooltip@0.2.34
  • Loading branch information
jnatten committed Mar 10, 2021
1 parent 5c1b073 commit 24d899b
Show file tree
Hide file tree
Showing 23 changed files with 77 additions and 77 deletions.
6 changes: 3 additions & 3 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/button",
"version": "0.3.47",
"version": "0.3.48",
"description": "Button component for NDLA",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand All @@ -20,8 +20,8 @@
"es"
],
"dependencies": {
"@ndla/core": "^0.6.33",
"@ndla/icons": "^0.7.0"
"@ndla/core": "^0.6.34",
"@ndla/icons": "^0.7.1"
},
"peerDependencies": {
"@emotion/core": "^10.0.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/carousel",
"version": "0.3.33",
"version": "0.3.34",
"description": "Carousel for NDLA",
"license": "GPL-3.0",
"sideEffects": false,
Expand All @@ -25,7 +25,7 @@
"es"
],
"dependencies": {
"@ndla/core": "^0.6.33",
"@ndla/core": "^0.6.34",
"react-swipeable": "^5.0.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/core",
"version": "0.6.33",
"version": "0.6.34",
"description": "UI component library for NDLA.",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/designmanual/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "designmanual",
"version": "1.12.56",
"version": "1.12.57",
"description": "Styleguide and ui component library for NDLA.",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"webpack-bundle-analyzer": "^3.8.0"
},
"dependencies": {
"@ndla/forms": "^0.4.14",
"@ndla/forms": "^0.4.15",
"@ndla/safelink": "^0.0.7",
"downshift": "^3.2.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/ndla-accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/accordion",
"version": "0.5.15",
"version": "0.5.16",
"description": "A simple accordion from NDLA",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand All @@ -19,7 +19,7 @@
"es"
],
"dependencies": {
"@ndla/core": "^0.6.33"
"@ndla/core": "^0.6.34"
},
"peerDependencies": {
"@emotion/core": "^10.0.9",
Expand Down
8 changes: 4 additions & 4 deletions packages/ndla-audio-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/audio-search",
"version": "0.6.58",
"version": "0.6.59",
"description": "A simple library for searching for audio files from NDLA",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand All @@ -19,9 +19,9 @@
"es"
],
"dependencies": {
"@ndla/button": "^0.3.47",
"@ndla/core": "^0.6.33",
"@ndla/licenses": "^0.6.40",
"@ndla/button": "^0.3.48",
"@ndla/core": "^0.6.34",
"@ndla/licenses": "^0.6.41",
"@ndla/util": "^0.4.4"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/ndla-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/code",
"version": "0.1.12",
"version": "0.1.13",
"description": "Code components for NDLA",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand All @@ -27,10 +27,10 @@
"types"
],
"dependencies": {
"@ndla/button": "^0.3.47",
"@ndla/core": "^0.6.33",
"@ndla/button": "^0.3.48",
"@ndla/core": "^0.6.34",
"@ndla/i18n": "^0.5.1",
"@ndla/icons": "^0.7.0",
"@ndla/icons": "^0.7.1",
"@ndla/util": "^0.4.4",
"@types/react-syntax-highlighter": "^11.0.4",
"prismjs": "^1.22.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ndla-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/editor",
"version": "0.9.5",
"version": "0.9.6",
"description": "Editor components for NDLA",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand All @@ -18,8 +18,8 @@
"es"
],
"dependencies": {
"@ndla/core": "^0.6.33",
"@ndla/icons": "^0.7.0",
"@ndla/core": "^0.6.34",
"@ndla/icons": "^0.7.1",
"@types/react-beautiful-dnd": "^11.0.3",
"prismjs": "^1.22.0",
"react-beautiful-dnd": "^12.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/ndla-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/forms",
"version": "0.4.14",
"version": "0.4.15",
"description": "Forms components for NDLA",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand All @@ -18,9 +18,9 @@
"es"
],
"dependencies": {
"@ndla/core": "^0.6.33",
"@ndla/icons": "^0.7.0",
"@ndla/ui": "^0.30.21"
"@ndla/core": "^0.6.34",
"@ndla/icons": "^0.7.1",
"@ndla/ui": "^0.30.22"
},
"peerDependencies": {
"@emotion/core": "^10.0.9",
Expand Down
16 changes: 8 additions & 8 deletions packages/ndla-howto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/howto",
"version": "0.1.182",
"version": "0.1.183",
"description": "Temporary how-to texts for production system",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand All @@ -19,13 +19,13 @@
"es"
],
"dependencies": {
"@ndla/button": "^0.3.47",
"@ndla/core": "^0.6.33",
"@ndla/icons": "^0.7.0",
"@ndla/licenses": "^0.6.40",
"@ndla/modal": "^0.4.38",
"@ndla/tooltip": "^0.2.33",
"@ndla/ui": "^0.30.21",
"@ndla/button": "^0.3.48",
"@ndla/core": "^0.6.34",
"@ndla/icons": "^0.7.1",
"@ndla/licenses": "^0.6.41",
"@ndla/modal": "^0.4.39",
"@ndla/tooltip": "^0.2.34",
"@ndla/ui": "^0.30.22",
"remarkable": "^2.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ndla-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/icons",
"version": "0.7.0",
"version": "0.7.1",
"description": "A package containing icons used in NDLA frontends",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/ndla-image-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/image-search",
"version": "0.8.181",
"version": "0.8.182",
"description": "A simple library for searching images from NDLA",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand All @@ -19,10 +19,10 @@
"es"
],
"dependencies": {
"@ndla/button": "^0.3.47",
"@ndla/core": "^0.6.33",
"@ndla/forms": "^0.4.14",
"@ndla/licenses": "^0.6.40",
"@ndla/button": "^0.3.48",
"@ndla/core": "^0.6.34",
"@ndla/forms": "^0.4.15",
"@ndla/licenses": "^0.6.41",
"@ndla/util": "^0.4.4"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ndla-licenses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/licenses",
"version": "0.6.40",
"version": "0.6.41",
"description": "A simple library for retrieving license information for NDLA",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@types/defined": "1.0.0"
},
"dependencies": {
"@ndla/core": "^0.6.33",
"@ndla/core": "^0.6.34",
"defined": "1.0.0",
"react-bem-helper": "1.4.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/ndla-listview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/listview",
"version": "0.4.32",
"version": "0.4.33",
"description": "Listview components for NDLA",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand All @@ -19,10 +19,10 @@
"es"
],
"dependencies": {
"@ndla/core": "^0.6.33",
"@ndla/core": "^0.6.34",
"@ndla/i18n": "^0.5.1",
"@ndla/icons": "^0.7.0",
"@ndla/ui": "^0.30.21"
"@ndla/icons": "^0.7.1",
"@ndla/ui": "^0.30.22"
},
"peerDependencies": {
"@emotion/core": "^10.0.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/ndla-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/modal",
"version": "0.4.38",
"version": "0.4.39",
"description": "A smart Modal NDLA",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand All @@ -19,8 +19,8 @@
"es"
],
"dependencies": {
"@ndla/button": "^0.3.47",
"@ndla/core": "^0.6.33",
"@ndla/button": "^0.3.48",
"@ndla/core": "^0.6.34",
"@ndla/util": "^0.4.4",
"@reach/dialog": "^0.2.9"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/ndla-notion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/notion",
"version": "0.3.4",
"version": "0.3.5",
"description": "Notions and dictionary-notions for NDLA",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand All @@ -19,9 +19,9 @@
"es"
],
"dependencies": {
"@ndla/core": "^0.6.33",
"@ndla/licenses": "^0.6.40",
"@ndla/modal": "^0.4.38"
"@ndla/core": "^0.6.34",
"@ndla/licenses": "^0.6.41",
"@ndla/modal": "^0.4.39"
},
"peerDependencies": {
"@emotion/core": "^10.0.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/ndla-pager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/pager",
"version": "0.4.38",
"version": "0.4.39",
"description": "Pager component for NDLA",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand All @@ -20,7 +20,7 @@
"es"
],
"dependencies": {
"@ndla/core": "^0.6.33",
"@ndla/core": "^0.6.34",
"@ndla/safelink": "^0.0.7"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ndla-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/tabs",
"version": "0.11.43",
"version": "0.11.44",
"description": "React Tabs component for NDLA",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand All @@ -25,7 +25,7 @@
"react-bem-helper": "^1.4.1"
},
"dependencies": {
"@ndla/core": "^0.6.33",
"@ndla/core": "^0.6.34",
"@ndla/util": "^0.4.4",
"react-tabs": "^3.0.0"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/ndla-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/ui",
"version": "0.30.21",
"version": "0.30.22",
"description": "UI component library for NDLA.",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand Down Expand Up @@ -30,18 +30,18 @@
"types"
],
"dependencies": {
"@ndla/button": "^0.3.47",
"@ndla/carousel": "^0.3.33",
"@ndla/core": "^0.6.33",
"@ndla/button": "^0.3.48",
"@ndla/carousel": "^0.3.34",
"@ndla/core": "^0.6.34",
"@ndla/hooks": "^0.1.17",
"@ndla/i18n": "^0.5.1",
"@ndla/icons": "^0.7.0",
"@ndla/licenses": "^0.6.40",
"@ndla/modal": "^0.4.38",
"@ndla/icons": "^0.7.1",
"@ndla/licenses": "^0.6.41",
"@ndla/modal": "^0.4.39",
"@ndla/safelink": "^0.0.7",
"@ndla/switch": "^0.0.22",
"@ndla/tabs": "^0.11.43",
"@ndla/tooltip": "^0.2.33",
"@ndla/switch": "^0.0.23",
"@ndla/tabs": "^0.11.44",
"@ndla/tooltip": "^0.2.34",
"@ndla/util": "^0.4.4",
"@reach/dialog": "^0.2.9",
"@types/react-syntax-highlighter": "^11.0.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/ndla-video-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/video-search",
"version": "0.8.63",
"version": "0.8.64",
"description": "A simple library for searching NDLA videos",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand All @@ -24,10 +24,10 @@
"react-bem-helper": "^1.4.1"
},
"dependencies": {
"@ndla/button": "^0.3.47",
"@ndla/core": "^0.6.33",
"@ndla/licenses": "^0.6.40",
"@ndla/tabs": "^0.11.43",
"@ndla/button": "^0.3.48",
"@ndla/core": "^0.6.34",
"@ndla/licenses": "^0.6.41",
"@ndla/tabs": "^0.11.44",
"@ndla/util": "^0.4.4",
"react-bem-helper": "^1.4.1"
},
Expand Down

0 comments on commit 24d899b

Please sign in to comment.