diff --git a/package-lock.json b/package-lock.json index a2dc69b..11295ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11596,7 +11596,7 @@ } }, "packages/octagonal-wheels": { - "version": "0.1.51-preview.0", + "version": "0.1.51", "license": "MIT", "dependencies": { "idb": "^8.0.3" diff --git a/packages/octagonal-wheels/dist/index.js b/packages/octagonal-wheels/dist/index.js index 1be2c3a..7ada25e 100644 --- a/packages/octagonal-wheels/dist/index.js +++ b/packages/octagonal-wheels/dist/index.js @@ -56,7 +56,7 @@ export { browser_index as browser }; * @returns The version of the library. */ function libVersion() { - return "octagonal-wheels-0.1.51-preview.0"; + return "octagonal-wheels-0.1.51"; } export { libVersion }; diff --git a/packages/octagonal-wheels/dist/index.js.map b/packages/octagonal-wheels/dist/index.js.map index d4d15fd..5332ddf 100644 --- a/packages/octagonal-wheels/dist/index.js.map +++ b/packages/octagonal-wheels/dist/index.js.map @@ -1 +1 @@ -{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA;;;;;AAKG;SACa,UAAU,GAAA;IACtB,OAAO,mCAAoB;AAC/B;;;;"} \ No newline at end of file +{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA;;;;;AAKG;SACa,UAAU,GAAA;IACtB,OAAO,yBAAoB;AAC/B;;;;"} \ No newline at end of file diff --git a/packages/octagonal-wheels/package.json b/packages/octagonal-wheels/package.json index 6fa0ade..8a5f391 100644 --- a/packages/octagonal-wheels/package.json +++ b/packages/octagonal-wheels/package.json @@ -1,6 +1,6 @@ { "name": "octagonal-wheels", - "version": "0.1.51-preview.0", + "version": "0.1.51", "description": "This module is a compilation of wheels that have been reinvented for a specific purpose", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/octagonal-wheels/updates.md b/packages/octagonal-wheels/updates.md index 8b7686a..9787db6 100644 --- a/packages/octagonal-wheels/updates.md +++ b/packages/octagonal-wheels/updates.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.1.51 + ### New features - Added a lifecycle-aware Screen Wake Lock manager for browser consumers. Bounded work can use the recommended closure-based `run()` API, while longer split lifecycles can acquire and dispose of an explicit lease.