Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Iku-turso authored Jan 8, 2024
2 parents ae1fb0a + a2047e8 commit 2a70548
Show file tree
Hide file tree
Showing 156 changed files with 12,365 additions and 32,753 deletions.
3 changes: 1 addition & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
@ogre-tools:registry=https://registry.npmjs.org/
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
@lensapp:registry=https://npm.pkg.github.com
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [18.2.2](https://github.com/lensapp/ogre-tools/compare/v18.2.1...v18.2.2) (2024-01-05)

**Note:** Version bump only for package ogre-tools

### [18.2.1](https://github.com/lensapp/ogre-tools/compare/v18.2.0...v18.2.1) (2024-01-04)

**Note:** Version bump only for package ogre-tools

## [18.2.0](https://github.com/lensapp/ogre-tools/compare/v18.1.0...v18.2.0) (2024-01-04)

### Features

- Introduce mechanism to purge all instances but not overrides ([6b98501](https://github.com/lensapp/ogre-tools/commit/6b98501bd36a4e8ac8ecda92049ccffdf9793833))

### Reverts

- Revert "chore: Add work in progress unit tests for early overriding injection tokens" ([83b6ad7](https://github.com/lensapp/ogre-tools/commit/83b6ad7e69abd6ca1882b41288bbdf18b7207c77))

## [18.1.0](https://github.com/lensapp/ogre-tools/compare/v18.0.2...v18.1.0) (2023-11-27)

### Features

- Expose typing for instantiation parameter of computedInjectMany ([e87d092](https://github.com/lensapp/ogre-tools/commit/e87d092a1800e0338514ca1278a5b042ef875fd4))

### [18.0.2](https://github.com/lensapp/ogre-tools/compare/v18.0.1...v18.0.2) (2023-11-14)

**Note:** Version bump only for package ogre-tools

### [18.0.1](https://github.com/ogre-works/ogre-tools/compare/v18.0.0...v18.0.1) (2023-10-26)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const { monorepoRootConfig } = require('@ogre-tools/infrastructure-jest');
const { monorepoRootConfig } = require('@lensapp/infrastructure-jest');

module.exports = monorepoRootConfig(__dirname);
7 changes: 1 addition & 6 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"version": "18.0.1",
"useWorkspaces": true,
"version": "18.2.2",
"command": {
"bootstrap": {
"npmClientArgs": ["--no-package-lock"],
"hoist": true
},
"publish": {
"forcePublish": true,
"conventionalCommits": true,
Expand Down
Loading

0 comments on commit 2a70548

Please sign in to comment.