Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jnatten committed Dec 10, 2024
1 parent ad7cf2a commit e1109fd
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 33 deletions.
6 changes: 3 additions & 3 deletions packages/article-converter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/article-converter",
"version": "10.0.81-alpha.0",
"version": "10.0.82-alpha.0",
"description": "Transforms NDLA articles into extended html versions",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand Down Expand Up @@ -28,11 +28,11 @@
],
"devDependencies": {
"@ndla/types-backend": "^1.0.1",
"@ndla/types-embed": "^5.0.5-alpha.0"
"@ndla/types-embed": "^5.0.6-alpha.0"
},
"dependencies": {
"@ndla/primitives": "workspace:^",
"@ndla/ui": "^56.0.78-alpha.0",
"@ndla/ui": "^56.0.79-alpha.0",
"html-react-parser": "^5.1.19"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "7.0.68-alpha.0",
"version": "7.0.69-alpha.0",
"description": "A simple library for searching for audio files from NDLA",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/ndla-error-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/error-reporter",
"version": "2.0.7",
"version": "2.0.8",
"description": "Error reporter for NDLA. Listens to window.onerror and sends client errors to Loggly.",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand All @@ -25,7 +25,7 @@
"nock": "^13.3.3"
},
"dependencies": {
"@ndla/util": "^5.0.3-alpha.0",
"@ndla/util": "^5.0.4-alpha.0",
"raven-js": "^3.22.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "11.0.70-alpha.0",
"version": "11.0.71-alpha.0",
"description": "A simple library for searching images from NDLA",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/ndla-tracker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/tracker",
"version": "5.0.14-alpha.0",
"version": "5.0.15-alpha.0",
"description": "A simple library for tracking NDLA applications",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"access": "public"
},
"dependencies": {
"@ndla/util": "^5.0.3-alpha.0",
"@ndla/util": "^5.0.4-alpha.0",
"tiny-warning": "^1.0.3"
}
}
8 changes: 4 additions & 4 deletions packages/ndla-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/ui",
"version": "56.0.78-alpha.0",
"version": "56.0.79-alpha.0",
"description": "UI component library for NDLA",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand Down Expand Up @@ -36,9 +36,9 @@
"@ndla/icons": "^8.0.48-alpha.0",
"@ndla/licenses": "^8.0.5-alpha.0",
"@ndla/primitives": "workspace:^",
"@ndla/safelink": "^7.0.63-alpha.0",
"@ndla/safelink": "^7.0.64-alpha.0",
"@ndla/styled-system": "workspace:^",
"@ndla/util": "^5.0.3-alpha.0",
"@ndla/util": "^5.0.4-alpha.0",
"html-react-parser": "^5.1.19",
"i18next-browser-languagedetector": "^7.1.0"
},
Expand All @@ -52,7 +52,7 @@
"devDependencies": {
"@ndla/preset-panda": "workspace:^",
"@ndla/types-backend": "^1.0.1",
"@ndla/types-embed": "^5.0.5-alpha.0",
"@ndla/types-embed": "^5.0.6-alpha.0",
"@pandacss/dev": "^0.48.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 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": "8.0.67-alpha.0",
"version": "8.0.68-alpha.0",
"description": "A simple library for searching NDLA videos",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@ndla/preset-panda": "workspace:^",
"@ndla/types-embed": "^5.0.5-alpha.0",
"@ndla/types-embed": "^5.0.6-alpha.0",
"@pandacss/dev": "^0.48.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/primitives",
"version": "1.0.62-alpha.0",
"version": "1.0.63-alpha.0",
"description": "Primitive components for NDLA.",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@ark-ui/react": "^4.1.2",
"@ndla/styled-system": "workspace:^",
"@ndla/util": "^5.0.3-alpha.0"
"@ndla/util": "^5.0.4-alpha.0"
},
"devDependencies": {
"@ndla/preset-panda": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/safelink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/safelink",
"version": "7.0.63-alpha.0",
"version": "7.0.64-alpha.0",
"description": "SafeLink component for NDLA",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/types-embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/types-embed",
"version": "5.0.5-alpha.0",
"version": "5.0.6-alpha.0",
"description": "Types used for NDLA embeds",
"license": "GPL-3.0",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndla/util",
"version": "5.0.3-alpha.0",
"version": "5.0.4-alpha.0",
"description": "Collection of util functions used by NDLA",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2579,8 +2579,8 @@ __metadata:
dependencies:
"@ndla/primitives": "workspace:^"
"@ndla/types-backend": "npm:^1.0.1"
"@ndla/types-embed": "npm:^5.0.5-alpha.0"
"@ndla/ui": "npm:^56.0.78-alpha.0"
"@ndla/types-embed": "npm:^5.0.6-alpha.0"
"@ndla/ui": "npm:^56.0.79-alpha.0"
html-react-parser: "npm:^5.1.19"
peerDependencies:
i18next: ">= 23.11.5"
Expand Down Expand Up @@ -2621,7 +2621,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ndla/error-reporter@workspace:packages/ndla-error-reporter"
dependencies:
"@ndla/util": "npm:^5.0.3-alpha.0"
"@ndla/util": "npm:^5.0.4-alpha.0"
isomorphic-fetch: "npm:^3.0.0"
nock: "npm:^13.3.3"
raven-js: "npm:^3.22.3"
Expand Down Expand Up @@ -2691,15 +2691,15 @@ __metadata:
"@ark-ui/react": "npm:^4.1.2"
"@ndla/preset-panda": "workspace:^"
"@ndla/styled-system": "workspace:^"
"@ndla/util": "npm:^5.0.3-alpha.0"
"@ndla/util": "npm:^5.0.4-alpha.0"
"@pandacss/dev": "npm:^0.48.0"
peerDependencies:
react: ">= 18"
react-dom: ">= 18"
languageName: unknown
linkType: soft

"@ndla/safelink@npm:^7.0.63-alpha.0, @ndla/safelink@workspace:packages/safelink":
"@ndla/safelink@npm:^7.0.64-alpha.0, @ndla/safelink@workspace:packages/safelink":
version: 0.0.0-use.local
resolution: "@ndla/safelink@workspace:packages/safelink"
dependencies:
Expand Down Expand Up @@ -2743,7 +2743,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ndla/tracker@workspace:packages/ndla-tracker"
dependencies:
"@ndla/util": "npm:^5.0.3-alpha.0"
"@ndla/util": "npm:^5.0.4-alpha.0"
tiny-warning: "npm:^1.0.3"
peerDependencies:
react: ">= 19.0.0"
Expand All @@ -2758,7 +2758,7 @@ __metadata:
languageName: node
linkType: hard

"@ndla/types-embed@npm:^5.0.5-alpha.0, @ndla/types-embed@workspace:packages/types-embed":
"@ndla/types-embed@npm:^5.0.6-alpha.0, @ndla/types-embed@workspace:packages/types-embed":
version: 0.0.0-use.local
resolution: "@ndla/types-embed@workspace:packages/types-embed"
dependencies:
Expand All @@ -2774,7 +2774,7 @@ __metadata:
languageName: node
linkType: hard

"@ndla/ui@npm:^56.0.78-alpha.0, @ndla/ui@workspace:packages/ndla-ui":
"@ndla/ui@npm:^56.0.79-alpha.0, @ndla/ui@workspace:packages/ndla-ui":
version: 0.0.0-use.local
resolution: "@ndla/ui@workspace:packages/ndla-ui"
dependencies:
Expand All @@ -2783,11 +2783,11 @@ __metadata:
"@ndla/licenses": "npm:^8.0.5-alpha.0"
"@ndla/preset-panda": "workspace:^"
"@ndla/primitives": "workspace:^"
"@ndla/safelink": "npm:^7.0.63-alpha.0"
"@ndla/safelink": "npm:^7.0.64-alpha.0"
"@ndla/styled-system": "workspace:^"
"@ndla/types-backend": "npm:^1.0.1"
"@ndla/types-embed": "npm:^5.0.5-alpha.0"
"@ndla/util": "npm:^5.0.3-alpha.0"
"@ndla/types-embed": "npm:^5.0.6-alpha.0"
"@ndla/util": "npm:^5.0.4-alpha.0"
"@pandacss/dev": "npm:^0.48.0"
html-react-parser: "npm:^5.1.19"
i18next-browser-languagedetector: "npm:^7.1.0"
Expand All @@ -2800,7 +2800,7 @@ __metadata:
languageName: unknown
linkType: soft

"@ndla/util@npm:^5.0.3-alpha.0, @ndla/util@workspace:^, @ndla/util@workspace:packages/util":
"@ndla/util@npm:^5.0.4-alpha.0, @ndla/util@workspace:^, @ndla/util@workspace:packages/util":
version: 0.0.0-use.local
resolution: "@ndla/util@workspace:packages/util"
peerDependencies:
Expand All @@ -2817,7 +2817,7 @@ __metadata:
"@ndla/preset-panda": "workspace:^"
"@ndla/primitives": "workspace:^"
"@ndla/styled-system": "workspace:^"
"@ndla/types-embed": "npm:^5.0.5-alpha.0"
"@ndla/types-embed": "npm:^5.0.6-alpha.0"
"@pandacss/dev": "npm:^0.48.0"
peerDependencies:
react: ">= 18"
Expand Down

0 comments on commit e1109fd

Please sign in to comment.